Package: iai
Type: Package
Title: Interface to 'Interpretable AI' Modules
Version: 1.3.0
Authors@R: c(person("Jack", "Dunn", role = c("aut", "cre"),
                    email = "jack@interpretable.ai"),
             person("Ying", "Zhuo", role = "aut",
                    email = "daisy@interpretable.ai"),
             person("Interpretable AI LLC", role = "cph"))
Description: An interface to the algorithms of 'Interpretable AI'
    <https://www.interpretable.ai> from the R programming language.
    'Interpretable AI' provides various modules, including 'Optimal Trees' for
    classification, regression, prescription and survival analysis, 'Optimal
    Imputation' for missing data imputation and outlier detection, and 'Optimal
    Feature Selection' for exact sparse regression. The 'iai' package is an
    open-source project. The 'Interpretable AI' software modules are proprietary
    products, but free academic and evaluation licenses are available.
URL: https://www.interpretable.ai
SystemRequirements: Julia (>= 1.0) and Interpretable AI System Image
        (>= 1.0.0)
License: MIT + file LICENSE
Imports: JuliaCall, stringr, rlang, lifecycle
RoxygenNote: 7.1.1
Suggests: testthat, covr
NeedsCompilation: yes
Packaged: 2020-08-05 19:21:41 UTC; jack
Author: Jack Dunn [aut, cre],
  Ying Zhuo [aut],
  Interpretable AI LLC [cph]
Maintainer: Jack Dunn <jack@interpretable.ai>
Repository: CRAN
Date/Publication: 2020-08-05 19:50:02 UTC
