From 21383d4b0fbeb6f33f7e99454a35dc4145bccf13 Mon Sep 17 00:00:00 2001 From: AAoritz Date: Mon, 18 Mar 2024 15:00:51 +0100 Subject: [PATCH] fix links, typo in DESCRIPTION and README for CRAN --- .Rbuildignore | 2 ++ CRAN-SUBMISSION | 3 +++ DESCRIPTION | 4 ++-- README.md | 2 +- cran-comments.md | 5 +++++ 5 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 CRAN-SUBMISSION create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index f16b8ba..77c5c69 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -10,3 +10,5 @@ ^docs$ ^pkgdown$ ^codemeta\.json$ +^cran-comments\.md$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..54eb067 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 1.0.0 +Date: 2024-03-15 17:13:15 UTC +SHA: a971bf13c4af1526cbce33ac80d31b5a431d8984 diff --git a/DESCRIPTION b/DESCRIPTION index fb26f6f..2c28cd9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,10 +17,10 @@ Description: Motivated by changing administrative boundaries over time, the 'nuts' package can convert European regional data with NUTS codes between versions (2006, 2010, 2013, 2016 and 2021) and levels (NUTS 1, NUTS 2 and NUTS 3). The package uses spatial interpolation based on - granular (100mx100m) population and land use data provided by the + granular (100m x 100m) population and land use data provided by the European Commission's Joint Research Center. License: MIT + file LICENSE -URL: https://docs.ropensci.org/nuts, https://github.com/ropensci/nuts +URL: https://docs.ropensci.org/nuts/, https://github.com/ropensci/nuts BugReports: https://github.com/ropensci/nuts Depends: R (>= 3.5.0) diff --git a/README.md b/README.md index 9737672..174df6c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![R-CMD-check](https://github.com/ropensci/nuts/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/nuts/actions/workflows/R-CMD-check.yaml) - [![codecov](https://codecov.io/gh/AAoritz/nuts/graph/badge.svg?token=UXSUFJOD2U)](https://codecov.io/gh/AAoritz/nuts) + [![codecov](https://codecov.io/gh/AAoritz/nuts/graph/badge.svg?token=UXSUFJOD2U)](https://app.codecov.io/gh/AAoritz/nuts) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Status at rOpenSci Software Peer Review](https://badges.ropensci.org/155_status.svg)](https://github.com/ropensci/software-review/issues/623) diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..858617d --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,5 @@ +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release.