R/natmanager-package.R

#' @seealso \code{\link{install}}
#' @examples
#' \dontrun{
#' # install core packages to try out the core natverse
#' if(is.interactive()) {
#' natmanager::install('core')
#' }
#' # Full "batteries included" installation with all packages
#' # You need a GitHub account and personal access token (PAT) for this
#' if(is.interactive()) {
#' natmanager::install('natverse')
#' }
#' }
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

Try the natmanager package in your browser

Any scripts or data that you put into this service are public.

natmanager documentation built on Sept. 11, 2023, 5:11 p.m.