-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.47 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
46
47
48
49
50
Package: hatchR
Type: Package
Title: Predict Fish Hatching and Emergence from Daily Temperature Data
Version: 0.2.0.9000
Authors@R: c(
person("Bryan M.", "Maitland", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4491-5064")),
person("Morgan M.", "Sparks", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-0787-2218")),
person("Eli", "Felts", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0002-5888-9266")))
Maintainer: Bryan Maitland <[email protected]>
Description: `hatchR` is intended to bridge the analytic gap of
taking statistical models developed in hatchery settings
(e.g., Beacham and Murray 1990) and applying them to real world
temperature data sets using an effective value framework
developed by Sparks et al. (2019).
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://bmait101.github.io/hatchR/, https://github.com/bmait101/hatchR
BugReports: https://github.com/bmait101/hatchR/issues
Depends:
R (>= 2.10)
Imports:
dplyr,
ggplot2,
ggtext,
lifecycle,
lubridate,
rlang,
stats,
tibble,
utils
Suggests:
knitr,
readr,
purrr,
rmarkdown,
nycflights13,
tidyr,
stringr,
ggridges,
patchwork,
testthat (>= 3.0.0),
cli
Config/testthat/edition: 3
VignetteBuilder: knitr