-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from andreavargasmontero/T70
Ref #70: Actualiza nombre a introR
- Loading branch information
Showing
19 changed files
with
119 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,13 @@ knitr::opts_chunk$set( | |
) | ||
``` | ||
|
||
# ixpantia.introR <a href="url"><img src="man/figures/introR_logo.png" align="right" width="30%"></a> | ||
# introR <a href="url"><img src="man/figures/introR_logo.png" align="right" width="30%"></a> | ||
|
||
<!-- badges: start --> | ||
[![CRAN status](https://www.r-pkg.org/badges/version/ixpantia.introR)](https://cran.r-project.org/package=ixpantia.introR) | ||
[![CRAN status](https://www.r-pkg.org/badges/version/introR)](https://cran.r-project.org/package=introR) | ||
<!-- badges: end --> | ||
|
||
El paquete `ixpantia.introR` le permitirá hacer uso de los tutoriales | ||
El paquete `introR` le permitirá hacer uso de los tutoriales | ||
interactivos en su IDE de RStudio. Una forma para estudiar y practicar | ||
conceptos de R aprendidos en los cursos de ixpantia. | ||
|
||
|
@@ -28,7 +28,7 @@ conceptos de R aprendidos en los cursos de ixpantia. | |
Antes de instalar este paquete, primero debemos de realizar la instalación del | ||
paquete que se llama `gradethis`. | ||
|
||
Esto porque uno de los componentes del `ixpantia.introR` es el paquete [gradethis](https://github.com/rstudio-education/gradethis), sin embargo este no | ||
Esto porque uno de los componentes del `introR` es el paquete [gradethis](https://github.com/rstudio-education/gradethis), sin embargo este no | ||
se encuentra publicado aún en el CRAN y por ende debemos de instalarlo desde su | ||
versión en desarrollo en Github. Podemos correr el siguiente comando para | ||
hacerlo: | ||
|
@@ -40,7 +40,7 @@ remotes::install_github("rstudio-education/gradethis") | |
Recuerda que **necesitamos** además tener las **versiones más recientes** de **R ( >=4.0.2) y RStudio (>=1.3.959)** para tener | ||
la funcionalidad de los tutoriales dinámicos. | ||
|
||
Una vez instalado el `gradethis` podemos proceder a instalar `ixpantia.introR`. | ||
Una vez instalado el `gradethis` podemos proceder a instalar `introR`. | ||
Hay dos formas de instalar el paquete en su computador. Una es hacerlo | ||
directamente del repositorio en GitHub (versión en desarrollo) con el siguiente | ||
comando. | ||
|
@@ -50,7 +50,7 @@ se presiona la tecla **Enter** para que se ejecute e inmediatamente iniciará | |
el proceso de la descarga. | ||
|
||
```{r, eval = FALSE} | ||
remotes::install_github("ixpantia/ixpantia.introR") | ||
remotes::install_github("ixpantia/introR") | ||
``` | ||
|
||
Una segunda forma es que cuente con el archivo `.tar.gz` en | ||
|
@@ -104,5 +104,5 @@ En [este video](https://www.youtube.com/watch?v=jBSDZ1Juji4) puedes encontrar un | |
|
||
Si tenés dudas sobre el uso del paquete o sugerencias para | ||
mejorarlo, por favor escríbenos a *[email protected]* o bien podés abrirnos | ||
un [tiquete](https://github.com/ixpantia/ixpantia.introR/issues) | ||
un [tiquete](https://github.com/ixpantia/introR/issues) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.