Skip to content

Releases: nhejazi/nima

0.6.2

06 Mar 02:03
b31aaee
Compare
Choose a tag to compare
  • Fixed documentation warnings from CRAN checks:
    • theme_jetblack() - removed unused ... argument in documentation.
    • theme_nima() - removed unused ... argument in documentation.
  • Bump of version number to 0.6.2 for updated release on CRAN

0.6.1

11 Dec 18:08
465555c
Compare
Choose a tag to compare

Last updated on December 11, 2019

  • Fixed warnings from CRAN checks:
    • plot.lm() - renamed to lm_plot() to avoid method override
  • Bump of version number to 0.6.1 for updated release on CRAN

0.6.0

11 Dec 08:37
fbfec3a
Compare
Choose a tag to compare

Last updated on December 10, 2019

  • Fixes for compatibility with R 4.0.0, including removal or re-writing of
    functions making use of class()
  • Functions removed or renamed:
    • compFun() - removed
    • factornum() - renamed to factor_to_num()
    • qrD() - removed
  • Functions altered:
    • discrete_by_quantile() - now uses is.factor() instead of class()
  • Functions added:
    • nll() - risk under cross-entropy loss
  • Bump of version number to 0.6.0 for updated release on CRAN

0.4.0

21 Sep 00:30
Compare
Choose a tag to compare

A new release that includes the addition of several new utility/convenience functions (including for plotting and data analysis). This major release version added to CRAN.

0.3.5

24 May 16:52
Compare
Choose a tag to compare

This release encompasses the addition of several new utility functions for controlling the idiosyncrasies of R as well as the first addition of unit tests for most functions (excluding plots), in the format of R/testthat.

0.3.0

24 May 16:47
Compare
Choose a tag to compare

The first release of this package on the R language's CRAN repository. This represents the first iteration of this package that passes all checks/tests required by CRAN for distribution.