AMR/DESCRIPTION

69 lines
3.0 KiB
Plaintext
Raw Normal View History

2019-01-06 20:23:49 +01:00
Package: AMR
2021-06-14 22:37:05 +02:00
Version: 1.7.1.9003
Date: 2021-06-14
Title: Antimicrobial Resistance Data Analysis
2019-01-06 20:23:49 +01:00
Authors@R: c(
person(role = c("aut", "cre"),
2020-01-26 20:38:54 +01:00
family = "Berends", given = c("Matthijs", "S."), email = "m.s.berends@umcg.nl", comment = c(ORCID = "0000-0001-7620-1800")),
2019-08-30 14:50:56 +02:00
person(role = c("aut", "ctb"),
2020-01-26 20:38:54 +01:00
family = "Luz", given = c("Christian", "F."), email = "c.f.luz@umcg.nl", comment = c(ORCID = "0000-0001-5809-5995")),
person(role = c("aut", "ths"),
2020-01-26 20:38:54 +01:00
family = "Friedrich", given = c("Alexander", "W."), email = "alex.friedrich@umcg.nl", comment = c(ORCID = "0000-0003-4881-038X")),
person(role = c("aut", "ths"),
2020-01-26 20:38:54 +01:00
family = "Sinha", given = c("Bhanu", "N.", "M."), email = "b.sinha@umcg.nl", comment = c(ORCID = "0000-0003-1634-0010")),
2019-08-14 14:57:06 +02:00
person(role = c("aut", "ths"),
2020-01-26 20:38:54 +01:00
family = "Albers", given = c("Casper", "J."), email = "c.j.albers@rug.nl", comment = c(ORCID = "0000-0002-9213-6743")),
2019-08-13 16:15:08 +02:00
person(role = c("aut", "ths"),
family = "Glasner", given = "Corinna", email = "c.glasner@umcg.nl", comment = c(ORCID = "0000-0003-1241-1328")),
2019-09-18 15:46:09 +02:00
person(role = "ctb",
2020-01-26 20:38:54 +01:00
family = "Fonville", given = c("Judith", "M."), email = "j.fonville@pamm.nl"),
person(role = "ctb",
2020-01-26 20:38:54 +01:00
family = "Hassing", given = c("Erwin", "E.", "A."), email = "e.hassing@certe.nl"),
person(role = "ctb",
family = "Hazenberg", given = c("Eric", "H.", "L.", "C.", "M."), email = "e.hazenberg@jbz.nl"),
person(role = "ctb",
family = "Knight", given = "Gwen", email = "gwen.knight@lshtm.ac.uk"),
person(role = "ctb",
family = "Lenglet", given = "Annick", email = "annick.lenglet@amsterdam.msf.org"),
person(role = "ctb",
2020-01-26 20:38:54 +01:00
family = "Meijer", given = c("Bart", "C."), email = "b.meijerg@certe.nl"),
2019-11-04 11:35:34 +01:00
person(role = "ctb",
family = "Ny", given = "Sofia", email = "sofia.ny@folkhalsomyndigheten.se"),
person(role = "ctb",
family = "Schade", given = c("Rogier", "P."), email = "r.schade@amsterdamumc.nl"),
person(role = "ctb",
family = "Souverein", given = "Dennis", email = "d.souvereing@streeklabhaarlem.nl"),
person(role = "ctb",
family = "Underwood", given = "Anthony", email = "au3@sanger.ac.uk"))
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>.
2019-04-06 16:50:59 +02:00
Depends:
2020-05-19 12:08:49 +02:00
R (>= 3.0.0)
2019-01-06 20:23:49 +01:00
Suggests:
2020-05-19 12:08:49 +02:00
cleaner,
2020-08-29 12:04:23 +02:00
curl,
2020-05-16 13:05:47 +02:00
dplyr,
2020-05-17 11:56:12 +02:00
ggplot2,
2021-05-12 18:15:03 +02:00
ggtext,
2020-05-16 13:05:47 +02:00
knitr,
microbenchmark,
2020-12-17 16:22:25 +01:00
pillar,
2020-08-29 12:04:23 +02:00
readxl,
2019-10-11 17:21:02 +02:00
rmarkdown,
rstudioapi,
2020-08-29 12:04:23 +02:00
rvest,
2020-09-28 01:08:55 +02:00
skimr,
2020-05-18 13:59:34 +02:00
tidyr,
2021-05-15 21:36:22 +02:00
tinytest,
2021-05-16 09:25:36 +02:00
xml2
2020-05-16 13:05:47 +02:00
VignetteBuilder: knitr,rmarkdown
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
Roxygen: list(markdown = TRUE)