minired: R Interface to 'Redatam' Library

Provides an API to work with 'Redatam' (see <https://www.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 a database ('redatam_open()'), 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-25
DOI: 10.32614/CRAN.package.minired
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.
minired 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 and Linux (both for x86-64 processors only)
Language: en-US
Materials: README NEWS
CRAN checks: minired results

Documentation:

Reference manual: minired.pdf

Downloads:

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

Linking:

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