AMR/DESCRIPTION

63 lines
3.1 KiB
Plaintext
Raw Permalink Normal View History

2019-01-06 20:23:49 +01:00
Package: AMR
2024-05-12 16:24:44 +02:00
Version: 2.1.1.9029
Date: 2024-05-12
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 = "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 = "Luz", c("Christian", "F."), role = c("ctb"), comment = c(ORCID = "0000-0001-5809-5995")),
2022-10-21 21:56:54 +02:00
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 = "Saab", c("Matthew"), role = "ctb"),
2022-10-21 21:56:54 +02:00
person(family = "Salm", c("Jonas"), role = "ctb"),
person(family = "Sanchez", c("Javier"), role = "ctb", comment = c(ORCID = "0000-0003-2605-8094")),
2022-10-21 21:56:54 +02:00
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 = "Stull", c("Jason"), role = "ctb", comment = c(ORCID = "0000-0002-9028-8153")),
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
Suggests:
2024-04-07 20:22:59 +02:00
cleaner,
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,
2024-04-07 20:22:59 +02:00
ggplot2,
janitor,
2021-08-17 14:34:11 +02:00
knitr,
2021-12-13 10:18:28 +01:00
progress,
2021-08-17 14:34:11 +02:00
readxl,
rmarkdown,
rvest,
2024-04-07 20:22:59 +02:00
skimr,
tibble,
tidyselect,
2021-08-17 14:34:11 +02:00
tinytest,
2024-04-08 00:52:25 +02:00
tsibble,
vctrs,
2021-08-17 14:34:11 +02:00
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
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)