1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 19:01:51 +02:00

(v1.6.0.9038) unit tests

This commit is contained in:
2021-05-15 23:47:36 +02:00
parent 3619c1327c
commit 6c3ab19e3a
3 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
if (identical(Sys.getenv("R_TINYTEST"), "true")) {
print(Sys.getenv("R_LIBS_USER"))
.libPaths(c("/Users/runner/work/_temp/Library", .libPaths()))
y print(.libPaths())
print(.libPaths())
print(as.data.frame(utils::installed.packages())[, "Version", drop = FALSE])
library(tinytest)
library(AMR)