2019-01-06 20:23:49 +01:00
|
|
|
Package: AMR
|
2021-09-03 13:08:36 +02:00
|
|
|
Version: 1.7.1.9039
|
|
|
|
Date: 2021-09-03
|
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(
|
|
|
|
person(given = c("Matthijs", "S."),
|
|
|
|
family = "Berends",
|
|
|
|
email = "m.s.berends@umcg.nl",
|
|
|
|
role = c("aut", "cre"),
|
|
|
|
comment = c(ORCID = "0000-0001-7620-1800")),
|
|
|
|
person(given = c("Christian", "F."),
|
|
|
|
family = "Luz",
|
|
|
|
role = c("aut", "ctb"),
|
|
|
|
comment = c(ORCID = "0000-0001-5809-5995")),
|
|
|
|
person(given = c("Alexander", "W."),
|
|
|
|
family = "Friedrich",
|
2021-08-30 15:07:18 +02:00
|
|
|
role = "ths",
|
2021-08-16 21:54:34 +02:00
|
|
|
comment = c(ORCID = "0000-0003-4881-038X")),
|
|
|
|
person(given = c("Bhanu", "N.", "M."),
|
|
|
|
family = "Sinha",
|
2021-08-30 15:07:18 +02:00
|
|
|
role = "ths",
|
2021-08-16 21:54:34 +02:00
|
|
|
comment = c(ORCID = "0000-0003-1634-0010")),
|
|
|
|
person(given = c("Casper", "J."),
|
|
|
|
family = "Albers",
|
2021-08-30 15:07:18 +02:00
|
|
|
role = "ths",
|
2021-08-16 21:54:34 +02:00
|
|
|
comment = c(ORCID = "0000-0002-9213-6743")),
|
|
|
|
person(given = "Corinna",
|
|
|
|
family = "Glasner",
|
2021-08-30 15:07:18 +02:00
|
|
|
role = "ths",
|
2021-08-16 21:54:34 +02:00
|
|
|
comment = c(ORCID = "0000-0003-1241-1328")),
|
|
|
|
person(given = c("Judith", "M."),
|
|
|
|
family = "Fonville",
|
|
|
|
role = "ctb"),
|
|
|
|
person(given = c("Erwin", "E.", "A."),
|
|
|
|
family = "Hassing",
|
|
|
|
role = "ctb"),
|
|
|
|
person(given = c("Eric", "H.", "L.", "C.", "M."),
|
|
|
|
family = "Hazenberg",
|
|
|
|
role = "ctb"),
|
|
|
|
person(given = "Gwen",
|
|
|
|
family = "Knight",
|
|
|
|
role = "ctb",
|
|
|
|
comment = c(ORCID = "0000-0002-7263-9896")),
|
|
|
|
person(given = "Annick",
|
|
|
|
family = "Lenglet",
|
|
|
|
role = "ctb",
|
|
|
|
comment = c(ORCID = "0000-0003-2013-8405")),
|
|
|
|
person(given = c("Bart", "C."),
|
|
|
|
family = "Meijer",
|
|
|
|
role = "ctb"),
|
|
|
|
person(given = "Sofia",
|
|
|
|
family = "Ny",
|
|
|
|
role = "ctb",
|
|
|
|
comment = c(ORCID = "0000-0002-2017-1363")),
|
|
|
|
person(given = c("Rogier", "P."),
|
|
|
|
family = "Schade",
|
|
|
|
role = "ctb"),
|
|
|
|
person(given = "Dennis",
|
|
|
|
family = "Souverein",
|
|
|
|
role = "ctb",
|
|
|
|
comment = c(ORCID = "0000-0003-0455-0336")),
|
|
|
|
person(given = "Anthony",
|
|
|
|
family = "Underwood",
|
|
|
|
role = "ctb",
|
|
|
|
comment = c(ORCID = "0000-0002-8547-427")))
|
|
|
|
Depends: R (>= 3.0.0)
|
2021-08-17 14:34:11 +02:00
|
|
|
Enhances:
|
|
|
|
cleaner,
|
|
|
|
skimr,
|
|
|
|
ggplot2
|
|
|
|
Suggests:
|
|
|
|
curl,
|
|
|
|
dplyr,
|
|
|
|
ggtext,
|
|
|
|
knitr,
|
|
|
|
readxl,
|
|
|
|
rmarkdown,
|
|
|
|
rvest,
|
|
|
|
tinytest,
|
|
|
|
xml2
|
|
|
|
VignetteBuilder: knitr,rmarkdown
|
2021-06-14 22:04:04 +02:00
|
|
|
URL: https://github.com/msberends/AMR, https://msberends.github.io/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
|
2020-07-08 14:48:06 +02:00
|
|
|
RoxygenNote: 7.1.1
|
2019-11-28 22:32:17 +01:00
|
|
|
Roxygen: list(markdown = TRUE)
|