Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new course for R reproducible environments #26

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ These applications are hosted online and provide functionality around quizzes an
* Currently hosted here: https://scotland.shinyapps.io/phs-learnr-opendata/
* [Introduction to OpenXLSX](https://github.com/Public-Health-Scotland/learnr-online/blob/master/OpenXLSX.Rmd) - a course providing an introduction to the `openxlsx`, used to read, write, and edit Excel files from R.
* Currently hosted here: https://scotland.shinyapps.io/phs-learnr-openxlsx/
* [R Reproducible Environments](https://github.com/Public-Health-Scotland/learnr-online/blob/master/ReproducibleEnvs.Rmd) - a course based around the utility of the `{renv}` package while exploring general reproducibility concepts.
* Currently hosted here: https://scotland.shinyapps.io/phs-learnr-renv/
* [SPSS to R](https://github.com/Public-Health-Scotland/learnr-online/blob/master/SPSStoR.Rmd) - a translation course to work alongside the Introduction to R course with a focus on translating code from SPSS to R.
* Currently hosted here: https://scotland.shinyapps.io/phs-learnr-spsstor/
* [SQL in R](https://github.com/Public-Health-Scotland/learnr-online/blob/master/SQL.Rmd) - an introductory course for SQL with details of working with SQL and databases inside R.
Expand All @@ -35,6 +37,7 @@ Other directories:
* `OpenData.Rmd` - RMarkdown file containing all necessary code to build app for the open data course
* `OpenXLSX.Rmd` - RMarkdown file containing all necessary code to build app for the openxlsx course
* `PHSMethods.Rmd` - RMarkdown file containing all necessary code to build app for the phsmethods course
* `ReproducibleEnvs.Rmd` - RMarkdown file containing all necessary code to build app for the renv course
* `SPSStoR.Rmd` - RMarkdown file containing all necessary code to build app for the SPSS to R course
* `SQL.Rmd` - RMarkdown file containing all necessary code to build app for the SQL in R course
* `.gitignore` - tells git what files and folders *not* to track or upload to GitHub
Expand Down
564 changes: 564 additions & 0 deletions ReproducibleEnvs.Rmd

Large diffs are not rendered by default.

Binary file added images/illustrations/bakers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/illustrations/bakers_done.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-globalops.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-init.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-libraries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-newproj1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-newproj2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-packages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-positenv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-restore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-restoring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/renv-snapshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.