Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhelmus committed Apr 7, 2020
1 parent b99eb5f commit 9c480bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre")),
person("Vittorio", "Albergamo", email = "[email protected]", role = "aut"))
Expand All @@ -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)
Depends: R (>= 2.10)
2 changes: 1 addition & 1 deletion R/patRoonData.R
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion man/targets.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c480bf

Please sign in to comment.