Skip to content

Commit 8589dfe

Browse files
committed
v1.0.1 release
1 parent dc65f17 commit 8589dfe

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
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.0.0.9000
4+
Version: 1.0.1
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: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# accessibility (development version)
2-
3-
## New features
1+
# accessibility 1.0.1
42

53
## Bug fixes
64

@@ -9,8 +7,6 @@
97
reach any opportunities). This was also responsible for the warning reported
108
in #27, which was also fixed.
119

12-
## Notes
13-
1410
# accessibility 1.0.0
1511

1612
The package has been to tremendous changes. Basically, there's not a single

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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.0.0.9000",
10+
"version": "1.0.1",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
@@ -187,7 +187,7 @@
187187
},
188188
"SystemRequirements": null
189189
},
190-
"fileSize": "1893.982KB",
190+
"fileSize": "1894.245KB",
191191
"releaseNotes": "https://github.com/ipeaGIT/accessibility/blob/master/NEWS.md",
192192
"readme": "https://github.com/ipeaGIT/accessibility/blob/main/README.md",
193193
"contIntegration": ["https://github.com/ipeaGIT/accessibility/actions", "https://app.codecov.io/gh/ipeaGIT/accessibility?branch=main"],

cran-comments.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,17 @@
77
- Ubuntu 20.04 (devel, release, oldrel)
88
- r-hub:
99
- Windows Server 2022, R-devel, 64 bit
10-
- Ubuntu Linux 20.04.1 LTS, R-release, GCC
11-
- Fedora Linux, R-devel, clang, gfortran
1210
- win-builder (devel, release, oldrel)
1311

1412
## R CMD check results
1513

16-
0 errors | 0 warnings | 2 notes
14+
0 errors | 0 warnings | 1 note
1715

18-
> New maintainer:
19-
> Daniel Herszenhut <[email protected]>
20-
> Old maintainer(s):
21-
> Rafael H. M. Pereira <[email protected]>
22-
>
2316
> Found the following (possibly) invalid URLs:
2417
> URL: https://doi.org/10.1068/b29120
2518
> From: inst/doc/accessibility.html
2619
> Status: 503
2720
> Message: Service Unavailable
2821
29-
We have decided to change maintainers in this version. The note regarding
30-
the DOI seems to be a false positive, since we haven't had any problems
31-
accessing the URL.
22+
The note regarding the DOI seems to be a false positive, since we haven't had
23+
any problems accessing the URL.

0 commit comments

Comments
 (0)