Skip to content

Commit

Permalink
package-wide doc
Browse files Browse the repository at this point in the history
See #8
  • Loading branch information
wibeasley committed Mar 2, 2017
1 parent 216ec23 commit 0e6d89f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions R/stanirs-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#' @docType package
#' @name stanirs-package
#' @aliases stanirs
#'
#' @title Package for working with fNIRS files
#'
#' @description
#' Working with fNIRS files in Stanford's Center for Interdisciplinary Brain Sciences.
#'
#' TODO: consider adding links to funders.
#'
#' @note
#' The most recent development version is available through [GitHub](https://github.com/OuhscBbmc/referral-exposure) by
#' running.
#'
#' `devtools::install_github('cibsr/stanirs')`
#' (make sure [devtools](https://cran.r-project.org/package=devtools) is already installed).
#' If you're having trouble with the package, please install the development version. If this doesn't solve
#' your problem, please create a [new issue](https://github.com/cibsr/stanirs/issues), or email Andrey.
#'
#' @examples
#' \dontrun{
#' # Install/update ReferralExposure with the development version from GitHub
#' #install.packages('devtools') #Uncomment if `devtools` isn't installed already.
#' devtools::install_github('cibsr/stanirs')
#' }
NULL

0 comments on commit 0e6d89f

Please sign in to comment.