Skip to content

HydroPortailStats R package v1.0.3

Latest
Compare
Choose a tag to compare
@benRenard benRenard released this 26 May 07:51
· 22 commits to main since this release

This release includes minor changes introduced as part of the CRAN submission process.

Changes impacting function interface

  • GetQfromT(T,H3,options) changed to GetQfromT(RP,H3,options) to avoid using T as a variable name
  • output of GetTfromQ is now a list with names (RP,IC) rather than (T,IC), for consistency with the change above

Changes with no expected impact on users

  • TRUE/FALSE used everywhere instead of T/F
  • graphical parameters reset after modification by par()

Non-code changes

  • Updated HydroPortail URL in README and DESCRIPTION
  • Exclude mention of LICENCE file from DESCRIPTION file and added the file to Rbuildignore
  • Added link to technical report in DESCRIPTION
  • Added funders in DESCRIPTION
  • Put 'HydroPortail' into single quotes in files DESCRIPTION and README.md
  • Added a NEWS.md file to track changes to the package