-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1011 Bytes
/
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
Package: therMizer
Type: Package
Title: therMizer: Temperature-Dependent Rates in Mizer
Version: 1.0.0
Description: A set of functions that allows uers to incorporate
temperature-dependent rates in mizer.
Maintainer: Romain Forestier <[email protected]>
Authors@R: c(person("Romain", "Forestier", email =
role = c("cre", "aut", "cph")),
person("Phoebe", "Woodworth-Jefcoats", email =
role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-9353-923X")))
Encoding: UTF-8
License: GPL-3
LazyData: true
Depends:
R (>= 3.1),
mizer (>= 2.3.0)
Imports:
assertthat,
bslib,
dplyr,
ggplot2,
lubridate,
reshape2,
stringr
Collate:
rates.R
realms.R
scale_temp_effect.R
therParams.R
plots.R
therMizer-package.R
RoxygenNote: 7.2.1
URL: https://github.com/sizespectrum/therMizer