-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 920 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
Package: ffbs2w
Type: Package
Title: Freshwater Fish Body Sizes Response to Warming
Version: 0.1.0
Date: 2023-08-14
Authors@R: c(
person("Connor", "Warne", role = c("aut", "cre"), email = "connor.warne@gmail.com"),
person("Kevin", "Cazelles", role = c("aut"), email = "kevin.cazelles@gmail.com", comment = c(ORCID = "0000-0001-6619-9874")))
Description: Code to reproduce analyses in 'Thermal tolerance and habitat preferences mediate how freshwater fish body sizes respond to warming'.
Depends: R (>= 4.2)
Additional_repositories:
https://inla.r-inla-download.org/R/stable/
Imports:
cli,
dplyr,
car,
geodata,
ggplot2,
INLA,
nlsr,
patchwork,
purrr,
regclass,
sf,
stars,
stringr,
splancs,
tidyr
Suggest:
tibble
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3