-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.04 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
Package: FactorMAP
Title: Estimation and inference for factor models in Asset Pricing
Version: 0.0.0.9000
Date: 2023-05-12
Maintainer: Alberto Quaini <alberto91quaini@gmail.com>
Authors@R:
c(person(given = "Alberto", family = "Quaini",
email = "alberto91quaini@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1251-0599")),
person(given = "Ali", family = "Moin",
email = "amoin2k@gmail.com",
role = c("aut"),
comment = c(ORCID = "0000-0000-0000-0000")),
person(given = "Gustavo", family = "Freire",
email = "gustavobcpf@hotmail.com",
role = c("ctb"),
comment = c(ORCID = "0000-0000-0000-0000"))
)
Description: Estimation and inference for factor models in Asset Pricing.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp
Depends:
R (>= 2.10)
LazyData: true
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3