From b6a8415ceb9f0a55f9f8309a2f490497a47f7304 Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Thu, 2 Mar 2017 15:32:39 -0600 Subject: [PATCH] important DESCRIPTION file basis of the R package. See #5 --- DESCRIPTION | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 DESCRIPTION diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..d42f0cb --- /dev/null +++ b/DESCRIPTION @@ -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 +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)