-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1008 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
33
34
35
36
Package: readNSx
Title: Read 'Blackrock-Microsystems' Files ('NEV', 'NSx')
Version: 0.0.5
Authors@R:
person(given = "Zhengjia", family = "Wang",
email = "dipterix.wang@gmail.com", role = c("aut", "cre"))
Description: Loads 'Blackrock' <https://blackrockneurotech.com> neural signal
data files into the memory, provides utility tools to extract the data into
common formats such as plain-text 'tsv' and 'HDF5'.
License: MPL-2.0 | file LICENSE
Language: en-US
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
data.table,
fastmap,
hdf5r,
jsonlite,
R6
LinkingTo:
cpp11
Suggests:
bit64,
tools,
testthat (>= 3.0.0),
knitr,
rmarkdown,
spelling
SystemRequirements: HDF5 (>= 1.8.13), little-endian platform
NeedsCompilation: yes
Copyright: For the readNSx package: Zhengjia Wang.
URL: http://dipterix.org/readNSx/
BugReports: https://github.com/dipterix/readNSx/issues
Config/testthat/edition: 3
VignetteBuilder: knitr