Skip to content

Commit 0ba2951

Browse files
committed
Deploying to gh-pages from @ carlylovas/species.shifts@e46d119 🚀
1 parent 8249c65 commit 0ba2951

15 files changed

Lines changed: 356 additions & 16 deletions

articles/scup_demo.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ with:
7474

7575
``` r
7676

77-
devtools::install_github("https://github.com/carlylovas/species.shifts")
77+
pak::pak("carlylovas/species.shifts")
7878
```
7979

8080
## Vignettes

llms.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ with:
7474

7575
``` r
7676

77-
devtools::install_github("https://github.com/carlylovas/species.shifts")
77+
pak::pak("carlylovas/species.shifts")
7878
```
7979

8080
## Vignettes
@@ -120,6 +120,8 @@ data](https://carlylovas.github.io/species.shifts/articles/plotting_functions.ht
120120
: Plotting landings proportions by state
121121
- [`plot_state_permits()`](https://carlylovas.github.io/species.shifts/reference/plot_state_permits.md)
122122
: Plotting permit proportions by state
123+
- [`plot_trip_estimates()`](https://carlylovas.github.io/species.shifts/reference/plot_trip_estimates.md)
124+
: MRIP Directed trip estimates
123125
- [`pull_garfo_landings()`](https://carlylovas.github.io/species.shifts/reference/pull_garfo_landings.md)
124126
: Pull federal landings data
125127
- [`pull_mrip_catch()`](https://carlylovas.github.io/species.shifts/reference/pull_mrip_catch.md)

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ articles:
77
plotting_functions: plotting_functions.html
88
scup_demo: scup_demo.html
99
summer_flounder_demo: summer_flounder_demo.html
10-
last_built: 2026-06-02T17:49Z
10+
last_built: 2026-06-02T19:43Z
1111
urls:
1212
reference: https://carlylovas.github.io/species.shifts/reference
1313
article: https://carlylovas.github.io/species.shifts/articles

reference/index.html

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
: Plotting landings proportions by state
3232
- [`plot_state_permits()`](https://carlylovas.github.io/species.shifts/reference/plot_state_permits.md)
3333
: Plotting permit proportions by state
34+
- [`plot_trip_estimates()`](https://carlylovas.github.io/species.shifts/reference/plot_trip_estimates.md)
35+
: MRIP Directed trip estimates
3436
- [`pull_garfo_landings()`](https://carlylovas.github.io/species.shifts/reference/pull_garfo_landings.md)
3537
: Pull federal landings data
3638
- [`pull_mrip_catch()`](https://carlylovas.github.io/species.shifts/reference/pull_mrip_catch.md)

reference/plot_catch_trends.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/plot_catch_trends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ plot_catch_trends(species = "all", data = "NULL")
1313
- species:
1414

1515
Mid-Atlantic managed species as listed in \`species_list(source =
16-
"permits")\`
16+
"mrip")\`
1717

1818
- data:
1919

20-
Landings outputs from \`pull_mrip_catch()\`
20+
Catch estimates from \`pull_mrip_catch()\`
2121

2222
## Value
2323

reference/plot_trip_estimates.html

Lines changed: 90 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)