Skip to content

Commit 99225c3

Browse files
author
Carly Lovas
committed
bootswatch
1 parent e0bf06d commit 99225c3

5 files changed

Lines changed: 6118 additions & 4 deletions

File tree

_pkgdown.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
url: https://carlylovas.github.io/species.shifts/
22
template:
33
bootstrap: 5
4+
bslib:
5+
bootswatch: cosmo
6+
pkgdown-nav-height: 100px
47
# navbar:
58
# structure:
69
# left: [intro, articles, reference, news]

vignettes/data_cleaning_functions.html

Lines changed: 3277 additions & 0 deletions
Large diffs are not rendered by default.

vignettes/data_cleaning_functions.qmd

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ knitr::kable(read.csv(here::here("data","examples","nefsc.csv")))
135135
knitr::kable(read.csv(here::here("data","examples","permits.csv")))
136136
```
137137

138+
138139
### GARFO Dealer-reported landings
139140

140141
`landings <- pull_landings(proj_path = my_path)`
@@ -145,12 +146,15 @@ knitr::kable(read.csv(here::here("data","examples","permits.csv")))
145146
#| warning: false
146147
#| echo: false
147148
148-
my_path <- paste0(box_path, "Confidential/VTR and Dealer/Dealer Data 2025.xlsx")
149-
knitr::kable(species.shifts::pull_garfo_landings(proj_path = my_path, sheet = 1, skip = 9) |>
150-
filter(is.na(confidential)) |>
151-
head(n = 3))
149+
# my_path <- paste0(box_path, "Confidential/VTR and Dealer/Dealer Data 2025.xlsx")
150+
# knitr::kable(species.shifts::pull_garfo_landings(proj_path = my_path, sheet = 1, skip = 9) |>
151+
# filter(is.na(confidential)) |>
152+
# head(n = 3))
153+
knitr::kable(read.csv(here::here("data","examples","landings.csv")))
154+
152155
```
153156

157+
154158
### Marine Recreational Information Program
155159

156160
#### Directed trips
@@ -190,6 +194,7 @@ knitr::kable(read.csv(here::here("data","examples","catch.csv")))
190194
191195
```
192196

197+
193198
## Plotting
194199

195200
Once the data has been pulled and saved to the local environment, each data set has a respective `plot_()` or `map_()` function. More about those functions [here](https://carlylovas.github.io/species.shifts/articles/plotting_functions.html).

vignettes/plotting_functions.html

Lines changed: 2828 additions & 0 deletions
Large diffs are not rendered by default.

vignettes/plotting_functions.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ knitr::include_graphics(here::here("images/summer flounder permit map.png"))
154154
```
155155
156156
## NEFSC Bottom Trawl
157+
*In development*
157158
Given the wide breadth of fishery-indepented information provided by the federal bottom trawl survey, this data set has multiple plotting and mapping functions associated with it.
158159
``` r
159160
map_nefsc_cob()

0 commit comments

Comments
 (0)