Package: RBaseX
Type: Package
Title: 'BaseX' Client
Version: 0.3.0
Date: 2020-05-01
Authors@R: person("Ben","Engbers", email = "Ben.Engbers@Be-Logical.nl", role = c("aut","cre"))
Description: 'BaseX' <http://basex.org> is a XML database engine and a compliant 'XQuery 3.1' processor with full support of 'W3C Update Facility'. This package is a full client-implementation of the client/server protocol for 'BaseX' and provides functionalities to create, manipulate and query on XML-data. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports: R6, RCurl, dplyr, openssl, stringr, magrittr, tibble,
        data.table
Suggests: testthat
Author: Ben Engbers [aut, cre]
Maintainer: Ben Engbers <Ben.Engbers@Be-Logical.nl>
URL: https://github.com/BenEngbers/RBaseX
SystemRequirements: Needs a running BaseX-instance.
Repository: CRAN
NeedsCompilation: no
Packaged: 2020-05-01 16:06:30 UTC; bengbers
Date/Publication: 2020-05-01 16:50:03 UTC
