2018-02-21 11:52:31 +01:00
|
|
|
Package: AMR
|
2018-03-19 12:43:22 +01:00
|
|
|
Version: 0.1.2
|
2018-03-27 17:43:42 +02:00
|
|
|
Date: 2018-03-27
|
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-03-19 12:43:22 +01: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-03-19 10:28:35 +01:00
|
|
|
role = c("aut", "ctb"),
|
|
|
|
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",
|
|
|
|
role = "ctb"))
|
|
|
|
Description: Functions to simplify the analysis of Antimicrobial Resistance (AMR)
|
2018-02-22 20:48:48 +01:00
|
|
|
of microbial isolates, by using new S3 classes and applying EUCAST expert rules
|
|
|
|
on antibiograms according to Leclercq (2013)
|
|
|
|
<doi:10.1111/j.1469-0691.2011.03703.x>.
|
2018-02-21 11:52:31 +01:00
|
|
|
Depends: R (>= 3.0)
|
2018-03-27 17:58:46 +02:00
|
|
|
Imports: dplyr (>= 0.7.0), reshape2 (>= 1.4.0), xml2, rvest
|
2018-03-27 17:43:42 +02:00
|
|
|
Suggests: testthat
|
2018-03-23 14:46:02 +01:00
|
|
|
URL: https://cran.r-project.org/package=AMR
|
2018-02-21 11:52:31 +01:00
|
|
|
BugReports: https://github.com/msberends/AMR/issues
|
|
|
|
License: GPL-2 | file LICENSE
|
|
|
|
Encoding: UTF-8
|
|
|
|
LazyData: true
|
|
|
|
RoxygenNote: 6.0.1.9000
|