gmr 1.3.4
This new release includes implementations related to the CPT modelling workshop hold in January 2023. This realease is based on the PR (#20)
Major implementations includes updates of i) plotting functions, ii) functions allowing to read and write GMACS input/output files, and iii) functions used when implementing and releasing a new version of GMACS.
New functions
- Functions to plot GMACS outputs
BaseThemeGMR()
: Specify the basic theme ofgmr
when plotting outputs
- Functions to read GMACS output files
readGMACSallOUT()
: reads thegmacsall.out
filereadGMACSrep()
: read thegmacs.rep
file
- Function to update GMACS
*NewGMACSFeat()
: creates a summary file detailing the latest implementations
in the gmacsbase.TPL file, when they've been done and by whom.
Updated functions
- Functions to plot GMACS outputs
.get_F_df()
.get_cpue_df()
plot_catch()
plot_recruitment()
.get_sizeComps_df()
plot_basicOutput()
plot_catch()
- Functions to read/write GMACS input/output files
readGMACS.dat()
readGMACSdat()
readGMACSctl()
readGMACSfiles()
readGMACSpar()
readGMACSprj()
readGMACSsimdat()
writeGmacs.dat()
writeGmacsctlfile()
writeGmacsdatfile()
writeGmacsprjfile()
- Functions to update and release a new version of GMACS
.GetGmacsExe()
*createGmacsExe()
GMACS()
UpdateGMACS()
insertTime2()
What's Changed
- Merge for releasing gmr 1.3.4 by @MatthVeron in #20
Full Changelog: V1.3.3...V1.3.4