-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.11 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
42
43
44
45
Type: Package
Package: sdarr
Title: Slope Determination by Analysis of Residuals
Version: 0.7.0
Authors@R: c(
person("Robert", "Wendlandt", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6368-1622")),
person("UKSH", role = c("cph", "fnd"))
)
Description: Slope Determination by Analysis of Residuals (SDAR) for automated
and objective linear-fitting of mechanical test-data as standardized in
"ASTM E3076-18" <doi:10.1520/E3076-18>. A random sub-sampling modification
of the SDAR algorithm is additionally implemented to improve processing
speed.
License: MIT + file LICENSE
URL: https://soylentorange.github.io/sdarr/
BugReports: https://github.com/soylentOrange/sdarr/issues
Imports:
carrier,
dplyr,
furrr,
graphics,
labelled,
magrittr,
pracma,
purrr,
rlang,
stats,
stringr,
tidyr,
utils
Suggests:
future,
ggplot2,
knitr,
parallelly,
plotly,
readr,
rmarkdown,
spelling,
kableExtra
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2