AMR/DESCRIPTION

60 lines
2.4 KiB
Plaintext
Raw Normal View History

2019-01-06 20:23:49 +01:00
Package: AMR
Version: 0.7.1.9072
Date: 2019-09-12
2019-01-06 20:23:49 +01:00
Title: Antimicrobial Resistance Analysis
Authors@R: c(
person(role = c("aut", "cre"),
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"),
family = "Luz", given = c("Christian", "F."), email = "c.f.luz@umcg.nl", comment = c(ORCID = "0000-0001-5809-5995")),
person(role = c("aut", "ths"),
family = "Friedrich", given = c("Alex", "W."), email = "alex.friedrich@umcg.nl", comment = c(ORCID = "0000-0003-4881-038X")),
person(role = c("aut", "ths"),
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"),
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")),
person(role = "ctb",
family = "Hassing", given = c("Erwin", "E.", "A."), email = "e.hassing@certe.nl"),
person(role = "ctb",
family = "Lenglet", given = "Annick", email = "annick.lenglet@amsterdam.msf.org"),
person(role = "ctb",
family = "Meijer", given = c("Bart", "C."), email = "b.meijerg@certe.nl"),
person(role = "ctb",
family = "Souverein", given = "Dennis", email = "d.souvereing@streeklabhaarlem.nl"))
2019-01-06 20:23:49 +01:00
Description: Functions to simplify the analysis and prediction of Antimicrobial
Resistance (AMR) and to work with microbial and antimicrobial properties by
using evidence-based methods.
2019-04-06 16:50:59 +02:00
Depends:
R (>= 3.1.0)
2019-01-06 20:23:49 +01:00
Imports:
backports,
2019-08-25 22:53:22 +02:00
clean (>= 1.1.0),
2019-01-06 20:23:49 +01:00
crayon (>= 1.3.0),
data.table (>= 1.9.0),
dplyr (>= 0.7.0),
2019-02-20 13:57:23 +01:00
ggplot2,
2019-01-06 20:23:49 +01:00
hms,
knitr (>= 1.0.0),
2019-02-20 13:57:23 +01:00
microbenchmark,
2019-08-07 15:37:39 +02:00
pillar,
2019-02-28 13:56:28 +01:00
rlang (>= 0.3.1),
2019-05-10 16:44:59 +02:00
scales,
2019-01-27 19:30:40 +01:00
tidyr (>= 0.7.0)
2019-01-06 20:23:49 +01:00
Suggests:
covr (>= 3.0.1),
2019-01-27 19:30:40 +01:00
curl,
2019-01-21 15:53:01 +01:00
readxl,
2019-01-06 20:23:49 +01:00
rstudioapi,
2019-01-27 19:30:40 +01:00
rvest (>= 0.3.2),
testthat (>= 1.0.2),
xml2 (>= 1.0.0)
2019-01-06 20:23:49 +01:00
VignetteBuilder: knitr
URL: https://msberends.gitlab.io/AMR, https://gitlab.com/msberends/AMR
BugReports: https://gitlab.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
2019-01-06 20:23:49 +01:00
RoxygenNote: 6.1.1