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

primerspe

Lifecycle: experimental CRAN status

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:

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

También puedes instalarlo descargando el archivo:

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:

# 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



avallecam/primerspe documentation built on Dec. 19, 2021, 5:46 a.m.