-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 889 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: fnirsr
Type: Package
Title: Package for analysing funtional near-infrared spectroscopy (fNIRS) data
Version: 1.0.0
Date: 2017-04-16
Authors@R: person("Eryk", "Walczak", email = "[email protected]", role = c("aut", "cre"))
Description: Load, slice, filter, plot, and transform fNIRS data.
The majority of functions were developed to work with Hitachi ETG-4000 data.
License: GPL-3 + file LICENSE
URL: https://github.com/erzk/fnirsr
BugReports: https://github.com/erzk/fnirsr/issues
Encoding: UTF-8
LazyData: TRUE
Depends:
R (>= 3.1)
Imports:
dplyr (>= 0.5.0),
graphics (>= 3.3.2),
magrittr (>= 1.5),
R.matlab (>= 3.6.1),
readr (>= 1.0.0),
RSEIS (>= 3.7-4),
stringr (>= 1.1.0),
tools (>= 3.3.2),
utils (>= 3.3.2),
zoo (>= 1.7-14)
Suggests: knitr,
rmarkdown,
testthat,
covr
RoxygenNote: 6.0.1
VignetteBuilder: knitr