-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove use of `drop=FALSE` in wrong place
- Loading branch information
Showing
4 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
#' metabolomicsWorkbenchR | ||
#' | ||
#' This package provides an interface to the Metabolomics Workbench API. It can | ||
#' be used to query the Metabolomics Workbench for study, compound, protein, | ||
#' gene information and more. All endpoints of the API are available via a | ||
#' This package provides an interface to the Metabolomics Workbench API. It can | ||
#' be used to query the Metabolomics Workbench for study, compound, protein, | ||
#' gene information and more. All endpoints of the API are available via a | ||
#' simple \code{do_query} method. A number of convenience functions are included | ||
#' to import study data as \code{SummarizedExperiment} objects to facilitate use | ||
#' within R and the Bioconductor community. | ||
#' @docType package | ||
#' @name metabolomicsWorkbenchR | ||
#' @seealso | ||
#' @seealso | ||
#' \itemize{ | ||
#' \item \code{\link{do_query}} for a simple example. | ||
#' \item \code{browseVignettes("metabolomicsWorkbenchR")} for more info. | ||
#' \item Visit \url{https://www.metabolomicsworkbench.org/tools/mw_rest.php} | ||
#' \item Visit \url{https://www.metabolomicsworkbench.org/tools/mw_rest.php} | ||
#' for details of the API. | ||
#' } | ||
#' | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
NULL | ||
## NULL |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.