mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 02:03:04 +02:00
first commit
This commit is contained in:
31
DESCRIPTION
Normal file
31
DESCRIPTION
Normal file
@ -0,0 +1,31 @@
|
||||
Package: AMR
|
||||
Version: 0.1.0
|
||||
Date: 2018-02-20
|
||||
Title: Antimicrobial Resistance (AMR) Analysis
|
||||
Authors@R: c(
|
||||
person(
|
||||
given = c("Matthijs", "S."),
|
||||
family = "Berends",
|
||||
email = "m.s.berends@umcg.nl",
|
||||
role = c("aut", "cre")),
|
||||
person(
|
||||
given = c("Christian", "F."),
|
||||
family = "Luz",
|
||||
email = "c.f.luz@umcg.nl",
|
||||
role = c("aut", "ctb")),
|
||||
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)
|
||||
of microbial isolates, by using new S3 classes and applying EUCAST expert rules
|
||||
on antibiograms.
|
||||
Depends: R (>= 3.0)
|
||||
Imports: dplyr (>= 0.7.0), reshape2 (>= 1.4.0), xml2, rvest
|
||||
URL: https://github.com/msberends/AMR
|
||||
BugReports: https://github.com/msberends/AMR/issues
|
||||
License: GPL-2 | file LICENSE
|
||||
Encoding: UTF-8
|
||||
LazyData: true
|
||||
RoxygenNote: 6.0.1.9000
|
Reference in New Issue
Block a user