From 428276efe234b278ee16b0346b84633186f72598 Mon Sep 17 00:00:00 2001 From: Daniel Herszenhut Date: Wed, 20 Sep 2023 19:10:25 -0300 Subject: [PATCH] v1.2.0 release --- DESCRIPTION | 2 +- NEWS.md | 9 +++++---- codemeta.json | 6 +++--- cran-comments.md | 26 +++++++++++++++++++------- 4 files changed, 28 insertions(+), 15 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c771508..ecf9e40 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: accessibility Title: Transport Accessibility Measures -Version: 1.1.0.9000 +Version: 1.2.0 Authors@R: c( person("Rafael H. M.", "Pereira", , "rafa.pereira.br@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-2125-7465")), diff --git a/NEWS.md b/NEWS.md index 241ea35..8fbaa56 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,13 +1,14 @@ -# accessibility (development version) +# accessibility 1.2.0 ## New features -- New inequality function `concentration_index()`. - -## Bug fixes +- New inequality functions `concentration_index()` and `theil_t()`. ## Notes +- Various documentation tweaks. +- Testing performance has greatly improved. + # accessibility 1.1.0 ## New features diff --git a/codemeta.json b/codemeta.json index 83b3a98..9ab7ec9 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,13 +7,13 @@ "codeRepository": "https://github.com/ipeaGIT/accessibility", "issueTracker": "https://github.com/ipeaGIT/accessibility/issues", "license": "https://spdx.org/licenses/MIT", - "version": "1.1.0.9000", + "version": "1.2.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.3.0 (2023-04-21)", + "runtimePlatform": "R version 4.3.1 (2023-06-16)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -199,7 +199,7 @@ }, "SystemRequirements": null }, - "fileSize": "3270.533KB", + "fileSize": "3342.653KB", "releaseNotes": "https://github.com/ipeaGIT/accessibility/blob/master/NEWS.md", "readme": "https://github.com/ipeaGIT/accessibility/blob/main/README.md", "contIntegration": ["https://github.com/ipeaGIT/accessibility/actions", "https://app.codecov.io/gh/ipeaGIT/accessibility?branch=main"], diff --git a/cran-comments.md b/cran-comments.md index 126b5c3..93d007d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1,6 @@ -## Resubmission - -This is a resubmission. Our latest submission got flagged for invalid URIs and -slow examples, which have been fixed in this version. - ## Test environments -- Local Ubuntu 20.04 installation (R 4.2.1) +- Local Ubuntu 20.04 installation (R 4.3.1) - GitHub Actions: - Windows (release, oldrel) - MacOS (release, oldrel) @@ -18,6 +13,23 @@ slow examples, which have been fixed in this version. ## R CMD check results -After fixing the flagged issues, we got this result: +In most platforms we got this result: 0 errors | 0 warnings | 0 notes + +However, when using win-builder oldrel we got this: + +0 errors | 0 warnings | 1 note + +Found the following (possibly) invalid URLs: + URL: https://doi.org/10.1068/b29120 + From: inst/doc/accessibility.html + Status: 403 + Message: Forbidden + URL: https://doi.org/10.2307/1913475 + From: inst/doc/inequality_and_poverty.html + Status: 403 + Message: Forbidden + +We believe this note is a false positive, since we haven't had any problems +accessing the mentioned URLs.