Package: minired 1.0.1
minired: R Interface to 'Redatam' Library
This package is deprecated. Please use 'redatamx' instead. 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()).
Authors:
minired_1.0.1.tar.gz
minired_1.0.1.zip(r-4.7)minired_1.0.1.zip(r-4.6)minired_1.0.1.zip(r-4.5)
minired_1.0.1.tgz(r-4.6-x86_64)minired_1.0.1.tgz(r-4.6-arm64)minired_1.0.1.tgz(r-4.5-x86_64)minired_1.0.1.tgz(r-4.5-arm64)
minired_1.0.1.tar.gz(r-4.7-x86_64)minired_1.0.1.tar.gz(r-4.6-x86_64)
minired_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
minired/json (API)
NEWS
| # Install 'minired' in R: |
| install.packages('minired', repos = c('https://jaimesalvador.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:cad2ac90f6. Checks:2 FAIL, 11 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | FAIL | 106 | ||
| linux-devel-x86_64 | OK | 119 | ||
| source / vignettes | OK | 143 | ||
| linux-release-arm64 | FAIL | 102 | ||
| linux-release-x86_64 | OK | 146 | ||
| macos-release-arm64 | OK | 158 | ||
| macos-release-x86_64 | OK | 326 | ||
| macos-oldrel-arm64 | OK | 251 | ||
| macos-oldrel-x86_64 | OK | 215 | ||
| windows-devel | OK | 102 | ||
| windows-release | OK | 115 | ||
| windows-oldrel | OK | 104 | ||
| wasm-release | OK | 116 |
Exports:outputsredatam_closeredatam_entitiesredatam_internal_queryredatam_internal_runredatam_openredatam_queryredatam_runredatam_saveredatam_variablesredatam_version
Dependencies:cpp11
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Environment for Outputs Tables | outputs |
| Close dictionary | redatam_close |
| List entities | redatam_entities |
| Execute a Redatam command from text | redatam_internal_query |
| Execute a Redatam command from file | redatam_internal_run |
| Open dictionary | redatam_open |
| Execute a Redatam command from text | redatam_query |
| Execute a Redatam command from file | redatam_run |
| Save dictionary | redatam_save |
| List variables for entity | redatam_variables |
| Get the Redatam API version | redatam_version |
