loading...

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…

Installation

(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}.

Latest development version of {learnitdown} (source + Windows binaries for the latest stable version of R at the time of compilation) is also available from appveyor.

Further explore {learnitdown}

You can get further help about this package this way. Make the {learnitdown} package available in your R session:

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://www.sciviews.org/learnitdown/.

Code of Conduct

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.