forked from nr3xe/arse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.13 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
Package: arse
Version: 1.1.0
Date: 2019-05-12
Title: Area of Resilience to Stress Event
Depends: R (>= 3.5.0), dplyr, pracma
Description: A method for quantifying resilience after a stress event. A set of functions
calculate the area of resilience that is created by the departure of baseline
'y' (i.e., robustness) and the time taken 'x' to return to baseline
(i.e., rapidity) after a stress event using the Cartesian coordinates of the
data. This package has the capability to calculate areas of resilience,
growth, and cases in which resilience is not achieved
(e.g., diminished performance without return to baseline).
License: MIT + file LICENSE
Authors@R: c(person("Nathaniel", "Ratcliff", role = c("aut", "cre"),
email = "[email protected]"),
person("Devika", "Nair", role = "aut"),
person("Joshua", "Goldstein", role = "aut"),
person("Teja", "Pristavec", role = "ctb"),
person("Aaron", "Schroeder", role = "ctb"),
person("Jon", "Spring", role = "ctb"))
Encoding: UTF-8
LazyData: TRUE
URL: https://github.com/nr3xe/arse
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr