Major changes

  • Migrating to C++17 to follow the new CRAN check. We edited shuffled_indexes() that internally used std::random_shuffle(). This change does not guarantee backward compatibility across all platforms.
  • Using the package cli instead of the base R message() and warning() functions.
  • A new feature to resume the iteration.
  • Stopped support for the label model in keyATM() (it was an experimental feature).

Minor changes

Bug fix

  • A bug fix in summary.keyATM_docs().

Minor changes

  • Adding options to set the hyperparameters eta.
  • Documentation updates to pass CRAN checks.

Minor changes

  • Updating the paper information
  • Deleting the save() function (thank you @AMindToThink for repoting this error in #214)