1
0
mirror of https://github.com/msberends/AMR.git synced 2026-06-29 13:36:21 +02:00

(v3.0.1.9063) fix old R version

This commit is contained in:
2026-06-24 10:22:56 +02:00
parent ab38fb911d
commit c7b17e5833
3 changed files with 6 additions and 3 deletions

View File

@@ -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)

View File

@@ -1,4 +1,4 @@
# AMR 3.0.1.9062
# AMR 3.0.1.9063
Planned as v3.1.0, end of June 2026.

View File

@@ -71,6 +71,9 @@ 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",