AMR/DESCRIPTION

54 lines
2.6 KiB
Plaintext
Raw Normal View History

2019-01-06 20:23:49 +01:00
Package: AMR
2022-09-01 15:20:57 +02:00
Version: 1.8.1.9049
Date: 2022-09-01
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(
2022-08-27 20:49:37 +02:00
person(family = "Berends", c("Matthijs", "S."), role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7620-1800"), email = "m.berends@certe.nl"),
person(family = "Luz", c("Christian", "F."), role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-5809-5995")),
person(family = "Souverein", c("Dennis"), role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-0455-0336")),
person(family = "Hassing", c("Erwin", "E.", "A."), role = c("aut", "ctb")),
person(family = "Albers", c("Casper", "J."), role = "ths", comment = c(ORCID = "0000-0002-9213-6743")),
person(family = "Dutey-Magni", c("Peter"), role = "ctb", comment = c(ORCID = "0000-0002-8942-9836")),
2022-08-30 21:48:02 +02:00
person(family = "Fonville", c("Judith", "M."), role = "ctb"),
2022-08-27 20:49:37 +02:00
person(family = "Friedrich", c("Alex", "W."), role = "ths", comment = c(ORCID = "0000-0003-4881-038X")),
person(family = "Glasner", c("Corinna"), role = "ths", comment = c(ORCID = "0000-0003-1241-1328")),
person(family = "Hazenberg", c("Eric", "H.", "L.", "C.", "M."), role = "ctb"),
person(family = "Knight", c("Gwen"), role = "ctb", comment = c(ORCID = "0000-0002-7263-9896")),
person(family = "Lenglet", c("Annick"), role = "ctb", comment = c(ORCID = "0000-0003-2013-8405")),
person(family = "Meijer", c("Bart", "C."), role = "ctb"),
2022-08-28 22:38:08 +02:00
person(family = "Mykhailenko", c("Dmytro"), role = "ctb"),
2022-08-27 20:49:37 +02:00
person(family = "Mymrikov", c("Anton"), role = "ctb"),
person(family = "Ny", c("Sofia"), role = "ctb", comment = c(ORCID = "0000-0002-2017-1363")),
person(family = "Schade", c("Rogier", "P."), role = "ctb"),
person(family = "Sinha", c("Bhanu", "N.", "M."), role = "ths", comment = c(ORCID = "0000-0003-1634-0010")),
person(family = "Underwood", c("Anthony"), role = "ctb", comment = c(ORCID = "0000-0002-8547-4277")))
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,
2022-08-27 20:49:37 +02:00
tibble,
2022-03-02 23:16:37 +01:00
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
2022-08-28 19:17:12 +02:00
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
Roxygen: list(markdown = TRUE)