Skip to content

PKGNET VERSION 0.4.1

Compare
Choose a tag to compare
@bburns632 bburns632 released this 06 Apr 22:05
be1f90e

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
  • data.table osx install bug for Travis. (#251 Thanks @TylerGrantSmith
  • Single row data.table handling with R6 report code. (#263 Thanks @TylerGrantSmith
  • Jaccard similarity example in pkgnet-intro vignette. Thanks @marcpaterno