slcm v0.1.0 Released:

The slcm package (CRAN, GitHub) provides an implementation of the exploratory Sparse Latent Class Model (SLCM) for Binary Data described by Chen, Y., Culpepper, S. A., and Liang, F. (2020). The package contains a new implementation of the paper’s proposed model. The original authors’ implementation may be found in the inst/ folder of the package For more information, please see the full NEWS release below. slcm news file entry for version 0.

Read More…

quarto-webr v0.1.0 Released - Democratizing Data Science

With the quarto-webr extension, we’re seeking to extend the popular language agnostic document creation tool quarto to take advantage of the online version of R powered by webR. The extension provides the ability to add webR-enabled code cells directly into a Quarto HTML document that allows a fair amount of R code to be run from a web browser without the user setting up any environment. quarto-webr news file entry for version 0.

Read More…

macrtools - v0.0.1 Released: Automatic macOS R Compiled Toolchain Installation from within R

The macrtools (Website) package lowers the barrier of entry for R developers who work on macOS that want to incorporate compiled code on macOS. The package provides an interface in native R to install and configure software libraries required for development on macOS. That being said, you may be wondering: Why not a macOS installer package (.pkg) or Apple Disk Image (.dmg) ? We previously wrote two very successful installer packages ( r-macos-rtools and r-macos-clang).

Read More…

bibtex v0.5.0 Released: !

The {bibtex} R allows for BibTeX bibliographies to be imported into R. Within this release, we revive the {bibtex} originally written by Romain François! Previously, the package was orphaned on CRAN when the memory check tests were enabled for the first time. These checks identified various low-level leaks in the package’s use of R’s C API. After a few years, the task of addressing these errors quickly faded. There was a notable effort by Matt Wiese (GitHub) in PR #40.

Read More…

RcppEnsmallen v0.2.19.0.1 Released - New Optimizers Yogi, DemonSGD, DemonAdam, AdaBelief, and AdaSqrt!

The RcppEnsmallen package brings to R a Header-Only C++ Mathematical Optimization Library for Armadillo. In particular, Ensmallen is a templated C++ mathematical optimization library (by the MLPACK team) that provides a simple set of abstractions for writing an objective function to optimize. In the second update of 2022, the Ensmallen Development Team has focused on adding new optimizers to the underlying package. Newly added optimizers are: AdaBelief, AdaSqrt, Yogi, DemonSGD, and DemonAdam.

Read More…

ohoegdm v0.1.0 Released: Ordinal Higher-Order Exploratory General Diagnostic Model for Polytomous Data

The ohoegdm package (CRAN, GitHub) is home to the implementation of ordinal exploratory Higher-order General Diagnostic Model (OHOEGDM) for Polytomous Data described by Culpepper and Balamuta (In Press). Through a focus on polytomous items with two or more response options, ohoegdm provides a novel method for inferring the latent structure using a higher-order model to describe dependence among the discrete latent attributes. For more information, please see the full NEWS release below.

Read More…

cIRT v1.3.2 Released: Maintenance Release

The cIRT package (CRAN, GitHub) is home to the implementation of Choice Item Response Theory (cIRT) described by Culpepper and Balamuta (2015). cIRT jointly models the accuracy of cognitive responses and item choices within a bayesian hierarchical framework. Wow, when time flies, it really flies! Today, we’re updating cIRT for the first time in almost 2 years. Moreover, it’s been about six years since the package was first listed on CRAN!

Read More…

RcppEnsmallen v0.2.18.2.1 Released - Fix Epoch Timing

The RcppEnsmallen package brings to R a Header-Only C++ Mathematical Optimization Library for Armadillo. In particular, Ensmallen is a templated C++ mathematical optimization library (by the MLPACK team) that provides a simple set of abstractions for writing an objective function to optimize. The first update of 2022 for the ensmallen library has been released by the Ensmallen Development Team. The release contains a minor bug fix for displaying timing output and an update to the underlying C++ unit testing framework.

Read More…

RcppEnsmallen v0.2.18.1.1 Released - CMAES Infinity Loop Fix and Testing Improvements!

The RcppEnsmallen package brings to R a Header-Only C++ Mathematical Optimization Library for Armadillo. In particular, Ensmallen is a templated C++ mathematical optimization library (by the MLPACK team) that provides a simple set of abstractions for writing an objective function to optimize. Potentially the last update of 2021 for the ensmallen library has been released by the Ensmallen Development Team. The main benefit of this patch is fixing CMAES implementation to prevent an infinite loop.

Read More…

RcppEnsmallen v0.2.18.0.1 Released - Gradient Stability Techniques and Bugfixes!

The RcppEnsmallen package brings to R a Header-Only C++ Mathematical Optimization Library for Armadillo. In particular, Ensmallen is a templated C++ mathematical optimization library (by the MLPACK team) that provides a simple set of abstractions for writing an objective function to optimize. The fall update of the ensmallen library has been released by the Ensmallen Development Team. Within this release, we see improvements to gradient stability with the inclusion of a gradient clipping and norm scaling callback based on “On the difficulty of training Recurrent Neural Networks” by Razvan Pascanu, Tomas Mikolov, Yoshua Bengio.

Read More…

All Posts by Category or Tags.