Package: tutorial.helpers 0.3.1
tutorial.helpers: Helper Functions for Creating Tutorials
Helper functions for creating, editing, and testing tutorials created with the 'learnr' package. Provides a simple method for allowing students to download their answers to tutorial questions. For examples of its use, see the 'r4ds.tutorials' package.
Authors:
tutorial.helpers_0.3.1.tar.gz
tutorial.helpers_0.3.1.tar.gz(r-4.5-noble)tutorial.helpers_0.3.1.tar.gz(r-4.4-noble)
tutorial.helpers_0.3.1.tgz(r-4.4-emscripten)tutorial.helpers_0.3.1.tgz(r-4.3-emscripten)
tutorial.helpers.pdf |tutorial.helpers.html✨
tutorial.helpers/json (API)
NEWS
# Install 'tutorial.helpers' in R: |
install.packages('tutorial.helpers', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ppbds/tutorial.helpers/issues
Pkgdown site:https://ppbds.github.io
Last updated 19 days agofrom:85a042b3fb. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 07 2024 |
R-4.5-linux | OK | Dec 07 2024 |
Exports:check_tutorial_defaultsdetermine_code_chunk_namedetermine_exercise_numberformat_tutorialknit_tutorialsmake_exerciseprocess_submissionsreturn_tutorial_pathsset_binary_only_in_r_profileset_rstudio_settingsshow_filesubmission_serversubmission_uiwrite_answers
Dependencies:askpassbackportsbase64encBHbitbit64bslibcachemcheckmateclicliprcommonmarkcpp11crayoncurldigestdplyrellipsisevaluatefansifastmapfontawesomefsgenericsgluehighrhmshtmltoolshtmlwidgetshttpuvhttrjquerylibjsonliteknitrlaterlearnrlifecyclemagrittrmarkdownmemoisemimeopensslparsermdpillarpkgconfigprettyunitsprogresspromisespurrrR6rappdirsRcppreadrrenvrlangrmarkdownrprojrootrstudioapirvestsassselectrshinysourcetoolsstringistringrsystibbletidyrtidyselecttinytextzdbutf8vctrsvroomwithrxfunxml2xtableyaml
Enable Students to Download Their Tutorial Answers
Rendered fromdownloads.Rmd
usingknitr::knitr
on Dec 07 2024.Last update: 2024-12-07
Started: 2024-01-17
Instructions for Writing R Tutorials
Rendered frominstructions.Rmd
usingknitr::knitr
on Dec 07 2024.Last update: 2024-12-07
Started: 2023-05-08
Rstudio Addins
Rendered fromaddins.Rmd
usingknitr::knitr
on Dec 07 2024.Last update: 2024-12-07
Started: 2023-05-12
Testing Your Package of Tutorials
Rendered fromtesting.Rmd
usingknitr::knitr
on Dec 07 2024.Last update: 2023-05-12
Started: 2023-05-12
Tutorials for Books
Rendered frombooks.Rmd
usingknitr::knitr
on Dec 07 2024.Last update: 2024-12-07
Started: 2023-05-12
Using Tutorials with Posit Cloud
Rendered fromcloud.Rmd
usingknitr::knitr
on Dec 07 2024.Last update: 2024-12-07
Started: 2024-05-07
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check current tutorial | check_current_tutorial |
Confirm that a tutorial has the recommended components | check_tutorial_defaults |
Determine the code chunk name of a new exercise in a tutorial. | determine_code_chunk_name |
Finds the number of the next exercise in a tutorial | determine_exercise_number |
Re-format a tutorial | format_tutorial |
Return a list of tutorial answers | get_submissions_from_learnr_session |
Knit a set of tutorials | knit_tutorials |
Add a tutorial code exercise or question to the active document | make_exercise make_no_answer make_yes_answer |
Process Submissions | process_submissions |
Return all the paths to the tutorials in a package | return_tutorial_paths |
Set pkgType to binary in .Rprofile | set_binary_only_in_r_profile |
Select smart setting for RStudio | set_rstudio_settings |
Display the contents of a text file that match a pattern | show_file |
Tutorial submission functions | submission_server submission_ui |
Write tutorial answers to file | write_answers |