forked from IEZ-UBN/forceR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.22 KB
/
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
37
38
39
40
41
Package: forceR
Title: Force Measurement Analyses
Description: For cleaning and analyses of animal closing force measurements.
'forceR' was initially written and optimized to deal with insect bite force
measurements, but can be used for any time series. Includes a full workflow
to load, plot and crop data, correct amplifier and baseline drifts,
identify individual peak shapes (bites), rescale (normalize) peak curves,
and find best polynomial fits to describe and analyze force curve shapes.
Version: 1.0.17
Date: 2022-11-11
License: MIT + file LICENSE
URL: https://github.com/Peter-T-Ruehr/forceR
BugReports: https://github.com/Peter-T-Ruehr/forceR/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
dplyr,
graphics,
grDevices,
filesstrings,
magrittr,
purrr,
readr,
roll,
stats,
stringr
Depends:
R (>= 4.0)
VignetteBuilder: knitr
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Authors@R:
person("Peter", "Rühr", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2776-6172"))
Maintainer: Peter T. Rühr <[email protected]>
LazyData: true