mirror of
https://github.com/msberends/AMR.git
synced 2025-04-23 21:53:55 +02:00
Compare commits
No commits in common. "6c3ab19e3a995c6bd3c8fb80dc57d54c65a8570a" and "73fb0374c35e07c146445c1d66321d9ac05a65e0" have entirely different histories.
6c3ab19e3a
...
73fb0374c3
@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 1.6.0.9038
|
Version: 1.6.0.9036
|
||||||
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.
@ -26,7 +26,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(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())
|
||||||
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user