Package: aurelius
Type: Package
Version: 0.8.4
Date: 2017-07-02
Title: Generates PFA Documents from R Code and Optionally Runs Them
Description: Provides tools for converting R objects and syntax into the Portable 
    Format for Analytics (PFA). Allows for testing validity and runtime behavior 
    of PFA documents through rPython and Titus, a more complete implementation of 
    PFA for Python. The Portable Format for Analytics is a specification for 
    event-based processors that perform predictive or analytic calculations and is aimed 
    at helping smooth the transition from statistical model development to large-scale 
    and/or online production. See <http://dmg.org/pfa> for more information.
Authors@R: c(
  person("Steven", "Mortimer", , "reportmort@gmail.com", c("aut", "cre")), 
  person("Collin", "Bennett", , "collin.bennett@opendatagroup.com", c("aut")),
  person("Open Data Group", role=c("cph"))
  )
URL: https://github.com/opendatagroup/hadrian/tree/master/aurelius
BugReports: https://github.com/opendatagroup/hadrian/issues
Depends: R (>= 3.2.0)
Imports: methods, stats, utils, jsonlite (>= 1.1), gbm (>= 2.1.1),
        glmnet (>= 2.0-5)
Enhances: rPython
Suggests: knitr, rmarkdown, testthat, MASS, forecast, caret, ipred,
        flexclust, e1071, randomForest, rpart
VignetteBuilder: knitr
License: Apache License 2.0 | file LICENSE
NeedsCompilation: no
LazyData: true
RoxygenNote: 6.0.1
Collate: 'arima.R' 'aurelius.R' 'avro.R' 'avro_from_df.R'
        'avro_fullname.R' 'avro_type.R' 'avro_typemap.R' 'converters.R'
        'ets.R' 'forecast.R' 'gbm.R' 'gen_unique_name.R' 'glm.R'
        'glmnet.R' 'holtwinters.R' 'jsonobj.R' 'kcca.R' 'kmeans.R'
        'knn.R' 'lda.R' 'lm.R' 'naiveBayes.R' 'pfa.R' 'pfa_cellpool.R'
        'pfa_document.R' 'pfa_engine.R' 'pfa_expr.R' 'pfa_utils.R'
        'randomForest.R' 'read_pfa.R' 'rpart.R' 'write_pfa.R' 'zzz.R'
Packaged: 2017-07-03 00:27:47 UTC; steven.mortimer
Author: Steven Mortimer [aut, cre],
  Collin Bennett [aut],
  Open Data Group [cph]
Maintainer: Steven Mortimer <reportmort@gmail.com>
Repository: CRAN
Date/Publication: 2017-07-03 07:11:41 UTC
Built: R 4.0.2; ; 2020-07-16 12:14:50 UTC; unix
