Releases: LAPKB/Pmetrics
V2.1.1
Pmetrics 2.1.0
New Pmetrics released!!!
This new releases fixes a lot of issues, thanks to all the people who reported their issues and helped us to fix them!
The code was cleaned a lot, as we're preparing the package to be released on CRAN.
@mnneely worked really hard to deliver you our new and SHINY model builder app!! please check it out via build_model().
The tutorial was also updated, with some new examples.
As always, please let us know what new features would you like to see implemented!
Thanks!
Julian
Commits by @mnneely, @mhovd and @Siel
Full Changelog: v2.0.2...v2.1.0
Pmetrics 2.0.2
Multiple fixes
Especial thanks to @mhovd.
Commits by @mnneely, @mhovd and @Siel
Full Changelog: v2.0.1...v2.0.2
Pmetrics 2.0.1
New release!
Including:
- New R6 interface for PM_result sub objects
- General fixes
Full Changelog: v2.0.0...v2.0.1
Pmetrics 2.0
This Release contains the new version of Pmetrics. ππππ
- New R6 framework
- Revamped graphs
- Improved stability
- much more...
Full Changelog: v1.9.7...v2.0.0
Last Release of Pmetrics 1.X.X
This release contains all the changes and hotfixes added to Pmetrics while developing Pmetrics 2.0
Full Changelog: v1.9.7...v1.9.8
npde is back
This release restores npde function. The old npde CRAN package created by Comets et al in 2012 ceased to be maintained on CRAN. We have now revived it as a package in our GitHub site. Pmetrics will check and install this package if needed the first time makeValid()
is called.
Full Changelog: v1.9.6...v1.9.7
fix dplyr 1.0.0 error
This release accommodates a function which is used by Pmetrics that was formerly in the dplyr package (prior to 1.0.0) and then moved to a new cubelyr package. This move caused a namespace error loading Pmetrics.