redatamx: R Interface to 'Redatam' Library

Provides an API to work with 'Redatam' (see <https://redatam.org>) databases in both formats: 'RXDB' (new format) and 'DICX' (old format) and running 'Redatam' programs written in 'SPC' language. It's a wrapper around 'Redatam' core and provides functions to open/close a database (redatam_open()/redatam_close()), list entities and variables from the database (redatam_entities(), redatam_variables()) and execute a 'SPC' program and gets the results as data frames (redatam_query(), redatam_run()).

Version: 1.0.0
LinkingTo: cpp11
Published: 2024-10-29
DOI: 10.32614/CRAN.package.redatamx
Author: Jaime Salvador ORCID iD [aut, cre], CELADE [cph]
Maintainer: Jaime Salvador <jaime.salvador at ideasybits.com>
License: GPL (≥ 3)
Copyright: See COPYRIGHTS for details.
redatamx copyright details
NeedsCompilation: yes
SystemRequirements: 'Redatam' runtime engine (see https://redatam.org), The dynamic binary library is downloaded from <https://redatam-core.s3.us-west-2.amazonaws.com> during the build step. Currently supported platforms are Windows, Linux and macOS.
Language: en-US
Materials: README NEWS
CRAN checks: redatamx results

Documentation:

Reference manual: redatamx.pdf

Downloads:

Package source: redatamx_1.0.0.tar.gz
Windows binaries: r-devel: redatamx_1.0.0.zip, r-release: redatamx_1.0.0.zip, r-oldrel: redatamx_1.0.0.zip
macOS binaries: r-release (arm64): redatamx_1.0.0.tgz, r-oldrel (arm64): redatamx_1.0.0.tgz, r-release (x86_64): redatamx_1.0.0.tgz, r-oldrel (x86_64): redatamx_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=redatamx to link to this page.