Skip to content
Draft
Changes from all commits
Commits
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
12 changes: 12 additions & 0 deletions episodes/03-environments.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ exercises: 0
::::::::::::::::::::::::::::::::::::::::::::::::


::::::::::: challenge

Which of these statements are true?
1. Virtual environments are a tool for R only
2. Virtual environments can be used to share what packages you used with a collaborator
3. Virtual environments make sure all your packages are compatible versions
4. Virtual environments allow you to set a specific version of the package you want to use

::::::::::::::::::::::




::::::::::::::::::::::::::::::::::::: keypoints

Expand Down
Loading