Skip to content

Commit

Permalink
Merge pull request #14 from NOAA-EDAB/get_species_itis
Browse files Browse the repository at this point in the history
Bug fixes
  • Loading branch information
andybeet authored Dec 21, 2022
2 parents 3629fde + 8af6162 commit fb5b3aa
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stocksmart
Title: Provides access to NOAAs stock SMART data
Version: 0.3.7
Version: 0.4.0
Authors@R:
person(given = "Andy",family = "Beet", role = c("aut", "cre"),
email = "[email protected]",
Expand Down
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# stocksmart 0.4.0

## New Feature

* `get_species_itis` - filters summary data to identify stock itis
* `get_available_ts` - filters time series data to get an idea of how much data is available in each assessment.

## Minor fixes

* `query_stocksmart_api - url of API changed
* `process_stocksmart_api.r` - included argument to be able to run locally without creating changes files required for commits

# stocksmart 0.3.7

* Data pull Dec 9, 2022
* Fixes Summary data missing entries

# stocksmart 0.3.6

* Data pull Dec 08, 2022
Expand Down
2 changes: 1 addition & 1 deletion R/get_available_ts.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Find the available assessment times eries data
#' Find the available assessment time series data
#'
#' Filters the Summary data to find all time series data
#'
Expand Down
2 changes: 1 addition & 1 deletion man/get_available_ts.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ reference:
- contents:
- get_latest_full_assessment
- get_latest_metrics
- get_available_ts
- get_species_itis

0 comments on commit fb5b3aa

Please sign in to comment.