install renv
:
install.packages("renv")
renv::restore()
- install package as usual (with
install.packages
) - run
renv::snapshot()
- commit and push the updated
renv.lock
To access the data for this challenge, proceed as follows:
- Check the Slack channel for the "secret link" for your challenge
- We'll share the password to decrypt the message on-site
- Click on the link and enter the password to decrypt the message
- Open the
.env
/.Renviron
file - if you don't see either file in your (RStudio) explorer, ask for help - Copy the content to the
.Renviron
/.env
file - Run
code/00-setup.R
Default Definition of Done can be found here. Adapt if needed.