Package: minired
Title: R Interface to 'Redatam' Library
Version: 1.0.1
Authors@R: c(
    person(
      given = "Jaime", 
      family = "Salvador", 
      email = "jaime.salvador@ideasybits.com", 
      role = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-3564-8929")),
    person(
      given = "CELADE",
      role = c("cph")
    )
  )
Maintainer: Jaime Salvador <jaime.salvador@ideasybits.com>
Description: 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()).
License: GPL (>= 3)
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
NeedsCompilation: yes
LinkingTo: cpp11
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)
Copyright: See COPYRIGHTS for details.
Packaged: 2024-10-30 15:10:40 UTC; jsalvador2024
Author: Jaime Salvador [aut, cre] (<https://orcid.org/0000-0002-3564-8929>),
  CELADE [cph]
Repository: CRAN
Date/Publication: 2024-11-06 08:50:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-07 17:47:08 UTC; windows
Archs: x64
