mirror of
https://github.com/msberends/AMR.git
synced 2026-06-29 10:56:21 +02:00
(v3.0.1.9063) fix old R version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Package: AMR
|
||||
Version: 3.0.1.9062
|
||||
Version: 3.0.1.9063
|
||||
Date: 2026-06-24
|
||||
Title: Antimicrobial Resistance Data Analysis
|
||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||
|
||||
2
NEWS.md
2
NEWS.md
@@ -1,4 +1,4 @@
|
||||
# AMR 3.0.1.9062
|
||||
# AMR 3.0.1.9063
|
||||
|
||||
Planned as v3.1.0, end of June 2026.
|
||||
|
||||
|
||||
@@ -71,7 +71,10 @@ if (identical(Sys.getenv("R_RUN_TINYTEST"), "true")) {
|
||||
if (getRversion() < "4.0.0") {
|
||||
deparse1 <- AMR:::deparse1
|
||||
}
|
||||
|
||||
if (getRversion() < "4.4.0") {
|
||||
`%||%` <- AMR:::`%||%`
|
||||
}
|
||||
|
||||
suppressMessages(
|
||||
out <- test_package("AMR",
|
||||
testdir = ifelse(dir.exists("inst/testthat"),
|
||||
|
||||
Reference in New Issue
Block a user