AMR/DESCRIPTION

71 lines
1.9 KiB
Plaintext
Raw Normal View History

2018-02-21 11:52:31 +01:00
Package: AMR
2018-11-30 12:05:59 +01:00
Version: 0.4.0.9014
Date: 2018-11-30
2018-02-22 20:48:48 +01:00
Title: Antimicrobial Resistance Analysis
2018-02-21 11:52:31 +01:00
Authors@R: c(
person(
given = c("Matthijs", "S."),
family = "Berends",
email = "m.s.berends@umcg.nl",
2018-08-13 23:05:53 +02:00
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7620-1800")),
2018-02-21 11:52:31 +01:00
person(
given = c("Christian", "F."),
family = "Luz",
email = "c.f.luz@umcg.nl",
2018-08-13 23:05:53 +02:00
role = c("aut", "rev"),
2018-03-19 10:28:35 +01:00
comment = c(ORCID = "0000-0001-5809-5995")),
2018-02-21 11:52:31 +01:00
person(
given = c("Erwin", "E.A."),
family = "Hassing",
email = "e.hassing@certe.nl",
2018-08-03 09:59:39 +02:00
role = "ctb"),
person(
given = "Corinna",
family = "Glasner",
email = "c.glasner@umcg.nl",
role = "ths",
comment = c(ORCID = "0000-0003-1241-1328")),
person(
given = c("Alex", "W."),
family = "Friedrich",
email = "alex.friedrich@umcg.nl",
2018-08-13 23:05:53 +02:00
role = "ths",
2018-08-03 09:59:39 +02:00
comment = c(ORCID = "0000-0003-4881-038X")),
person(
given = "Bhanu",
family = "Sinha",
email = "b.sinha@umcg.nl",
role = "ths",
2018-08-13 11:00:53 +02:00
comment = c(ORCID = "0000-0003-1634-0010")))
Description: Functions to simplify the analysis and prediction of Antimicrobial
Resistance (AMR) and work with microbial and antimicrobial properties by using
evidence-based methods.
2018-04-02 16:05:09 +02:00
Depends:
2018-08-11 21:30:00 +02:00
R (>= 3.1.0)
2018-04-02 16:05:09 +02:00
Imports:
2018-04-19 14:10:57 +02:00
backports,
2018-06-19 10:05:38 +02:00
curl,
2018-10-17 17:32:34 +02:00
crayon (>= 1.3.0),
2018-09-24 23:33:29 +02:00
data.table (>= 1.9.0),
2018-04-02 16:05:09 +02:00
dplyr (>= 0.7.0),
2018-08-23 22:05:17 +02:00
hms,
knitr (>= 1.0.0),
2018-08-23 01:01:50 +02:00
rlang (>= 0.2.0),
2018-08-23 22:05:17 +02:00
rvest (>= 0.3.2),
tidyr (>= 0.7.0),
2018-08-23 22:05:17 +02:00
xml2 (>= 1.0.0)
2018-04-02 16:05:09 +02:00
Suggests:
2018-05-09 11:44:46 +02:00
covr (>= 3.0.1),
2018-08-23 22:05:17 +02:00
ggplot2,
rmarkdown,
2018-07-09 14:02:58 +02:00
rstudioapi,
testthat (>= 1.0.2)
2018-05-09 11:44:46 +02:00
VignetteBuilder: knitr
2018-10-23 16:49:40 +02:00
URL: https://gitlab.com/msberends/AMR
BugReports: https://gitlab.com/msberends/AMR/issues
2018-02-21 11:52:31 +01:00
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: true
2018-11-15 12:42:35 +01:00
RoxygenNote: 6.1.1