diff --git a/episodes/03-environments.Rmd b/episodes/03-environments.Rmd index 3503b66..a9da5b5 100644 --- a/episodes/03-environments.Rmd +++ b/episodes/03-environments.Rmd @@ -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