healthyR.ai version 0.1.2 is now available on CRAN.
This release focuses on streamlining the package, reducing external dependencies, and improving consistency across functions.
Key updates include:
• Consistent recipe output names: All hai_data_* functions returning an updated recipe object now standardize on new_rec_obj.
• Lighter footprint: Removed the modeltime and h2o dependencies. Parallel processing now relies directly on parallel and parallelly.
• Modern pipe syntax: Switched from magrittr to the native R pipe |>, dropping magrittr from Imports (requires R >= 4.1.0).
• Deprecated older AutoML helpers: hai_kmeans_automl() and hai_kmeans_automl_predict() have been retired.
You can install or update the package from CRAN using:
install.packages("healthyR.ai")
Full release details and notes: https://www.spsanderson.com/healthyR.ai/news/index.html#healthyrai-012
#RStats #DataScience #MachineLearning #OpenSource #healthyverse
1
1August 22, 2026 137