Skip to content

Releases: PPBDS/tutorial.helpers

tutorial.helpers 0.6.0

11 Sep 09:04

Choose a tag to compare

  • Replace process_submissions() with submissions_summary().

  • Remove RStudio material, including addins.

  • Rename tutorial to "Getting Started."

  • Change check_tutorial_defaults() to make it more flexible.

  • Add "Introduction to R" tutorial.

  • Change set_binary_only_r() to set_rprofile_settings().

tutorial.helpers 0.5.0

11 May 11:09

Choose a tag to compare

  • make_exercise() no longer includes '-ex' in code chunk labels for exercises.

  • Fix format_tutorial() bugs.

tutorial.helpers 0.4.2

05 Mar 15:21

Choose a tag to compare

v0.4.2

Increment version number to 0.4.2

tutorial.helpers 0.3.1

07 Dec 16:51

Choose a tag to compare

  • Clean up "Instructions for Writing R Tutorials" vignette.

  • Revise "Getting Started with Tutorials" tutorial.

tutorial.helpers 0.3.0

26 Jun 20:15

Choose a tag to compare

  • Add show_file().

  • Add process_submissions().

  • Remove the ability to save answers as either RDS or PDF files.

tutorial.helpers 0.2.7

07 May 02:01

Choose a tag to compare

  • Get test cases for format_tutorial() working again.

  • Fix format_tutorial() to deal with changes in parsermd 0.1.3.

  • Setting rmd_viewer_type to "pane" within set_rstudio_settings(), per suggestion from Jade Cao.

  • Add "ID" field to default information page.

  • Change tutorial title to "Getting Started with Tutorials."

  • Give set_rstudio_settings() a set.binary argument which is set to TRUE by default, causing the function to run set_binary_only_in_r_profile() at the end. This is handy for the "Getting Started with Tutorials"" tutorial.

  • Remove "Getting Started with Tutorials" from shinyapps.io.

tutorial.helpers 0.2.6

17 Jan 21:13

Choose a tag to compare

  • Add determine_code_chunk_name() and determine_exercise_number() functions so that make_exercise() is more manageable. Update logic for determine_code_chunk_name() to handle forward slashes and ending dashes better.

  • Add test case for write_answers(). Add associated files to .Rbuildignore so as not to violate the CRAN size restriction of 5 mb.

  • Add vignette about downloading answers. Reorder all five vignettes in Articles menu.

  • Add Spanish translation of Getting Started tutorial. Thanks to @xavidp!

  • Add several more settings changes to set_rstudio_settings(). The set of changes is now quite extensive, but this seems the best approach to ensuring that new students have the best possible learning environment.

  • Rewrite set_rstudio_settings() to report any changes made in settings.

tutorial.helpers 0.2.5

21 May 09:26

Choose a tag to compare

  • Remove test case for write_answers() to meet 5 mb maximum package size.

tutorial.helpers 0.2.3

13 May 20:17

Choose a tag to compare

  • Fix error on Debian systems caused by attempts to write to the user library. Thanks to Kurt Hornik for pointing out the problem.

  • Create "Rstudio Addins" vignette.

  • Create "Testing Your Package of Tutorials" vignette.

  • Create "Tutorials for Books" vignette.

  • Fix error in downloading files by exporting write_answers(). Thanks to Xavier de Pedro Puente for the report.

tutorial.helpers 0.2.2

08 May 10:47

Choose a tag to compare

  • Replace /dontrun{} with if(interactive()){}.

  • Fix return value in submission_server().