v1.4.0 #301
Schiano-NOAA
announced in
Announcements
v1.4.0
#301
Replies: 1 comment 4 replies
-
|
Looks like some excellent updates! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TLDR
authorargument increate_template()changedSummary
The asar team gathered feedback following the Workflows Workthrough activity done by NOAA's Stock Assessment Workflows Steering Committee. The team prioritized feedback from the activity which developed a full cleanup of the package with some minor tweaks to the workflow. The majority of these changes occurred on the backend of development, but minor impacts to the workflow resulted in a more modular workflow and need for explicit steps taken. We hope this workflow is easier to follow and more user friendly than the completely all-in-one approach we have taken in the past.
Updates
Major Changes (user impacts)
create_template(). The user is required to runcreate_tables_doc()andcreate_figures_doc()to perform this actioncreate_tables_doc()orcreate_figures_doc()create_figures_doc()`create_template()
asarare not yet widely accepted by regional SSCs and councils. In response, we have incorporated alternative templates the meet the stock assessment guidelines from the Pacific Fisheries Management Council (pfmc), Northeast Fisheries Science Center Management Track (nemt), and Stock Assessment and Fishery Evaluation documents (safe). Each of these templates can be called using the 'type' argument increate_template()Note: these templates will be deprecated in the future once asar guidelines are reviewed and formally approved for use in management.
c("name" = "affiliation")in a vector. We removed the use of a database of assessment authors across NOAA since there were many missing entries and the work to maintain this database is above the small team's capacity. If the office is not currently recognized or found in our database, we recommend users to leave an issue to submit a request to add an office.create_templateconvert_output()resulting data frame.convert_output()fleet_names)model_resultsargument instead of having 2 separate arguments to input file name and file path.csvto an.rda. Quarto requires the user to load in a saved file in order to process quantities referenced throughout the report. Rda is easily read in by R.Minor Changes (dev info)
convert_output()Full Changelog: v1.3.0...v1.4.0
This discussion was created from the release v1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions