-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update r-archr to 1.0.3 * update deps; update license; drop patch * drop patch * Update deps * run testthat tests * add test dep * debug * debug * reenable tests; add deps * upper bound ggplot2 * install tests * test installed tests * avoid container unit tests this depends that `test.requires` are not installed for the container and checks lack of macs2 to skip * conditional --------- Co-authored-by: Mervin Fansler <[email protected]> Co-authored-by: Mervin Fansler <[email protected]>
- Loading branch information
1 parent
7eea271
commit 7f7efbe
Showing
3 changed files
with
34 additions
and
49 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,3 +1,3 @@ | ||
#!/bin/bash | ||
export DISABLE_AUTOBREW=1 | ||
${R} CMD INSTALL --build . ${R_ARGS} | ||
${R} CMD INSTALL --build --install-tests . ${R_ARGS} |
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 was deleted.
Oops, something went wrong.