-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.87 KB
/
Copy pathDESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.87 KB
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
51
52
53
54
55
56
57
Package: species.shifts
Type: Package
Title: Northeast US Marine Species Distribution Change
Version: 0.1.0
Authors@R: c(
person("Carly", "Lovas", , "carly.lovas@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0002-8121-7684")),
person("Adam", "Kemberling", role = "ctb",
comment = c(ORCID = "0000-0003-0402-0829")),
person("Andrew", "Allyn", role = "ctb",
comment = c(ORCID = "0000-0002-1584-0198")),
person("Gulf of Maine Research Institute", role = "fnd"),
person("Mid-Atlantic Fisheries Management Council", role = "fnd")
)
Author: Carly Lovas [aut, cre]
Description: The goal of {species.shifts} is to consolidate a variety
of federal data sets commonly used by the Gulf of Maine Research Institute
in Portland, Maine. Many of the data sets support collaborations with the
New England, Mid-Atlantic, and South Atlantic Fisheries Management Councils.
This package pulls, cleans, and analyzes these data sets from a pre-existing
data repository. Many of these data sets are confidential and/or require an
explicit data request from the relevant bodies. Given data acquisition, it
is recommended to store all data in a central repository for ease of access
within the R functions.
License: CC0
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
patchwork,
rnaturalearth,
sf,
purrr,
stringr,
tibble,
data.table,
stars,
tidyverse
VignetteBuilder: quarto
Imports:
ggplot2 (>= 2.1.1),
grDevices (>= 3.0.0),
dplyr,
rlang,
magick,
lubridate,
ggthemes,
quarto,
janitor,
readr,
here,
tidyr,
SwimmeR
URL: https://github.com/carlylovas/species.shifts, https://carlylovas.github.io/species.shifts/
BugReports: https://github.com/carlylovas/species.shifts/issues
Config/roxygen2/version: 8.0.0