1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 11:01:55 +02:00

(v0.8.0.9030) depend on tidyr >= 1.0.0

This commit is contained in:
2019-11-11 10:46:39 +01:00
parent d22834c5b8
commit 248b45da71
28 changed files with 580 additions and 515 deletions

View File

@ -1,6 +1,6 @@
Package: AMR
Version: 0.8.0.9029
Date: 2019-11-10
Version: 0.8.0.9030
Date: 2019-11-11
Title: Antimicrobial Resistance Analysis
Authors@R: c(
person(role = c("aut", "cre"),
@ -47,7 +47,7 @@ Imports:
microbenchmark,
pillar,
rlang (>= 0.3.1),
tidyr (>= 0.7.0)
tidyr (>= 1.0.0)
Suggests:
covr (>= 3.0.1),
curl,