diff --git a/DESCRIPTION b/DESCRIPTION index c2dff861..27112e66 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.6.0.9032 +Version: 1.6.0.9035 Date: 2021-05-15 Title: Antimicrobial Resistance Data Analysis Authors@R: c( diff --git a/NEWS.md b/NEWS.md index 625acc60..12307163 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# `AMR` 1.6.0.9032 +# `AMR` 1.6.0.9035 ## Last updated: 15 May 2021 ### New diff --git a/data-raw/AMR_latest.tar.gz b/data-raw/AMR_latest.tar.gz index 80fa16f5..04a44821 100644 Binary files a/data-raw/AMR_latest.tar.gz and b/data-raw/AMR_latest.tar.gz differ diff --git a/tests/tinytest.R b/tests/tinytest.R index 662c3393..89a84daf 100644 --- a/tests/tinytest.R +++ b/tests/tinytest.R @@ -25,6 +25,7 @@ # test only on GitHub Actions and at home - not on CRAN as tests are lengthy if (identical(Sys.getenv("R_TINYTEST"), "true")) { + print(.libPaths()) print(as.data.frame(utils::installed.packages())[, "Version", drop = FALSE]) library(tinytest) library(AMR)