1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 02:03:04 +02:00

(v1.0.1.9004) Support dplyr 1.0.0

This commit is contained in:
2020-03-14 14:05:43 +01:00
parent 3760bcb11e
commit 219cff403f
62 changed files with 616 additions and 213 deletions

View File

@ -1,6 +1,6 @@
Package: AMR
Version: 1.0.1.9003
Date: 2020-03-08
Version: 1.0.1.9004
Date: 2020-03-14
Title: Antimicrobial Resistance Analysis
Authors@R: c(
person(role = c("aut", "cre"),
@ -46,8 +46,10 @@ Imports:
knitr (>= 1.0.0),
microbenchmark,
pillar,
R6,
rlang (>= 0.3.1),
tidyr (>= 1.0.0)
tidyr (>= 1.0.0),
vctrs (>= 0.2.4)
Suggests:
covr (>= 3.0.1),
curl,
@ -63,5 +65,5 @@ BugReports: https://gitlab.com/msberends/AMR/issues
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)