From dddde89baae3cae4105fa0a4889707e356c9b236 Mon Sep 17 00:00:00 2001 From: andybeet <22455149+andybeet@users.noreply.github.com> Date: Wed, 21 Dec 2022 11:34:40 -0500 Subject: [PATCH 1/2] v0.4.0 news.md and DESCRIPTION edits --- DESCRIPTION | 2 +- NEWS.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 31d897d..8066aff 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "andrew.beet@noaa.gov", diff --git a/NEWS.md b/NEWS.md index 7c7bc78..68afb82 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 From 8af61628a8fa8ca64312ab40a62ca29fbb407b4b Mon Sep 17 00:00:00 2001 From: andybeet <22455149+andybeet@users.noreply.github.com> Date: Wed, 21 Dec 2022 11:38:03 -0500 Subject: [PATCH 2/2] added new functions to pkgdown yml --- R/get_available_ts.R | 2 +- man/get_available_ts.Rd | 2 +- pkgdown/_pkgdown.yml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/R/get_available_ts.R b/R/get_available_ts.R index d773d91..cffcacb 100644 --- a/R/get_available_ts.R +++ b/R/get_available_ts.R @@ -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 #' diff --git a/man/get_available_ts.Rd b/man/get_available_ts.Rd index 4b2c5c7..a748b28 100644 --- a/man/get_available_ts.Rd +++ b/man/get_available_ts.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/get_available_ts.R \name{get_available_ts} \alias{get_available_ts} -\title{Find the available assessment times eries data} +\title{Find the available assessment time series data} \usage{ get_available_ts(itis = NULL, jurisdiction = NULL) } diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index c931e17..6ed810d 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -11,3 +11,5 @@ reference: - contents: - get_latest_full_assessment - get_latest_metrics + - get_available_ts + - get_species_itis