-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 830 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: nphys
Title: R package for interpreting neurphysiology field and whole-cell data
Version: 0.0.1
Authors@R:
person(given = "Scott",
family = "Sawchuk",
role = c("aut", "cre"),
email = "[email protected]")
Description: This package is intended to be used for the reproducible analysis and presentation of field and whole cell data collected in neurophysiology experiments.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
BuildVignettes: true
VignetteBuilder: knitr
biocViews:
Imports:
knitr,
rmarkdown,
ggplot2,
dplyr,
data.table,
stringr,
readABF,
magrittr,
utils,
graphics,
ggpubr,
tools,
readODS,
reticulate
Suggests:
testthat
Depends:
R (>= 3.5)