File tree Expand file tree Collapse file tree 4 files changed +28
-15
lines changed Expand file tree Collapse file tree 4 files changed +28
-15
lines changed Original file line number Diff line number Diff line change 1
1
Type: Package
2
2
Package: accessibility
3
3
Title: Transport Accessibility Measures
4
- Version: 1.1.0.9000
4
+ Version: 1.2.0
5
5
Authors@R: c(
6
6
person("Rafael H. M.", "Pereira", , "
[email protected] ", role = "aut",
7
7
comment = c(ORCID = "0000-0003-2125-7465")),
Original file line number Diff line number Diff line change 1
- # accessibility (development version)
1
+ # accessibility 1.2.0
2
2
3
3
## New features
4
4
5
- - New inequality function ` concentration_index() ` .
6
-
7
- ## Bug fixes
5
+ - New inequality functions ` concentration_index() ` and ` theil_t() ` .
8
6
9
7
## Notes
10
8
9
+ - Various documentation tweaks.
10
+ - Testing performance has greatly improved.
11
+
11
12
# accessibility 1.1.0
12
13
13
14
## New features
Original file line number Diff line number Diff line change 7
7
"codeRepository" : " https://github.com/ipeaGIT/accessibility" ,
8
8
"issueTracker" : " https://github.com/ipeaGIT/accessibility/issues" ,
9
9
"license" : " https://spdx.org/licenses/MIT" ,
10
- "version" : " 1.1.0.9000 " ,
10
+ "version" : " 1.2.0 " ,
11
11
"programmingLanguage" : {
12
12
"@type" : " ComputerLanguage" ,
13
13
"name" : " R" ,
14
14
"url" : " https://r-project.org"
15
15
},
16
- "runtimePlatform" : " R version 4.3.0 (2023-04-21 )" ,
16
+ "runtimePlatform" : " R version 4.3.1 (2023-06-16 )" ,
17
17
"provider" : {
18
18
"@id" : " https://cran.r-project.org" ,
19
19
"@type" : " Organization" ,
199
199
},
200
200
"SystemRequirements" : null
201
201
},
202
- "fileSize" : " 3270.533KB " ,
202
+ "fileSize" : " 3342.653KB " ,
203
203
"releaseNotes" : " https://github.com/ipeaGIT/accessibility/blob/master/NEWS.md" ,
204
204
"readme" : " https://github.com/ipeaGIT/accessibility/blob/main/README.md" ,
205
205
"contIntegration" : [" https://github.com/ipeaGIT/accessibility/actions" , " https://app.codecov.io/gh/ipeaGIT/accessibility?branch=main" ],
Original file line number Diff line number Diff line change 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
-
6
1
## Test environments
7
2
8
- - Local Ubuntu 20.04 installation (R 4.2 .1)
3
+ - Local Ubuntu 20.04 installation (R 4.3 .1)
9
4
- GitHub Actions:
10
5
- Windows (release, oldrel)
11
6
- MacOS (release, oldrel)
@@ -18,6 +13,23 @@ slow examples, which have been fixed in this version.
18
13
19
14
## R CMD check results
20
15
21
- After fixing the flagged issues, we got this result:
16
+ In most platforms we got this result:
22
17
23
18
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.
You can’t perform that action at this time.
0 commit comments