AMR/DESCRIPTION

60 lines
2.9 KiB
Plaintext
Raw Normal View History

2019-01-06 20:23:49 +01:00
Package: AMR
Version: 2.0.0.9027
Date: 2023-07-08
Title: Antimicrobial Resistance Data Analysis
2021-04-07 08:37:42 +02:00
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
2022-10-21 21:56:54 +02:00
data analysis and to work with microbial and antimicrobial properties by
using evidence-based methods, as described in <doi:10.18637/jss.v104.i03>.
Authors@R: c(
person(family = "Berends", c("Matthijs", "S."), role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7620-1800"), email = "m.s.berends@umcg.nl"),
2022-10-21 21:56:54 +02:00
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")),
person(family = "Fonville", c("Judith", "M."), role = "ctb"),
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"),
person(family = "Mykhailenko", c("Dmytro"), role = "ctb"),
person(family = "Mymrikov", c("Anton"), role = "ctb"),
2023-01-12 23:16:05 +01:00
person(family = "Norgan", c("Andrew", "P."), role = "ctb", comment = c(ORCID = "0000-0002-2955-2066")),
2022-10-21 21:56:54 +02:00
person(family = "Ny", c("Sofia"), role = "ctb", comment = c(ORCID = "0000-0002-2017-1363")),
person(family = "Salm", c("Jonas"), role = "ctb"),
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")),
person(family = "Williams", c("Anita"), role = "ctb", comment = c(ORCID = "0000-0002-5295-8451")))
Depends: R (>= 3.0.0)
2021-08-17 14:34:11 +02:00
Enhances:
cleaner,
2022-03-02 23:16:37 +01:00
ggplot2,
2022-10-05 09:12:22 +02:00
janitor,
skimr,
2022-08-27 20:49:37 +02:00
tibble,
2022-10-21 21:56:54 +02:00
tidyselect,
tsibble
2021-08-17 14:34:11 +02:00
Suggests:
cli,
2021-08-17 14:34:11 +02:00
curl,
2022-10-05 09:12:22 +02:00
data.table,
2021-08-17 14:34:11 +02:00
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-12-12 00:14:56 +01:00
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)