-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3e5779
commit 33397c4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule renv
updated
19 files
+6 −0 | NEWS.md | |
+35 −14 | R/available-packages.R | |
+4 −0 | R/cache.R | |
+5 −1 | R/dcf.R | |
+1 −1 | R/lockfile-api.R | |
+39 −0 | R/package.R | |
+15 −0 | R/record.R | |
+15 −9 | R/repos.R | |
+6 −3 | R/retrieve.R | |
+21 −4 | R/shims.R | |
+50 −7 | R/snapshot.R | |
+2 −2 | R/status.R | |
+9 −1 | R/utils.R | |
+8 −0 | tests/testthat/helper-scope.R | |
+1 −1 | tests/testthat/test-init.R | |
+50 −0 | tests/testthat/test-install.R | |
+1 −1 | tests/testthat/test-records.R | |
+11 −2 | tests/testthat/test-repos.R | |
+31 −0 | tests/testthat/test-restore.R |