Skip to content

v0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Schiano-NOAA Schiano-NOAA released this 08 Nov 16:58
· 34 commits to main since this release
671c426

v0.2 Improvements

In this release

Major changes impacting use

  • Improvements to outline of GitHub page including added example and link to tutorial (in progress)

create_template

  • Added option to convert output in create_template(convert_output = TRUE) by @Schiano-NOAA in #49
  • build: added alt text to cover page's US Dept of Commerce seal by @sbreitbart-NOAA in #68* Add line in skeleton yaml to name pdf after render
  • Added argument in create-template to add a .bib file
  • the quarto skeleton produced by create_template now uses lualatex as its default engine
  • Model results files (after conversion) are now read in as a chunk at the top of the quarto file
  • Default figures and tables are set to eval = FALSE except for spawning_biomass

convert_output

  • Add SS3 integration tests for testing convert_output() by @Bai-Li-NOAA in #45
  • convert_output for BAM output files will now automatically recognize fleet names by @Schiano-NOAA in #72
  • Other minor improvements to convert_output

other functions

Minor Changes

  • Authorship was fixed so that authorship follows the order entered into the argument rather than alphabetically

  • Minor improvement to standard naming convention in convert_output

  • Additional species images were added to the package

  • fixed small typo to test branching/PR workflow works by @sbreitbart-NOAA in #41

  • Small changes fixing a few bugs by @Schiano-NOAA in #43

  • Style code and document by @github-actions in #33

  • Add SS3 integration tests for testing convert_output() by @Bai-Li-NOAA in #45

  • changed library in readme example (ASAR --> asar) by @sbreitbart-NOAA in #48

  • fix(README): fix example by @Schiano-NOAA in #51

  • fix failed GHA tests on main branch by @Bai-Li-NOAA in #57

  • add issue templates by @Bai-Li-NOAA in #58

  • Style code and document by @github-actions in #47

  • fix add_chunk() tests by @Bai-Li-NOAA in #63

  • fix(create_template): replace example with previous one developed by … by @Schiano-NOAA in #64

  • Create working example and resources for users by @Schiano-NOAA in #54

  • Pkgdown vignettes by @sbreitbart-NOAA in #65

  • Revert "Pkgdown vignettes" by @sbreitbart-NOAA in #66

  • Shorten create_template chunk labels by @sbreitbart-NOAA in #74

Full Changelog: v0.1.0-beta2...v0.1.0-beta3