Use R Markdown and {bookdown} to build e-learning material with h5p, differed loading of {Shiny} and {learnr} applications, course-specific content, and much more...
(Not yet! The latest stable version of {learnitdown} can simply be installed from CRAN:)
install.packages("learnitdown")
You can also install the latest development version. Make sure you have the {remotes} R package installed:
install.packages("remotes")
Use install_github()
to install the {learnitdown} package from GitHub (source from master branch will be recompiled on your machine):
remotes::install_github("SciViews/learnitdown")
R should install all required dependencies automatically, and then it should compile and install {learnitdown}.
You can get further help about this package this way. Make the {learnitdown} package available in your R session:
library("learnitdown")
Get help about this package:
library(help = "learnitdown")
help("learnitdown-package")
vignette("learnitdown") # None is installed with install_github()
For further instructions, please, refer to these help pages at https://learnitr.github.io/learnitdown/.
Please note that the {learnitdown} project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.