-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* polish NEWS * update README * Try to make sure sandbox unlocked at end * fixup * version update * use scoped sandbox consistently * a couple more skips
- Loading branch information
1 parent
42c22c0
commit 5dc2fc9
Showing
7 changed files
with
47 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: renv | ||
Type: Package | ||
Title: Project Environments | ||
Version: 1.0.0.9000 | ||
Version: 1.0.1 | ||
Authors@R: c( | ||
person("Kevin", "Ushey", role = c("aut", "cre"), email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-2880-7407")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
|
||
library(testthat) | ||
library(renv, warn.conflicts = FALSE) | ||
|
||
if (renv:::renv_tests_supported()) { | ||
# renv:::renv_tests_diagnostics() | ||
test_check("renv") | ||
} else { | ||
message("renv does not support running tests on this platform.") | ||
if (!renv:::renv_tests_supported()) { | ||
message("* renv does not support running tests on this platform.") | ||
if (!interactive()) quit(status = 0L) | ||
} | ||
|
||
test_check("renv") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters