You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
NEW FEATURES
CreatePackageReport() now outputs an object of new class PackageReport (instead of a list of reporters). This object will let you interactively manipulate the included reporter objects to customize the report, and regenerate the report on demand. You can also instantiate and interact with a PackageReport object directly without CreatePackageReport().
CHANGES
Rounding format within report tables improved.
Contact information updated throughout the package documentation.
Appveyor testing configured in order to test windows builds in CI process.
Package logos were created. They are available within this repository at ./man/figures.
Remove vignettes from CRAN hosted package. They remain as articles on the website.
BUGFIXES
Error handling for erroneous colors within AbstractGraphReporter$set_plot_node_color_scheme(). (#262