Skip to content

Releases: nmfs-ost/asar

v2.3.0

05 Jun 13:04
8522d66

Choose a tag to compare

What's Changed

🆕 Features

🐞 Bug Fixes

📎 Other updates

🌟 New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.0

15 May 19:14
c137e36

Choose a tag to compare

What's Changed

In this major release, we have migrated convert_output() out of asar and into stockplotr. This large change was made due to the high dependency of the standardized output for the stockplotr package and only small role it has in `asar.

Hotfixes

Full Changelog: v1.5.1...v2.0.0

v2.0.5

06 May 15:41
47a840b

Choose a tag to compare

Minor Release

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

15 Apr 21:25
3f82283

Choose a tag to compare

What's Changed

  • Adjust and add citations into the .bib file for NEFSC
  • Update FAQ
  • Update various tests
  • New vignette on incorporating custom tables and figures
  • Remove manual section of website

v2.0.3

27 Mar 19:57
9ae692b

Choose a tag to compare

Fixes

  • Update to ESP definition in glossary #423
  • Update cheatsheet to reflect changes to accessibility functions
  • Update special characters in glossary to prevent errors in rendering #425
  • Fix issue with duplicated city for AFSC seattle office #426
  • Update preamble prompt #430
  • Update safe template table structure #432
  • Provide temporary fix for gt::gt_split() while PR is awaiting approval in gt package #429
  • Allow messages about tables when running create_template() #431
  • Add float latex package to in-header tex as suggested when looking at NEFSC transition #427 . Thank you to @DHennen1 for helping shape this contribution!
  • Add leading zeros into affiliation zip codes

Hotfix issues in create_template found during NSAW Workshop

10 Feb 14:39
26eff03

Choose a tag to compare

There were a couple minor issues found with rerendering the skeleton and report type during the workshop and other testing in preparation for the upcoming workshop series. This release fixes these issues and allows users to have full functionality of create_template even when the non-standard template is selected.

Patch bugs found in v2.0.0

20 Jan 16:24
d5514c2

Choose a tag to compare

Summary

A series of minor bugs were found in create_template() when customizations were being made to the template and upon rerender. The following have been fixed:

  • Authorship on rerender does not add a blank author section
  • Adding in any new arguments when rerendering the skeleton works such as a new species, region, species name, office, ect
  • Title is properly extracted and updated
  • The parameters are updated properly in both the yaml and params chunk if any of them are updated
  • Any new authors are now added to the citation
  • New sections and custom sections are appropriately labelled and included

v1.6.1

19 Dec 21:09
3eb1d5b

Choose a tag to compare

Hotfix Notes

  • Users identified issue with alternative text not showing for the cover image. This is now fixed.
  • Alternative text was not added under add_alttext() when users set a specified figure size in the quarto chunk which removed pandocbounded command. add_alttext() no longer relies on pandocbounded in it's process.

v1.6.0

16 Dec 21:00

Choose a tag to compare

Summary

We have made major strides in the accessibility in the documents produced from asar templates. All accessibility functions now operate as intended and document should reach the majority of federal section 508 accessibility standards.

Note: Tables made from flextable are not accessible and are not compatible with the methods use in asar.

What's Changed

  • [Hotfix]: convert output for SS3 timeseries names and fleet names wrong (#379)
  • [Hotfix]: uncertainty in improper location for conout BAM (#384)
  • Replace rda item label "cap" with "caption", for clarity (#394)
  • Update "tabsorder" to "page/tabsorder" (#395)
  • Fix figure caption extraction (#397)
  • Improve accessibility functions (#398)
  • Default pdf document class is now set to "article"
  • The glossary is expanded to contain the official survey names. The "acronym" is either/both the first initial of the survey or the common name used by assessment authors

Full Changelog: v1.5.1...v1.6.0

Patch bugs found in v1.5.0

17 Sep 19:48
31d18a4

Choose a tag to compare

Summary

There were a few minor bugs found after the release of v1.5.0. In response we performed a series of hotfixes to address the following bugs:

  • Missing header in asar::create_figures_doc() in some instances
  • Missing labels and additional 'X' column found in converted output
  • Multiple missing standardized names
  • BAM no longer working with minor adjustments
  • Department of Commerce logo on the title page improperly marked as an mage when it should be an artifact tagging document

These issues were all addressed and fixed with this release.