(v1.6.0.9037) unit tests

This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-05-15 23:36:02 +02:00
parent 73fb0374c3
commit 3619c1327c
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Package: AMR
Version: 1.6.0.9036
Version: 1.6.0.9037
Date: 2021-05-15
Title: Antimicrobial Resistance Data Analysis
Authors@R: c(

Binary file not shown.

View File

@ -26,8 +26,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())
.libPaths(c("/Users/runner/work/_temp/Library", .libPaths()))
y print(.libPaths())
print(as.data.frame(utils::installed.packages())[, "Version", drop = FALSE])
library(tinytest)
library(AMR)