diff --git a/DESCRIPTION b/DESCRIPTION old mode 100755 new mode 100644 index e69de29b..83bdcb56 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -0,0 +1,70 @@ +Package: AMR +Version: 0.5.0.9009 +Date: 2019-01-06 +Title: Antimicrobial Resistance Analysis +Authors@R: c( + person( + given = c("Matthijs", "S."), + family = "Berends", + email = "m.s.berends@umcg.nl", + role = c("aut", "cre"), + comment = c(ORCID = "0000-0001-7620-1800")), + person( + given = c("Christian", "F."), + family = "Luz", + email = "c.f.luz@umcg.nl", + role = c("aut", "rev"), + comment = c(ORCID = "0000-0001-5809-5995")), + person( + given = c("Erwin", "E.", "A."), + family = "Hassing", + email = "e.hassing@certe.nl", + role = "ctb"), + person( + given = "Corinna", + family = "Glasner", + email = "c.glasner@umcg.nl", + role = c("aut", "ths"), + comment = c(ORCID = "0000-0003-1241-1328")), + person( + given = c("Alex", "W."), + family = "Friedrich", + email = "alex.friedrich@umcg.nl", + role = c("aut", "ths"), + comment = c(ORCID = "0000-0003-4881-038X")), + person( + given = c("Bhanu", "N.", "M."), + family = "Sinha", + email = "b.sinha@umcg.nl", + role = c("aut", "ths"), + comment = c(ORCID = "0000-0003-1634-0010"))) +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. +Depends: + R (>= 3.1.0) +Imports: + backports, + curl, + crayon (>= 1.3.0), + data.table (>= 1.9.0), + dplyr (>= 0.7.0), + hms, + knitr (>= 1.0.0), + rlang (>= 0.2.0), + rvest (>= 0.3.2), + tidyr (>= 0.7.0), + xml2 (>= 1.0.0) +Suggests: + covr (>= 3.0.1), + ggplot2, + rmarkdown, + rstudioapi, + testthat (>= 1.0.2) +VignetteBuilder: knitr +URL: https://msberends.gitlab.io/AMR, https://gitlab.com/msberends/AMR +BugReports: https://gitlab.com/msberends/AMR/issues +License: GPL-2 | file LICENSE +Encoding: UTF-8 +LazyData: true +RoxygenNote: 6.1.1 diff --git a/R/deprecated.R b/R/deprecated.R index dae2e7c6..a5559954 100644 --- a/R/deprecated.R +++ b/R/deprecated.R @@ -48,7 +48,7 @@ ratio <- function(x, ratio) { } #' @rdname AMR-deprecated -#' @exported +#' @export guess_mo <- function(...) { .Deprecated(new = "as.mo", package = "AMR") as.mo(...) diff --git a/_pkgdown.yml b/_pkgdown.yml index 0858e93e..76aa269a 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -75,8 +75,8 @@ reference: desc: > Some pages about our package and its external sources. contents: - - 'AMR' - - itis + - '`AMR`' + - '`itis`' - title: Cleaning your data desc: > Functions for cleaning and optimising your data, to be able diff --git a/docs/news/index.html b/docs/news/index.html index e0e827b8..84f0a3e9 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -240,6 +240,7 @@

Changed