mirror of
https://github.com/msberends/AMR.git
synced 2025-01-28 05:44:40 +01:00
Compare commits
2 Commits
73fb0374c3
...
6c3ab19e3a
Author | SHA1 | Date | |
---|---|---|---|
6c3ab19e3a | |||
3619c1327c |
@ -1,5 +1,5 @@
|
||||
Package: AMR
|
||||
Version: 1.6.0.9036
|
||||
Version: 1.6.0.9038
|
||||
Date: 2021-05-15
|
||||
Title: Antimicrobial Resistance Data Analysis
|
||||
Authors@R: c(
|
||||
|
Binary file not shown.
@ -26,7 +26,7 @@
|
||||
# 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())
|
||||
.libPaths(c("/Users/runner/work/_temp/Library", .libPaths()))
|
||||
print(.libPaths())
|
||||
print(as.data.frame(utils::installed.packages())[, "Version", drop = FALSE])
|
||||
library(tinytest)
|
||||
|
Loading…
Reference in New Issue
Block a user