Skip to content

ageproR version 0.7.1

Choose a tag to compare

@efletcherPIFSC efletcherPIFSC released this 24 Sep 00:17
· 235 commits to main since this release

Note

This bugfix version reverts AGEPRO Input File format back to the AGEPRO VERSION 4.0.

  • Reverted to AGEPRO VERSION 4.0 as currentver_inpfile_string. Input files will be written to AGEPRO VERSION 4.0
    • Supported_inpfile_versions are: currentver_inpfile_string, AGEPRO VERSION 4.0 , AGEPRO VERSION 4.25
    • write_inp(overwrite_as_currentver = FALSE) save to AGEPRO Input File and keep the supported version of input file (AGEPRO VERSION 4.25)
  • write_inp: Use withCallingHandlers to properly handle errors when retrieving AGEPRO Input File formatted Strings from keyword parameter classes (get_inp_lines)
  • Rename agepro_inp_model private helper function set_inpfile_version -> write_inpfile_version
    • Includes warning if (Supported) AGEPRO Input File Version is not the "current version"
  • Updated Roxygen