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]
All associated links for this package
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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
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  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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