-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.48 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.48 KB
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
42
43
44
45
46
47
48
49
Package: forceR
Title: Force Measurement Analyses
Description: For cleaning and analysis of graphs, such as 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.21
Date: 2024-03-22
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.3.1
Imports:
dplyr,
graphics,
grDevices,
filesstrings,
magrittr,
purrr,
readr,
roll,
stats,
stringr
Depends:
R (>= 4.2)
VignetteBuilder: knitr
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Authors@R:
c(person(given = "Peter T.",
family = "Rühr",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2776-6172")),
person(given = "Alexander",
family = "Blanke",
role = c("ctb"),
comment = c(ORCID = "0000-0003-4385-6039")))
Maintainer: Peter T. Rühr <[email protected]>
LazyData: true