-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.18 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
Package: rjd3nowcasting
Type: Package
Title: Nowcasting with 'JDemetra+ 3.0'
Version: 2.0.3.9000
Authors@R: c(
person(given = "Corentin",
family = "Lemasson",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Tanguy",
family = "Barthelemy",
role = c("ctb", "art"),
email ="[email protected]")
)
Description: Interface around 'JDemetra+ 3.x'
(<https://github.com/jdemetra/jdplus-nowcasting>), TSACE project.
It defines and estimates Dynamic Factor Models with the
purpose of Nowcasting. News analysis is included in this second version.
Depends:
R (>= 4.1.0)
Imports:
rJava (>= 1.0-6),
rjd3toolkit (>= 3.2.2)
Remotes:
github::rjdverse/rjd3toolkit
SystemRequirements: Java (>= 17)
License: EUPL
URL: https://github.com/rjdverse/rjd3nowcasting,
https://rjdverse.github.io/rjd3nowcasting/
BugReports: https://github.com/rjdverse/rjd3nowcasting/issues
Encoding: UTF-8
Collate:
'data.R'
'estimation.R'
'news.R'
'results.R'
'zzz.R'
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
LazyData: true