Skip to content

Commit 428276e

Browse files
committed
v1.2.0 release
1 parent 00aed8e commit 428276e

File tree

4 files changed

+28
-15
lines changed

4 files changed

+28
-15
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: accessibility
33
Title: Transport Accessibility Measures
4-
Version: 1.1.0.9000
4+
Version: 1.2.0
55
Authors@R: c(
66
person("Rafael H. M.", "Pereira", , "[email protected]", role = "aut",
77
comment = c(ORCID = "0000-0003-2125-7465")),

NEWS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# accessibility (development version)
1+
# accessibility 1.2.0
22

33
## New features
44

5-
- New inequality function `concentration_index()`.
6-
7-
## Bug fixes
5+
- New inequality functions `concentration_index()` and `theil_t()`.
86

97
## Notes
108

9+
- Various documentation tweaks.
10+
- Testing performance has greatly improved.
11+
1112
# accessibility 1.1.0
1213

1314
## New features

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"codeRepository": "https://github.com/ipeaGIT/accessibility",
88
"issueTracker": "https://github.com/ipeaGIT/accessibility/issues",
99
"license": "https://spdx.org/licenses/MIT",
10-
"version": "1.1.0.9000",
10+
"version": "1.2.0",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
1414
"url": "https://r-project.org"
1515
},
16-
"runtimePlatform": "R version 4.3.0 (2023-04-21)",
16+
"runtimePlatform": "R version 4.3.1 (2023-06-16)",
1717
"provider": {
1818
"@id": "https://cran.r-project.org",
1919
"@type": "Organization",
@@ -199,7 +199,7 @@
199199
},
200200
"SystemRequirements": null
201201
},
202-
"fileSize": "3270.533KB",
202+
"fileSize": "3342.653KB",
203203
"releaseNotes": "https://github.com/ipeaGIT/accessibility/blob/master/NEWS.md",
204204
"readme": "https://github.com/ipeaGIT/accessibility/blob/main/README.md",
205205
"contIntegration": ["https://github.com/ipeaGIT/accessibility/actions", "https://app.codecov.io/gh/ipeaGIT/accessibility?branch=main"],

cran-comments.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
## Resubmission
2-
3-
This is a resubmission. Our latest submission got flagged for invalid URIs and
4-
slow examples, which have been fixed in this version.
5-
61
## Test environments
72

8-
- Local Ubuntu 20.04 installation (R 4.2.1)
3+
- Local Ubuntu 20.04 installation (R 4.3.1)
94
- GitHub Actions:
105
- Windows (release, oldrel)
116
- MacOS (release, oldrel)
@@ -18,6 +13,23 @@ slow examples, which have been fixed in this version.
1813

1914
## R CMD check results
2015

21-
After fixing the flagged issues, we got this result:
16+
In most platforms we got this result:
2217

2318
0 errors | 0 warnings | 0 notes
19+
20+
However, when using win-builder oldrel we got this:
21+
22+
0 errors | 0 warnings | 1 note
23+
24+
Found the following (possibly) invalid URLs:
25+
URL: https://doi.org/10.1068/b29120
26+
From: inst/doc/accessibility.html
27+
Status: 403
28+
Message: Forbidden
29+
URL: https://doi.org/10.2307/1913475
30+
From: inst/doc/inequality_and_poverty.html
31+
Status: 403
32+
Message: Forbidden
33+
34+
We believe this note is a false positive, since we haven't had any problems
35+
accessing the mentioned URLs.

0 commit comments

Comments
 (0)