From 1ac4d8f876a39ead1481d54efcdd21ead5f36bb9 Mon Sep 17 00:00:00 2001 From: Steve Martin Date: Sun, 19 Nov 2023 15:29:49 -0500 Subject: [PATCH] Ready for CRAN --- .Rbuildignore | 1 - DESCRIPTION | 6 +++--- README.Rmd | 2 +- README.md | 2 +- man/rsmatrix-package.Rd | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 1582bd4..556ac76 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,5 +9,4 @@ ^_pkgdown\.yml$ ^docs$ ^pkgdown$ -^inst/slowTests$ ^inst/logo\.R$ diff --git a/DESCRIPTION b/DESCRIPTION index b3cc375..198207e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rsmatrix Title: Matrices for Repeat-Sales Price Indexes -Version: 0.2.7.9006 +Version: 0.2.8 Authors@R: c( person(given = "Steve", family = "Martin", role = c("aut", "cre", "cph"), email = "stevemartin041@gmail.com", @@ -16,10 +16,10 @@ Suggests: rmarkdown, testthat (>= 3.0.0), gpindex, - piar (>= 0.5.0) + piar (>= 0.6.0) License: MIT + file LICENSE Encoding: UTF-8 -URL: https://marberts.github.io/rsmatrix, https://github.com/marberts/rsmatrix +URL: https://marberts.github.io/rsmatrix/, https://github.com/marberts/rsmatrix BugReports: https://github.com/marberts/rsmatrix/issues Config/testthat/edition: 3 VignetteBuilder: knitr diff --git a/README.Rmd b/README.Rmd index 961c619..56bdc8b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -8,7 +8,7 @@ output: github_document knitr::opts_chunk$set(echo = TRUE) ``` -# Matrices for repeat-sales price indexes rsmatrix website +# Matrices for repeat-sales price indexes rsmatrix website [![CRAN status](https://www.r-pkg.org/badges/version/rsmatrix)](https://cran.r-project.org/package=rsmatrix) diff --git a/README.md b/README.md index bd3d627..caaf2d0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Matrices for repeat-sales price indexes rsmatrix website +# Matrices for repeat-sales price indexes rsmatrix website diff --git a/man/rsmatrix-package.Rd b/man/rsmatrix-package.Rd index 148e701..ca8e944 100644 --- a/man/rsmatrix-package.Rd +++ b/man/rsmatrix-package.Rd @@ -13,7 +13,7 @@ Calculate the matrices in Shiller (1991, \doi{10.1016/S1051-1377(05)80028-2}) th \seealso{ Useful links: \itemize{ - \item \url{https://marberts.github.io/rsmatrix} + \item \url{https://marberts.github.io/rsmatrix/} \item \url{https://github.com/marberts/rsmatrix} \item Report bugs at \url{https://github.com/marberts/rsmatrix/issues} }