Package: exprso
Title: Rapid Deployment of Machine Learning Algorithms
Version: 0.5.1
URL: http://github.com/tpq/exprso
BugReports: http://github.com/tpq/exprso/issues
Authors@R: c(
    person("Thomas", "Quinn", email = "contacttomquinn@gmail.com", role = c("aut", "cre")),
    person("Daniel", "Tylee", email = "dantylee@gmail.com", role = "ctb"),
    person("Samuel", "Lee", email = "samleenz@me.com", role = "ctb")
    )
Description: Supervised machine learning has an increasingly important role in data
    analysis. This package introduces a framework for rapidly building and deploying
    supervised machine learning in a high-throughput manner. This package provides a
    user-friendly interface that empowers investigators to execute state-of-the-art
    binary and multi-class classification, as well as regression, with minimal
    programming experience necessary.
License: GPL-2
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 6.1.0
Encoding: UTF-8
Imports: cluster, MASS, e1071, glmnet, frbs, lattice, methods, nnet,
        plyr, randomForest, ROCR, rpart, sampling, stats
Depends: R (>= 3.2.2), kernlab
Suggests: balance, Biobase, edgeR, GEOquery, h2o, knitr, limma,
        magrittr, mRMRe, propr, RankProd, rmarkdown, testthat, vegan
NeedsCompilation: no
Packaged: 2019-03-23 03:56:53 UTC; thom
Author: Thomas Quinn [aut, cre],
  Daniel Tylee [ctb],
  Samuel Lee [ctb]
Maintainer: Thomas Quinn <contacttomquinn@gmail.com>
Repository: CRAN
Date/Publication: 2019-03-23 05:20:03 UTC
