mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 05:26:13 +01:00
(v1.6.0.9038) unit tests
This commit is contained in:
parent
3619c1327c
commit
6c3ab19e3a
@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 1.6.0.9037
|
Version: 1.6.0.9038
|
||||||
Date: 2021-05-15
|
Date: 2021-05-15
|
||||||
Title: Antimicrobial Resistance Data Analysis
|
Title: Antimicrobial Resistance Data Analysis
|
||||||
Authors@R: c(
|
Authors@R: c(
|
||||||
|
Binary file not shown.
@ -27,7 +27,7 @@
|
|||||||
if (identical(Sys.getenv("R_TINYTEST"), "true")) {
|
if (identical(Sys.getenv("R_TINYTEST"), "true")) {
|
||||||
print(Sys.getenv("R_LIBS_USER"))
|
print(Sys.getenv("R_LIBS_USER"))
|
||||||
.libPaths(c("/Users/runner/work/_temp/Library", .libPaths()))
|
.libPaths(c("/Users/runner/work/_temp/Library", .libPaths()))
|
||||||
y print(.libPaths())
|
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