Repositorio del tutorial para generar gráficos en R festejando a Florence Nightingale realizado con learnr
Este repo contiene un tutorial generado con el paquete learnr que incluye un mapa conceptual, dos learner personas, la licencia y luego una serie de explicaciones y ejercicios para hacer gráficos en R.
Los objetivos fueron:
- aprender a generar un paquete de un tutorial desarrollado en learnr
- que el tutorial incluya una serie de herramientas pedagogicas descriptas en el libro Teaching Tech Together
- que pudiera aprovechar el nuevo panel de Tutorial que viene en la nueva versión de RStudio.
- aprender como cambiar los estilos del tutorial basado en este post
- que hiciera un aporte al festejo de Florence Nightingale (ya que no he podido participar del #30diasdegraficos)
Para instalar la versión de desarrollo desde GitHub, usá:
# install.packages("remotes")
remotes::install_github("yabellini/tutorialgRaficosFN")Si no tenes la ultima versión entonces tenés que instalar el paquete learnr y luego ejecutar de esta manera el Tutorial:
learnr::run_tutorial("graficos", package = "TutorialgRaficosFN")
Repository of the tutorial to generate graphics in R celebrating Florence Nightingale made with learnr
This repo contains a tutorial generated with the learnr package that includes a concept map, two learner personas, the license and then a series of explanations and exercises to make graphs in R.
The objectives were:
- learn how to generate a tutorial package developed in learnr
- include in the tutorial a series of pedagogical tools described in the book Teaching Tech Together
- that you could take advantage of the new Tutorial panel that comes in the new version of RStudio.
- learn how to change the tutorial styles based on this post
- to make a contribution to the celebration of Florence Nightingale (since I have not been able to participate in #30diasdegraficos)
To install the development version from GitHub use:
# install.packages("remotes")
remotes::install_github("yabellini/tutorialgRaficosFN")If you don't have the latest version then you have to install the learnr package and then run the Tutorial like this:
learnr::run_tutorial("graficos", package = "TutorialgRaficosFN")