Package: bigml
Type: Package
Title: Bindings for the BigML API
Version: 0.1.2
Date: 2015-05-08
Authors@R: c(person("Leon", "Hwang", role=c("cre", "aut"), email="hwang@bigml.com"))
Description: The 'bigml' package contains bindings for the BigML API.
    The package includes methods that provide straightforward access
    to basic API functionality, as well as methods that accommodate
    idiomatic R data types and concepts.
License: LGPL-3
URL: https://github.com/bigmlcom/bigml-r
BugReports: https://github.com/bigmlcom/bigml-r/issues
Imports: RJSONIO, RCurl, plyr
Collate: 'bigml-internal.R' 'formEncodeURL.R' 'bigml-package.R'
        'createDataset.R' 'createModel.R' 'createPrediction.R'
        'createSource.R' 'getDataset.R' 'getModel.R' 'getPrediction.R'
        'getSource.R' 'listDatasets.R' 'listModels.R' 'listSources.R'
        'quickDataset.R' 'quickModel.R' 'quickPrediction.R'
        'quickSource.R' 'setCredentials.R' 'deleteResource.R'
NeedsCompilation: no
Packaged: 2015-05-19 07:44:35 UTC; leon
Author: Leon Hwang [cre, aut]
Maintainer: Leon Hwang <hwang@bigml.com>
Repository: CRAN
Date/Publication: 2015-05-20 01:18:53
Built: R 3.1.3; ; 2015-05-20 08:24:08 UTC; unix
