Package: tutorial.helpers 0.3.0.9000
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' and 'primer.tutorials' packages.
Authors:
tutorial.helpers_0.3.0.9000.tar.gz
tutorial.helpers_0.3.0.9000.zip(r-4.5)tutorial.helpers_0.3.0.9000.zip(r-4.4)tutorial.helpers_0.3.0.9000.zip(r-4.3)
tutorial.helpers_0.3.0.9000.tgz(r-4.4-any)tutorial.helpers_0.3.0.9000.tgz(r-4.3-any)
tutorial.helpers_0.3.0.9000.tar.gz(r-4.5-noble)tutorial.helpers_0.3.0.9000.tar.gz(r-4.4-noble)
tutorial.helpers_0.3.0.9000.tgz(r-4.4-emscripten)tutorial.helpers_0.3.0.9000.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://ppbds.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ppbds/tutorial.helpers/issues
Last updated 15 days agofrom:64e90623b6. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win | OK | Nov 05 2024 |
R-4.5-linux | OK | Nov 05 2024 |
R-4.4-win | OK | Nov 05 2024 |
R-4.4-mac | OK | Nov 05 2024 |
R-4.3-win | OK | Nov 05 2024 |
R-4.3-mac | OK | Nov 05 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 Nov 05 2024.Last update: 2024-09-16
Started: 2023-05-24
Instructions for Writing R Tutorials
Rendered frominstructions.Rmd
usingknitr::knitr
on Nov 05 2024.Last update: 2024-07-25
Started: 2023-03-08
Rstudio Addins
Rendered fromaddins.Rmd
usingknitr::knitr
on Nov 05 2024.Last update: 2024-02-17
Started: 2023-05-11
Testing Your Package of Tutorials
Rendered fromtesting.Rmd
usingknitr::knitr
on Nov 05 2024.Last update: 2023-05-12
Started: 2023-05-11
Tutorials for Books
Rendered frombooks.Rmd
usingknitr::knitr
on Nov 05 2024.Last update: 2024-02-23
Started: 2023-05-12
Using Tutorials with Posit Cloud
Rendered fromcloud.Rmd
usingknitr::knitr
on Nov 05 2024.Last update: 2024-11-05
Started: 2024-05-04
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 |