msos v1.1.1 Released: House keeping and CRAN Task View Status for Teaching Statistics!

Wow how time has flown. It’s been almost three years since the last update to msos R package, which was the second ever R package I created. msos serves as the companion package to Professor Emeritus John Marden’s Multivariate Statistics: Old School, which is used in STAT 571: Multivariate Analysis course at the University of Illinois at Urbana-Champaign (UIUC). Within this update, the package internals were greatly improved. The crux of the work was in ensuring code style consistency throughout the package.

Read More…

uiucthemes v0.3.0 Released - Illinois-themed Metropolis HTML and Beamer Templates

The uiucthemes package is an organizational R package that provides unified brand templates based on the University of Illinois at Urbana-Champaign’s (UIUC) identity guidelines. In particular, the package houses different Beamer and HTML slide templates hooked into R Markdown. After almost a year of no updates, uiucthemes has been updated to contain two new Illinois-themed templates based on the metropolis theme. In addition, the project has moved over to the illinois-r organization on GitHub.

Read More…

RcppEnsmallen v0.2.10.3.1 Released - Backwards compatibility and vignette example!

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. After the massive update that was 2.10.0, the Ensmallen Development Team has provided a patch for better backward compatibility with the 1.y.z series. In addition, there are a few bug fixes that attempt to address edge cases.

Read More…

RcppEnsmallen v0.2.10.0.1 Released - Callbacks added and more types!

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 Ensmallen Development Team has truly done it. In this release, there is a major API change to support callbacks within optimization routines. From newly added documentation, we have:

Read More…

RcppEnsmallen v0.1.16.0.1 Released - New LBestPSO Optimizer and Objective Value Control

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. Well, CRAN was on vacation when the Ensmallen Development Team released this version. So, there was a slight delay in getting it listed on CRAN. Within the new version, there is a new optimizer LBestPSO that was in the works for awhile now (~February 2019).

Read More…

searcher v0.0.4 Released - Search RStudio Community and Read about Search Patterns!

The searcher package (CRAN, GitHub) provides a search interface to look up terms on popular websites such as ‘Google’, ‘Bing’, ‘DuckDuckGo’, ‘Startpage’, ‘StackOverflow’, ‘RStudio Community’, ‘GitHub’, and ‘BitBucket’. Upon calling a search_*() function, a browser window will open with the search results for the query. Within this release, searcher gains the ability to search the RStudio Community, improved documentation, and a new vignette on search patterns. In addition, the search_ixquick() function was deprecated in favor of search_startpage() as the company behind the search engines consolidated to startpage.

Read More…

rvw 0.6.0: First release

Editor’s Note: This post has been cross-posted on Dirk Eddelbuettel’s website and on the rvw R package’s GitHub page. The post was originally written by Ivan Pavlov, who worked on the project during Google Summer of Code (GSOC) 2018. Release Notes Today Dirk Eddelbuettel, James Balamuta and Ivan Pavlov are happy to announce the first release of a reworked R interface to the Vowpal Wabbit machine learning system. Started as a GSoC 2018 project, the new rvw package was built to give R users easier access to a variety of efficient machine learning algorithms.

Read More…

RcppEnsmallen v0.1.15.0.1 Released - New QHAdam and QHSGD Optimizers

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. We have another update in under a week from the Ensmallen Development Team! In this update, new optimizers have arrived for QHAdam and QHSGD. That said, we did submit upstream fixes to gcc diagnostic messages.

Read More…

RcppEnsmallen v0.1.14.4.1 Released - More Bug Fixes

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 this update, the Ensmallen Development Team provided a set of patches to address a few edge cases. Most notably, there was work on BigBatchSGD optimizer and a handful of tolerance fixes.

Read More…

RcppEnsmallen v0.1.14.1.1 Released - Added Optimizer DE and Bug Fixes

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. Since the last update, the Ensmallen Development Team ' has been hard at work. Within this release, there are a slew of bugs being fixed and a new optimizer for Differential Evolution (DE).

Read More…