Skip to content

formulaic

Dynamic Generation and Quality Checks of Formula Objects

v0.0.8 · Feb 15, 2021 · GPL-3

Description

Many statistical models and analyses in R are implemented through formula objects. The formulaic package creates a unified approach for programmatically and dynamically generating formula objects. Users may specify the outcome and inputs of a model directly, search for variables to include based upon naming patterns, incorporate interactions, and identify variables to exclude. A wide range of quality checks are implemented to identify issues such as misspecified variables, duplication, a lack of contrast in the inputs, and a large number of levels in categorical data. Variables that do not meet these quality checks can be automatically excluded from the model. These issues are documented and reported in a manner that provides greater accountability and useful information to guide an investigation of the data.

Downloads

320

Last 30 days

12285th

1.1K

Last 90 days

5.5K

Last year

Trend: -10.6% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies data.table getDTeval formulaic

Version History

new 0.0.8 Mar 10, 2026
updated 0.0.8 ← 0.0.7 diff Feb 14, 2021
updated 0.0.7 ← 0.0.6 diff May 3, 2020
updated 0.0.6 ← 0.0.5 diff Jan 18, 2020
updated 0.0.5 ← 0.0.4 diff Dec 15, 2019
updated 0.0.4 ← 0.0.3 diff Oct 7, 2019
updated 0.0.3 ← 0.0.2 diff Aug 30, 2019
updated 0.0.2 ← 0.0.1 diff Aug 7, 2019
new 0.0.1 Aug 4, 2019