1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 21:22:01 +02:00

(v1.6.0.9036) unit tests

This commit is contained in:
2021-05-15 23:25:10 +02:00
parent 229e1bb407
commit 73fb0374c3
4 changed files with 5 additions and 3 deletions

View File

@ -25,6 +25,8 @@
# test only on GitHub Actions and at home - not on CRAN as tests are lengthy
if (identical(Sys.getenv("R_TINYTEST"), "true")) {
print(Sys.getenv("R_LIBS_USER"))
.libPaths(c("/Users/runner/work/_temp/Library", .libPaths())
print(.libPaths())
print(as.data.frame(utils::installed.packages())[, "Version", drop = FALSE])
library(tinytest)