Package: rfml
Type: Package
Title: MarkLogic NoSQL Database Server in-Database Analytics for R
Version: 0.1.0
Authors@R: c(person("Mats", "Stellwall", email = "mats.stellwall@gmail.com",
                  role = c("aut", "cre")),
           person("Abdulla", "Abdurakhmanov",role = "ctb",
                  comment = "Code in xml2json.sjs is from https://code.google.com/p/x2js/"))
Author: Mats Stellwall [aut, cre],
        Abdulla Abdurakhmanov [ctb] (Code in xml2json.sjs is from https://code.google.com/p/x2js/)
Maintainer: Mats Stellwall <mats.stellwall@gmail.com>
Description: Functionality required to efficiently use R with MarkLogic NoSQL Database Server, <http://www.marklogic.com/what-is-marklogic/>. Many basic and complex R operations are pushed down into the database, which removes the main memory boundary of R and allows to make full use of MarkLogic server. In order to use the package you need a MarkLogic Server version 8 or higher.
URL: https://github.com/mstellwa/rfml
BugReports: https://github.com/mstellwa/rfml/issues
License: GPL-3
LazyData: TRUE
Imports: stats, utils, methods, httr, PKI, jsonlite, XML
Suggests: arules, testthat, knitr, rmarkdown
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-03-18 20:04:48 UTC; mstellwa
Repository: CRAN
Date/Publication: 2016-03-19 14:33:13
