The goal of r3 is to provide helper functions for several r-cubed
R
courses.
You can install the released version of r3 from GitHub with:
# install.packages("pak")
pak::pkg_install("rostools/r3", upgrade = TRUE)
If you want to run your own version of the course and would like to use this helper package for the course, you’ll likely want to modify it. While many functions don’t need to be modified for your own course, there are several that will need to be, especially:
- Any of the
open_feedback_*
functions in theR/open-links.R
file: The Google Form (or other survey platform) URLs should be replaced to the one you will use for the course.
Check out the CONTRIBUTING.md file for other details about contributing or working with this package.
Please note that the r3 project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.