-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 879 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
Package: Rwaves
Title: Electropenetrography (EPG) data analysis
Version: 0.0.7
Authors@R: c(
person(given = "Marco",
family = "Chiapello",
role = c("aut", "cre"),
email = "marco.chiapello@gmail.com",
comment = c(ORCID = "0000-0001-7768-3047")),
person(given = "Matteo",
family = "Ripamonti",
role = "aut",
email = "matteo.ripamonti@unito.it"),
person(given = "Nicola",
family = "Bodino",
role = "aut",
email = "nicola.bodino@ipsp.cnr.it"))
Description: The package reads ANA data and calculate the defaults parameters.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
readr,
purrr,
fs,
dplyr,
tidyr,
magrittr
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown
VignetteBuilder: knitr