Skip to content

Commit e603492

Browse files
authored
Add documentation about renv.lock file to R tester (#226)
1 parent 68ea436 commit e603492

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Instructor-Guide--Assignments--Automated-Testing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ In Racket, each test file must be added separately with the appropriate test sui
235235
236236
#### R
237237

238+
- **Use renv to set up environment**: Along with your test files, you may also upload a [renv.lock file](https://rstudio.github.io/renv/articles/lockfile.html) and select the checkbox here to install packages.
239+
238240
- **Package requirements**: In this section you may specify additional CRAN (<https://cran.r-project.org/>) packages required by your tests. Use a space to separate different package names.
239241

240242
#### Custom

0 commit comments

Comments
 (0)