-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
47 lines (47 loc) · 1.59 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: rjd3workspace
Type: Package
Title: Interface to 'JDemetra+ 3.x' time series analysis software.
Version: 3.2.3.9000
Authors@R: c(
person("Jean", "Palate", role = c("aut"),
email = "[email protected]"),
person("Alain", "Quartier-la-Tente", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7890-3857")),
person("Tanguy", "Barthelemy", role = c("aut", "cre", "art"),
email ="[email protected]"),
person("Anna", "Smyk", role = c("aut"),
email ="[email protected]"))
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.
Depends:
R (>= 4.1.0),
Imports:
rJava (>= 1.0-6),
rjd3toolkit (>= 3.2.2),
rjd3tramoseats (>= 3.2.2),
rjd3x13 (>= 3.2.2),
rjd3providers (>= 3.2.2)
Remotes:
github::rjdverse/rjd3toolkit,
github::rjdverse/rjd3tramoseats,
github::rjdverse/rjd3x13,
github::rjdverse/rjd3providers
SystemRequirements: Java (>= 17)
License: EUPL
URL: https://github.com/rjdverse/rjd3workspace, https://rjdverse.github.io/rjd3workspace/
BugReports: https://github.com/rjdverse/rjd3workspace/issues
Suggests:
knitr,
rmarkdown,
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Collate:
'deprecated.R'
'utils.R'
'saitem.R'
'saprocessing.R'
'workspace.R'
'zzz.R'