Other packages > Find by keyword >

learnr  

Interactive Tutorials for R
View on CRAN: Click here


Download and install learnr package within the R console
Install from CRAN:
install.packages("learnr")

Install from Github:
library("remotes")
install_github("cran/learnr")

Install by package version:
library("remotes")
install_version("learnr", "0.11.5")



Attach the package and use:
library("learnr")
Maintained by
Garrick Aden-Buie
[Scholar Profile | Author Map]
First Published: 2017-05-08
Latest Update: 2023-05-24
Description:
Create interactive tutorials using R Markdown. Use a combination of narrative, figures, videos, exercises, and quizzes to create self-paced tutorials for learning about R and R packages.
How to cite:
Garrick Aden-Buie (2017). learnr: Interactive Tutorials for R. R package version 0.11.5, https://cran.r-project.org/web/packages/learnr. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.8 (2017-05-08 15:25), 0.9.1 (2017-11-16 23:29), 0.9.2.1 (2018-06-29 23:23), 0.9.2 (2018-03-09 16:52), 0.9 (2017-06-20 18:39), 0.10.0 (2019-11-09 06:30), 0.10.1 (2020-02-13 23:20), 0.11.0 (2022-10-16 22:10), 0.11.1 (2022-10-19 21:42), 0.11.2 (2022-11-08 15:20), 0.11.3 (2023-03-16 01:00), 0.11.4 (2023-05-25 00:20)
Other packages that cited learnr R package
View learnr citation profile
Other R packages that learnr depends, imports, suggests or enhances
Complete documentation for learnr
Functions, R codes and Examples using the learnr R package
Some associated functions: answer . available_tutorials . debug_exercise_checker . disable_all_tags . duplicate_env . event_register_handler . external_evaluator . filesystem_storage . finalize_question . format_quiz . get_tutorial_info . get_tutorial_state . initialize_tutorial . knit_print . learnr-package . mark_as_correct_incorrect . mock_exercise . one_time . question_checkbox . question_methods . question_numeric . question_radio . question_text . quiz . random_phrases_add . random_praise . run_tutorial . safe . safe_env . tutorial . tutorial_html_dependency . tutorial_options . tutorial_package_dependencies . 
Some associated R codes: ace.R . auto-complete.R . available_tutorials.R . data_dir.R . debug_exercise_checker.R . evaluators.R . events.R . events_default.R . events_record.R . exercise.R . feedback.R . html-dependencies.R . html_selector.R . http-handlers.R . i18n.R . identifiers.R . initialize.R . knitr-hooks.R . learnr-package.R . learnr_messages.R . mock_exercise.R . mutate_tags.R . options.R . praise.R . question_answers.R . question_checkbox.R . question_methods.R . question_numeric.R . question_radio.R . question_text.R . quiz.R . quiz_print.R . run.R . shinytest.R . staticimports.R . storage.R . tutorial-format.R . tutorial-state.R . tutorial_package_dependencies.R . utils.R . zzz.R .  Full learnr package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for learnr3004005006007008009001000TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA