Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Interactive Tutorials with R Markdown

License

NotificationsYou must be signed in to change notification settings

rstudio/learnr

Repository files navigation

R build statusCRAN statusDOI
GitHub DiscussionsPosit community

Thelearnr package makes it easy to turn anyRMarkdown document into an interactivetutorial. Tutorials consist of content along with interactive componentsfor checking and reinforcing understanding. Tutorials can include any orall of the following:

  1. Narrative, figures, illustrations, and equations.

  2. Code exercises (R code chunks that users can edit and executedirectly).

  3. Quiz questions.

  4. Videos (supported services include YouTube and Vimeo).

  5. Interactive Shiny components.

Tutorials automatically preserve work done within them, so if a userworks on a few exercises or questions and returns to the tutorial laterthey can pick up right where they left off.

Learn more about thelearnr package and try example tutorials onlineathttps://rstudio.github.io/learnr/.

Installation

Install the latest official learnr release from CRAN:

install.packages("learnr")

Or you can install the most recent version in-development from GitHubwith theremotes package:

# install.packages("remotes")remotes::install_github("rstudio/learnr")

learnr works best with a recentversion ofRStudio (v1.0.136 or later)which includes tools for easily running and previewing tutorials.


[8]ページ先頭

©2009-2025 Movatter.jp