Skip to content

Commit 87401b5

Browse files
committed
Built site for stocksmart@0.7.4: a70f856
1 parent 714c6b9 commit 87401b5

29 files changed

Lines changed: 66 additions & 40 deletions

404.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.

CODE_OF_CONDUCT.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.

CONTRIBUTING.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.

LICENSE-text.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.

articles/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.

articles/stocksmart.html

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

articles/stocksmart.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The
1313
[stockAssessmentData](https://noaa-edab.github.io/stocksmart/reference/stockAssessmentData.md)
1414
looks like this:
1515

16-
#> # A tibble: 307,383 × 17
16+
#> # A tibble: 307,994 × 17
1717
#> StockName Stockid Assessmentid Year Value Metric Description Units
1818
#> <chr> <dbl> <dbl> <dbl> <dbl> <chr> <chr> <chr>
1919
#> 1 Acadian redfish - … 10455 12882 1913 7 Catch Reported C… Metr…
@@ -26,7 +26,7 @@ looks like this:
2626
#> 8 Acadian redfish - … 10455 12882 1920 31 Catch Reported C… Metr…
2727
#> 9 Acadian redfish - … 10455 12882 1921 13 Catch Reported C… Metr…
2828
#> 10 Acadian redfish - … 10455 12882 1922 9 Catch Reported C… Metr…
29-
#> # ℹ 307,373 more rows
29+
#> # ℹ 307,984 more rows
3030
#> # ℹ 9 more variables: AssessmentYear <dbl>, Jurisdiction <chr>, FMP <chr>,
3131
#> # CommonName <chr>, ScientificName <chr>, ITIS <dbl>, AssessmentType <chr>,
3232
#> # StockArea <chr>, RegionalEcosystem <chr>
@@ -130,12 +130,14 @@ returned.
130130
``` r
131131
cod <- get_latest_metrics(itis = 164712, metrics = "Catch")
132132
cod$summary
133-
#> # A tibble: 3 × 10
133+
#> # A tibble: 5 × 10
134134
#> StockName CommonName StockArea ITIS AssessmentYear RegionalEcosystem Metric
135135
#> <chr> <chr> <chr> <dbl> <dbl> <chr> <chr>
136136
#> 1 Atlantic … Atlantic … Eastern … 164712 2023 Northeast Shelf Catch
137137
#> 2 Atlantic … Atlantic … Georges … 164712 2021 Northeast Shelf Catch
138138
#> 3 Atlantic … Atlantic … Gulf of … 164712 2021 Northeast Shelf Catch
139+
#> 4 Atlantic … Atlantic … Southern… 164712 2024 Northeast Shelf Catch
140+
#> 5 Atlantic … Atlantic … Western … 164712 2024 Northeast Shelf Catch
139141
#> # ℹ 3 more variables: FirstYear <dbl>, LastYear <dbl>, numYears <dbl>
140142
```
141143

@@ -144,7 +146,7 @@ cod$summary
144146

145147
``` r
146148
cod$data
147-
#> # A tibble: 123 × 20
149+
#> # A tibble: 209 × 20
148150
#> StockName CommonName StockArea ITIS AssessmentYear RegionalEcosystem Metric
149151
#> <chr> <chr> <chr> <dbl> <dbl> <chr> <chr>
150152
#> 1 Atlantic… Atlantic … Eastern … 164712 2023 Northeast Shelf Catch
@@ -157,7 +159,7 @@ cod$data
157159
#> 8 Atlantic… Atlantic … Eastern … 164712 2023 Northeast Shelf Catch
158160
#> 9 Atlantic… Atlantic … Eastern … 164712 2023 Northeast Shelf Catch
159161
#> 10 Atlantic… Atlantic … Eastern … 164712 2023 Northeast Shelf Catch
160-
#> # ℹ 113 more rows
162+
#> # ℹ 199 more rows
161163
#> # ℹ 13 more variables: FirstYear <dbl>, LastYear <dbl>, numYears <dbl>,
162164
#> # Stockid <dbl>, Assessmentid <dbl>, Year <dbl>, Value <dbl>,
163165
#> # Description <chr>, Units <chr>, Jurisdiction <chr>, FMP <chr>,
18.9 KB
Loading

authors.html

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

authors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Source:
1111
[`DESCRIPTION`](https://github.com/NOAA-EDAB/stocksmart/blob/main/DESCRIPTION)
1212

1313
Beet A (2026). *stocksmart: Provides access to NOAAs stock SMART data*.
14-
R package version 0.7.3, <https://github.com/NOAA-EDAB/stocksmart>.
14+
R package version 0.7.4, <https://github.com/NOAA-EDAB/stocksmart>.
1515

1616
@Manual{,
1717
title = {stocksmart: Provides access to NOAAs stock SMART data},
1818
author = {Andy Beet},
1919
year = {2026},
20-
note = {R package version 0.7.3},
20+
note = {R package version 0.7.4},
2121
url = {https://github.com/NOAA-EDAB/stocksmart},
2222
}

0 commit comments

Comments
 (0)