Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avallecam/primerspe

Traducción al español del Capítulo 1 de Rstudio Primers
https://github.com/avallecam/primerspe

basic-programming primers rstudio spanish-translation

Last synced: 13 days ago
JSON representation

Traducción al español del Capítulo 1 de Rstudio Primers

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# primerspe

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/primerspe)](https://CRAN.R-project.org/package=primerspe)

The goal of primerspe is to have a local replicate of Rstudio primers. The original material was translated to Spanish for educational purposes.

## Installation

You can install the developmental version of `primerspe` with:

``` r
if(!require("remotes")) install.packages("remotes")
remotes::install_github("avallecam/primerspe")
```

También puedes instalarlo descargando el archivo:

- En Windows: [`.zip`](https://github.com/avallecam/primerspe/raw/main/primerspe_0.0.0.9000.zip) o
- En otro sistema operativo: [`.tar.gz`](https://github.com/avallecam/primerspe/raw/main/primerspe_0.0.0.9000.tar.gz)

Luego, desde Rstudio instalar el paquete desde la opción __Tools -> Install Packages -> Install from -> Package Archive File (.zip; .tar.gz)__.

## `learnr` tutorial

Puedes acceder a los tutoriales de dos formas:

- A través de un acceso web en dos ventanas distintas [aquí](https://avallecam.shinyapps.io/04-programacion-basica/) y [aquí](https://andree-adolfo-valle-campos.shinyapps.io/04-programacion-basica/) (sólo disponible para el tutorial 01)

- Desde tu computador. Para ello en la consola corre las siguientes líneas para construir los tutoriales en tu computador.

```{r example, eval=FALSE,echo=TRUE}
# instalar learner
if(!require("learnr")) install.packages("learnr")

# correr tutorial 01
learnr::run_tutorial(name = "04-programacion-basica",package = "primerspe")

# correr tutorial 02
learnr::run_tutorial(name = "funciones-tutorial",package = "primerspe")
```

Si tienes la última versión de RStudio aparecerá en tu panel de __Tutorial__. Sino, se abriá en tu buscador web.

## Referencias

- Rstudio Primers https://rstudio.cloud/learn/primers
- Taller MetaDocencia LatinR Rladies https://github.com/yabellini/curso_learnr
- Generando tutoriales interactivos https://yabellini.netlify.app/es/post/tutorialesconlearnr/
- Empaquetando tutoriales interactivos https://yabellini.netlify.app/es/post/empaquetandotutoriales/
- RECON Learn tutorials in Spanish https://www.reconlearn.org/topics/spanish.html