-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 866 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
Package: rsmatrix
Title: Matrices for Repeat-Sales Price Indexes
Version: 0.2.9
Authors@R: c(
person(given = "Steve", family = "Martin", role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2544-9480"))
)
Description: Calculate the matrices in
Shiller (1991, <doi:10.1016/S1051-1377(05)80028-2>) that serve as the
foundation for many repeat-sales price indexes.
Depends: R (>= 4.0)
Imports: Matrix (>= 1.5-0)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
gpindex,
piar (>= 0.6.0)
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://marberts.github.io/rsmatrix/, https://github.com/marberts/rsmatrix
BugReports: https://github.com/marberts/rsmatrix/issues
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)