-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.45 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
Package: gsdd
Title: Calculate Growing Season Degree Days from Water Temperature Data
Version: 0.3.0.9000
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
person("Sarah", "Lyons", role = "aut",
comment = c(ORCID = "0000-0002-6745-6796")),
person("Jill", "Brooks", role = "ctb"),
person("Bronwen", "Lewis", role = "ctb"),
person("Teck Resources", role = c("fnd", "cph"))
)
Description: Calculates Growing Season Degree Days (GSDD), Growing Degree
Days (GDD) and the Growing Seasons (GSS) from water temperature data.
GSSD is a water temperature metric that is a useful predictor of
age-0 trout size at the beginning of winter.
It is the accumulated thermal units (in C)
during the growing season based on the mean daily water temperature values.
GDD is the GSSD to a particular date.
License: MIT + file LICENSE
URL: https://poissonconsulting.github.io/gsdd/, https://github.com/poissonconsulting/gsdd
BugReports: https://github.com/poissonconsulting/gsdd/issues/
Depends:
R (>= 4.1)
Imports:
chk,
dplyr,
dttr2,
purrr,
rlang,
stringr,
tibble,
tidyr,
zoo
Suggests:
ggplot2,
latex2exp,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/Needs/website: poissonconsulting/poissontemplate