Bugfix

  • Addressed two issues in R-devel related to C++ usage (deprecation of CXX_STD and attribute compilation woes). (#22)

Documentation

Deployment

  • Updated GitHub Actions workflows for testing, code coverage, and pkgdown. (#23)

Changes

  • Addressed a signed vs. unsigned integer comparison.

Documentation

  • Fixed spacing issues brought on from an organization of C++ code.

Deployment

  • Changed unit tests to use R 3.5.0’s RNG setup in anticipation for the RNG change in R 3.6.0.

Changes

  • Renamed sim_attribute_classes() to attribute_classes().
  • Addressed ambiguous calls to std::pow(<int>, <int>)

Documentation

  • Added a CITATION file for the package
  • Improved Vignette Examples
  • Improved README contents

Deployment

  • Added Unit Tests to verify simulation routines and attribute generations.
  • Added testing on Travis-CI for the previous release of R, e.g. the oldrel.

Features