2019-01-06 20:23:49 +01:00
|
|
|
Package: AMR
|
2022-08-21 17:22:34 +02:00
|
|
|
Version: 1.8.1.9021
|
2022-08-21 16:37:20 +02:00
|
|
|
Date: 2022-08-21
|
2021-02-02 23:57:35 +01:00
|
|
|
Title: Antimicrobial Resistance Data Analysis
|
2021-04-07 08:37:42 +02:00
|
|
|
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
|
|
|
data analysis and to work with microbial and antimicrobial properties by
|
|
|
|
using evidence-based methods and reliable reference data such as LPSN
|
|
|
|
<doi:10.1099/ijsem.0.004332>.
|
2021-08-16 21:54:34 +02:00
|
|
|
Authors@R: c(
|
2022-08-20 20:17:14 +02:00
|
|
|
person(c("Matthijs", "S."), "Berends", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7620-1800"), email = "m.berends@certe.nl"),
|
|
|
|
person(c("Christian", "F."), "Luz", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-5809-5995")),
|
|
|
|
person("Dennis", "Souverein", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-0455-0336")),
|
|
|
|
person(c("Erwin", "E.", "A."), "Hassing", role = c("aut", "ctb")),
|
|
|
|
person("Casper", "Albers", role = "ths", comment = c(ORCID = "0000-0002-9213-6743")),
|
2022-08-21 16:37:20 +02:00
|
|
|
person("Peter", "Dutey-Magni", role = "ctb", comment = c(ORCID = "0000-0002-8942-9836")),
|
2022-08-20 20:17:14 +02:00
|
|
|
person("Judith", "Fonville", role = "ctb"),
|
|
|
|
person("Alex", "Friedrich", role = "ths", comment = c(ORCID = "0000-0003-4881-038X")),
|
|
|
|
person("Corinna", "Glasner", role = "ths", comment = c(ORCID = "0000-0003-1241-1328")),
|
|
|
|
person("Eric", "Hazenberg", role = "ctb"),
|
|
|
|
person("Gwen", "Knight", role = "ctb", comment = c(ORCID = "0000-0002-7263-9896")),
|
|
|
|
person("Annick", "Lenglet", role = "ctb", comment = c(ORCID = "0000-0003-2013-8405")),
|
|
|
|
person("Bart", "Meijer", role = "ctb"),
|
|
|
|
person("Anton", "Mymrikov", role = "ctb"),
|
|
|
|
person("Sofia", "Ny", role = "ctb", comment = c(ORCID = "0000-0002-2017-1363")),
|
|
|
|
person("Rogier", "Schade", role = "ctb"),
|
|
|
|
person("Bhanu", "Sinha", role = "ths", comment = c(ORCID = "0000-0003-1634-0010")),
|
|
|
|
person("Anthony", "Underwood", role = "ctb", comment = c(ORCID = "0000-0002-8547-4277")))
|
2021-08-16 21:54:34 +02:00
|
|
|
Depends: R (>= 3.0.0)
|
2021-08-17 14:34:11 +02:00
|
|
|
Enhances:
|
|
|
|
cleaner,
|
|
|
|
skimr,
|
2022-03-02 23:16:37 +01:00
|
|
|
ggplot2,
|
|
|
|
tidyselect
|
2021-08-17 14:34:11 +02:00
|
|
|
Suggests:
|
|
|
|
curl,
|
|
|
|
dplyr,
|
|
|
|
knitr,
|
2021-12-13 10:18:28 +01:00
|
|
|
progress,
|
2021-08-17 14:34:11 +02:00
|
|
|
readxl,
|
|
|
|
rmarkdown,
|
|
|
|
rvest,
|
|
|
|
tinytest,
|
|
|
|
xml2
|
|
|
|
VignetteBuilder: knitr,rmarkdown
|
2022-01-07 16:27:13 +01:00
|
|
|
URL: https://msberends.github.io/AMR/, https://github.com/msberends/AMR
|
2020-07-08 14:48:06 +02:00
|
|
|
BugReports: https://github.com/msberends/AMR/issues
|
2019-08-07 15:58:32 +02:00
|
|
|
License: GPL-2 | file LICENSE
|
2019-01-06 20:23:49 +01:00
|
|
|
Encoding: UTF-8
|
2019-04-06 20:03:46 +02:00
|
|
|
LazyData: true
|
2022-08-12 23:27:15 +02:00
|
|
|
RoxygenNote: 7.2.1
|
2019-11-28 22:32:17 +01:00
|
|
|
Roxygen: list(markdown = TRUE)
|