Skip to content

Commit

Permalink
v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Sep 20, 2023
1 parent 00aed8e commit 428276e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2125-7465")),
Expand Down
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"],
Expand Down
26 changes: 19 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.

0 comments on commit 428276e

Please sign in to comment.