Type: Package
Package: rjd3workspace
Title: Interface to 'JDemetra+ 3.x' time series analysis software
Version: 3.5.1.9000
Authors@R: c(
    person("Jean", "Palate", , "palatejean@gmail.com", role = "aut"),
    person("Alain", "Quartier-la-Tente", , "alain.quartier@yahoo.fr", role = "aut",
           comment = c(ORCID = "0000-0001-7890-3857")),
    person("Tanguy", "Barthelemy", , "tanguy.barthelemy@insee.fr", role = c("aut", "cre", "art")),
    person("Anna", "Smyk", , "anna.smyk@insee.fr", role = "aut")
  )
Description: R Interface to 'JDemetra+ 3.x'
    (<https://github.com/jdemetra>).  It offers several functions to
    manipulate 'JDemetra+' workspaces, which can be read by the software
    and can store several seasonal adjusted series along with user-defined
    calendars or regression variables.
License: file LICENSE
URL: https://github.com/rjdverse/rjd3workspace,
    https://rjdverse.github.io/rjd3workspace/
BugReports: https://github.com/rjdverse/rjd3workspace/issues
Depends:
    R (>= 4.1.0)
Imports:
    rJava (>= 1.0-6),
    rjd3providers (>= 3.5.1),
    rjd3toolkit (>= 3.5.1),
    rjd3tramoseats (>= 3.5.2),
    rjd3x13 (>= 3.5.1),
    tools,
    utils
Suggests: 
    knitr,
    rmarkdown,
    testthat (>= 3.0.0)
Remotes: 
    github::rjdverse/rjd3providers@develop,
    github::rjdverse/rjd3toolkit@develop,
    github::rjdverse/rjd3tramoseats@develop,
    github::rjdverse/rjd3x13@develop
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
SystemRequirements: Java (>= 17)
Collate: 
    'deprecated.R'
    'rjd3workspace-package.R'
    'utils.R'
    'saitem.R'
    'saprocessing.R'
    'update_path.R'
    'workspace.R'
    'zzz.R'
