-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
31 lines (31 loc) · 959 Bytes
/
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
Package: rjd3stl
Type: Package
Title: R Interface to 'JDemetra+ 3.x' time series analysis software.
Version: 2.1.1
Authors@R: c(
person("Jean", "Palate", role = c("aut", "cre"),
email = "[email protected]"))
Description: R Interface to 'JDemetra+ 3.x' (<https://github.com/jdemetra>) time series analysis software.
It provides functions allowing to decompose a time series, including high-frequency data with multiple periodicities.
Depends:
R (>= 4.1.0)
Imports:
rJava (>= 1.0-6),
rjd3toolkit (>= 3.2.2),
rjd3highfreq (>= 2.1.0)
Remotes:
github::rjdverse/rjd3toolkit@*release,
github::rjdverse/rjd3highfreq@*release
SystemRequirements: Java (>= 17)
License: EUPL
URL: https://github.com/jdemetra/rjd3stl, https://rjdverse.github.io/rjd3stl/
LazyData: TRUE
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.3.1
BugReports: https://github.com/rjdverse/rjd3stl/issues
Encoding: UTF-8
Collate:
'jd3_stl.R'
'zzz.R'