Skip to content

Commit

Permalink
important DESCRIPTION file
Browse files Browse the repository at this point in the history
basis of the R package.  See #5
  • Loading branch information
wibeasley committed Mar 2, 2017
1 parent 8720fa1 commit b6a8415
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Package: stanirs
Title: Working with fNIRS Files
Description: Working with fNIRS files in Stanford's Center for Interdisciplinary Brain Sciences.
Version: 0.0.1.9000
Date: 2017-03-02
Authors@R: c(person("Andrey", "Koval", role = c("aut", "cre"), email =
"koval.andrey@gmail.com"), person("Will", "Beasley", role = c("ctb")))
Author: Andrey Koval [aut, cre],
Will Beasley [ctb]
Maintainer: Andrey Koval <koval.andrey@gmail.com>
URL: https://github.com/cibsr/stanirs, https://nirs.stanford.edu/
BugReports: https://github.com/cibsr/stanirs/issues
Depends:
R(>= 3.0.0),
stats
Imports:
dplyr,
methods,
magrittr,
readr,
tidyr,
tibble
Suggests:
devtools,
knitr,
rmarkdown,
testthat (>= 0.9)
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)

0 comments on commit b6a8415

Please sign in to comment.