Package: radiant.model
Type: Package
Title: Model Menu for Radiant: Business Analytics using R and Shiny
Version: 1.6.7
Date: 2024-10-7
Authors@R: person("Vincent", "Nijs", , "radiant@rady.ucsd.edu", c("aut", "cre"))
Description: The Radiant Model menu includes interfaces for linear and logistic
    regression, naive Bayes, neural networks, classification and regression trees,
    model evaluation, collaborative filtering, decision analysis, and simulation. 
    The application extends the functionality in 'radiant.data'.
Depends:
    R (>= 4.3.0),
    radiant.data (>= 1.6.6)
Imports:
    radiant.basics (>= 1.6.6),
    shiny (>= 1.8.1),
    nnet (>= 7.3.12),
    NeuralNetTools (>= 1.5.1),
    sandwich (>= 2.3.4),
    car (>= 2.1.3),
    ggplot2 (>= 3.4.2),
    scales (>= 1.2.1),
    data.tree (>= 0.7.4),
    stringr (>= 1.1.0),
    lubridate (>= 1.7.2),
    tidyr (>= 0.8.2),
    dplyr (>= 1.1.2),
    tidyselect (>= 1.2.0),
    rlang (>= 0.4.10),
    magrittr (>= 1.5),
    DiagrammeR (>= 1.0.9),
    import (>= 1.1.0),
    psych (>= 1.8.4),
    e1071 (>= 1.6.8),
    rpart (>= 4.1.11),
    ggrepel (>= 0.8),
    broom (>= 0.7.0),
    patchwork (>= 1.0.0),
    ranger (>= 0.11.2),
    xgboost (>= 1.6.0.1),
    pdp (>= 0.8.1),
    vip (>= 0.3.2),
    stringi,
    yaml,
    shiny.i18n
Suggests:
    testthat (>= 2.0.0),
    pkgdown (>= 1.1.0)
URL: https://github.com/radiant-rstats/radiant.model/,
  https://radiant-rstats.github.io/radiant.model/,
  https://radiant-rstats.github.io/docs/
BugReports: https://github.com/radiant-rstats/radiant.model/issues/
License: AGPL-3 | file LICENSE
LazyData: true
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
