intRinsic 1.1.1
- Replaced arma::is_finitewithstd::isfiniteto ensure compatibility with the latestRcppArmadillorelease and CRAN policies.
- Implemented small code adjustments to address and resolve compiler
warnings.
intRinsic 1.1.0
- Re-organized the cpp code into multiple files
- Solved an indexing problem with log_Zetaandlog_corr, sometimes causingnawith
single-manifold data when usingHidalgo()
- Translated some Rparts of theHidalgo()code intoC++
- Corrected a bug affecting the Truncated-pointmassapproach
- Updated the README file
- Set up the new rhubchecks workflows
intRinsic 1.0.2
- Removed the dependency from the package MCMCpack
- Fixed and updated the documentation (minor changes)
intRinsic 1.0.1
- Fixed a typo in compute_muswhen computing ratios fromdist_matrix. Now the function handles also thedissimilarityclass
- Fixed a typo in compute_musinvolving the class of the
returned object
- Adjusted some indentations in printmethods
- Adjusted the autoplotmethod related togride_mle
intRinsic 1.0.0
- This update marks the acceptance of the intRinsicvignette in theJournal of Statistical Software. Note: the
DOI in the CITATION is for a new JSS publication that will be registered
after publication on CRAN
- Fixed some spelling typos and new-line inconsistencies
- Removed the dependencies on the as_tibble()function
(deprecated)
- The function twonn_decimated()is now deprecated and
will be removed in future releases. The function to use istwonn_decimation()
- Now gride_evolution()andtwonn_decimation()remove duplicated observations by
default
intRinsic 0.2.2
- Fixed bug in Hidalgo(), causing errors when settingverbose = FALSE
- Fixed bug in Hidalgo()initialization. Added warning ifalpha_Dirichletis set so small it causes underflow
problems
- Fixed bug in clustering(). Now the returnedKwhen the optionsalsois selected, is
correct
- Fixed bug in print.mus(). Now it checks if the passed
object is a list
- Corrected a few typos in the documentation
- Updated doiof recently published references
- Added additional checks in compute_mus: NA, symmetry,
non-negativity
intRinsic 0.2.1
- Fixed minor bugs involving the gride()family of
functions
- Added several methods (print(),summary(),plot(),…) to facilitate the extraction of the results
- Now, the autoplot()method is directly exported from
theggplot2package
intRinsic 0.2.0
- Submitted to CRAN
- Released to the public the first official version