-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.36 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
48
49
50
51
52
53
54
55
56
Type: Package
Package: ffp
Title: Fully Flexible Probabilities for Stress Testing and Portfolio Construction
Version: 0.2.2.9000
Authors@R:
person(given = "Bernardo",
family = "Reckziegel",
role = c("aut", "cre"),
email = "[email protected]")
Description: Implements numerical entropy-pooling for portfolio construction and
scenario analysis as described in Meucci, Attilio (2008) and Meucci, Attilio (2010)
<doi:10.2139/ssrn.1696802>.
License: MIT + file LICENSE
URL: https://github.com/Reckziegel/FFP
BugReports: https://github.com/Reckziegel/FFP/issues
Depends:
R (>= 2.10)
Imports:
assertthat (>= 0.2.1),
dplyr (>= 1.0.10),
forcats (>= 0.5.2),
ggdist (>= 3.2.0),
ggplot2 (>= 3.3.6),
lubridate (>= 1.8.0),
magrittr (>= 2.0.3),
methods,
mvtnorm (>= 1.1-3),
purrr (>= 0.3.4),
rlang (>= 1.0.6),
scales (>= 1.2.1),
stringr (>= 1.4.1),
stats,
tibble (>= 3.1.8),
tidyr (>= 1.2.1),
vctrs (>= 0.4.1),
nloptr (>= 2.0.3),
crayon,
NlcOptim (>= 0.6)
Suggests:
copula,
covr,
ghyp,
knitr (>= 1.40),
markdown,
rmarkdown,
roxygen2,
spelling,
testthat (>= 3.1.4),
xts (>= 0.12.1)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
VignetteBuilder: knitr