An interface for using the popular Java based Drools, which is a Business Rule Management System (See <https://www.drools.org> for more information). This package provides data scientists an intuitive interface to execute business rules on datasets for the purpose of analysis or designing intelligent systems, while leveraging the Drools rule engine. Rules can be defined in a simple format in a CSV, imported into the R Session as a data frame, and passed directly to the rule-checking functions. Rules written in DRL format, accepted natively by Drools, can also be executed through an R interface. Credits to Mu Sigma for their continued support throughout the development of the package.
Version: | 1.1.0 |
Depends: | R (≥ 3.0.0), rJava, Rdroolsjars (≥ 1.0.0) |
Imports: | magrittr, dplyr, purrr, tibble, rlang |
Suggests: | knitr, testthat, DT, lubridate, ggplot2, rmarkdown |
Published: | 2018-07-11 |
Author: | Dheekshitha PS [aut], Naren Srinivasan [cre, aut], Mayukh Bose [aut], Ashwin Raaghav [aut], SMS Chauhan [aut], Zubin Dowlaty [aut], Arushi Khattri [aut] |
Maintainer: | Naren Srinivasan <Naren.Srinivasan at mu-sigma.com> |
License: | Apache License 2.0 |
NeedsCompilation: | no |
SystemRequirements: | Java (>= 7.0) |
CRAN checks: | Rdrools results |
Reference manual: | Rdrools.pdf |
Vignettes: |
Executing business rules at scale using RDrools - an interface to Drools |
Package source: | Rdrools_1.1.0.tar.gz |
Windows binaries: | r-devel: Rdrools_1.1.0.zip, r-release: Rdrools_1.1.0.zip, r-oldrel: Rdrools_1.1.0.zip |
OS X binaries: | r-release: Rdrools_1.1.0.tgz, r-oldrel: Rdrools_1.1.0.tgz |
Old sources: | Rdrools archive |
Please use the canonical form https://CRAN.R-project.org/package=Rdrools to link to this page.