mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 05:26:13 +01:00
(v1.6.0.9035) unit tests
This commit is contained in:
parent
6e60ddf8d7
commit
229e1bb407
@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 1.6.0.9032
|
Version: 1.6.0.9035
|
||||||
Date: 2021-05-15
|
Date: 2021-05-15
|
||||||
Title: Antimicrobial Resistance Data Analysis
|
Title: Antimicrobial Resistance Data Analysis
|
||||||
Authors@R: c(
|
Authors@R: c(
|
||||||
|
2
NEWS.md
2
NEWS.md
@ -1,4 +1,4 @@
|
|||||||
# `AMR` 1.6.0.9032
|
# `AMR` 1.6.0.9035
|
||||||
## <small>Last updated: 15 May 2021</small>
|
## <small>Last updated: 15 May 2021</small>
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
Binary file not shown.
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
# test only on GitHub Actions and at home - not on CRAN as tests are lengthy
|
# test only on GitHub Actions and at home - not on CRAN as tests are lengthy
|
||||||
if (identical(Sys.getenv("R_TINYTEST"), "true")) {
|
if (identical(Sys.getenv("R_TINYTEST"), "true")) {
|
||||||
|
print(.libPaths())
|
||||||
print(as.data.frame(utils::installed.packages())[, "Version", drop = FALSE])
|
print(as.data.frame(utils::installed.packages())[, "Version", drop = FALSE])
|
||||||
library(tinytest)
|
library(tinytest)
|
||||||
library(AMR)
|
library(AMR)
|
||||||
|
Loading…
Reference in New Issue
Block a user