Skip to content

Use h5p, shiny apps and learnrs in online courses (bookdown)

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

learnitr/learnitdown

Repository files navigation

learnitdown - R markdown, bookdown and learnr additions for learning material

R-CMD-check Codecov test coverage CRAN Status r-universe status License: MIT Lifecycle stable

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

Further explore {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/.

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.