AMR/DESCRIPTION

94 lines
2.8 KiB
Plaintext
Raw Normal View History

2019-01-06 20:23:49 +01:00
Package: AMR
2021-12-23 18:56:28 +01:00
Version: 1.8.0
Date: 2022-01-03
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>.
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")),
2021-11-01 13:51:13 +01:00
person(given = "Dennis",
family = "Souverein",
role = c("aut", "ctb"),
comment = c(ORCID = "0000-0003-0455-0336")),
person(given = c("Erwin", "E.", "A."),
family = "Hassing",
role = c("aut", "ctb")),
person(given = c("Casper", "J."),
family = "Albers",
2021-08-30 15:07:18 +02:00
role = "ths",
comment = c(ORCID = "0000-0002-9213-6743")),
2021-11-01 13:51:13 +01:00
person(given = c("Judith", "M."),
family = "Fonville",
role = "ctb"),
person(given = c("Alex", "W."),
2021-11-01 13:51:13 +01:00
family = "Friedrich",
role = "ths",
comment = c(ORCID = "0000-0003-4881-038X")),
person(given = "Corinna",
family = "Glasner",
2021-08-30 15:07:18 +02:00
role = "ths",
comment = c(ORCID = "0000-0003-1241-1328")),
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"),
2021-11-01 13:51:13 +01:00
person(given = c("Bhanu", "N.", "M."),
family = "Sinha",
role = "ths",
comment = c(ORCID = "0000-0003-1634-0010")),
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,
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
2021-11-01 13:51: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
2021-09-29 12:12:35 +02:00
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)