From 9c480bfa85d67e6d2c198fd415abb0af1a64f9dc Mon Sep 17 00:00:00 2001 From: rickhelmus Date: Tue, 7 Apr 2020 16:43:53 +0200 Subject: [PATCH] small tweaks --- DESCRIPTION | 4 ++-- R/patRoonData.R | 2 +- man/targets.Rd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a966a44..21e1b39 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: patRoonData Type: Package Title: Example Data For The patRoon Package -Version: 1.0 +Version: 1.0.0 Authors@R: c( person("Rick", "Helmus", email = "r.helmus@uva.nl", role = c("aut", "cre")), person("Vittorio", "Albergamo", email = "v.albergamo@uva.nl", role = "aut")) @@ -15,4 +15,4 @@ LazyData: true RoxygenNote: 7.1.0 URL: https://github.com/rickhelmus/patRoonData BugReports: https://github.com/rickhelmus/patRoonData/issues -Depends: R (>= 2.10) \ No newline at end of file +Depends: R (>= 2.10) diff --git a/R/patRoonData.R b/R/patRoonData.R index a5b0a06..fd37a34 100644 --- a/R/patRoonData.R +++ b/R/patRoonData.R @@ -29,7 +29,7 @@ exampleDataPath <- function() system.file("extdata", package = "patRoonData") #' Example target analyte list #' #' The \code{targets} dataset contains information for 23 target analytes and -#' can directly be used with the \code{\link[patRoon]{screenTargets}} function. +#' can directly be used with the \code{\link[patRoon]{screenSuspects}} function. #' #' @format A \code{data.frame} with column \code{name}, \code{mz} and \code{rt}, #' specifying the analyte name, \emph{m/z} and retention time (in seconds), diff --git a/man/targets.Rd b/man/targets.Rd index 82177f3..9697db4 100644 --- a/man/targets.Rd +++ b/man/targets.Rd @@ -14,6 +14,6 @@ targets } \description{ The \code{targets} dataset contains information for 23 target analytes and -can directly be used with the \code{\link[patRoon]{screenTargets}} function. +can directly be used with the \code{\link[patRoon]{screenSuspects}} function. } \keyword{datasets}