exametrika v1.14.0 release announcement #34
kosugitti
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
exametrika v1.14.0 is now on CRAN. There are no breaking changes; all
deprecated names from previous releases continue to work unchanged.
Highlight:
plot.exametrika()now honors graphical parameters in...The
plot.exametrika()help page has always documented that you can passgraphical parameters to the underlying plot functions through
..., butin practice they were captured and never forwarded, so
las,pch, andfriends had no effect (flagged in an R Journal review). This release fixes
it for real.
Standard graphical parameters —
las(axis-label orientation),pch(plotting symbol),
cex,col,lty,lwd, and so on — now take effectacross all plot types, including manually drawn axes. User values
take precedence over the package defaults, so
xlab,ylab, andmaincan be overridden too. No new dependency was added (base graphics only).
Bug fixes
Biclustering_IRM()on a binary data object with missing cells crashedinside
rmultinom()because the-1missingness marker was aggregateddirectly. The masked matrix is now used downstream. Reproduced on HCI
and binarised SAT12 data.
block coordinate descent of
Glasso()diverged on near-singularpolychoric matrices (
N <= p), it used to crash and discard all work.It now warns, breaks the lambda search, and returns the best solution
found so far (skipped lambdas are marked
NAinpath).Biclustering array-plot panel title typo ("Clusterd" → "Clustered"),
and four user-facing message typos.
Install
install.packages("exametrika")Full changelog: https://kosugitti.github.io/exametrika/news/
Feedback and feature requests are welcome in Discussions / Issues.
Beta Was this translation helpful? Give feedback.
All reactions