-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
228 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
^README\.Rmd$ | ||
^README\.html$ | ||
^_pkgdown\.yml$ | ||
^codemeta\.json$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: accessibility | ||
Title: Transport Accessibility Measures | ||
Version: 0.1.0.9000 | ||
Version: 1.0.0 | ||
Authors@R: c( | ||
person("Rafael H. M.", "Pereira", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-2125-7465")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,197 @@ | ||
{ | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "accessibility", | ||
"description": "A set of fast and convenient functions to calculate multiple transport accessibility measures. Given a pre-computed travel cost matrix and a land use dataset (containing the location of jobs, healthcare and population, for example), the package allows one to calculate active and passive accessibility levels using multiple accessibility measures, such as: cumulative opportunities (using either travel cost cutoffs or intervals), minimum travel cost to closest N number of activities, gravity-based (with different decay functions) and different floating catchment area methods.", | ||
"name": "accessibility: Transport Accessibility Measures", | ||
"codeRepository": "https://github.com/ipeaGIT/accessibility", | ||
"issueTracker": "https://github.com/ipeaGIT/accessibility/issues", | ||
"license": "https://spdx.org/licenses/MIT", | ||
"version": "1.0.0", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
"url": "https://r-project.org" | ||
}, | ||
"runtimePlatform": "R version 4.2.1 (2022-06-23)", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Rafael H. M.", | ||
"familyName": "Pereira", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0003-2125-7465" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Daniel", | ||
"familyName": "Herszenhut", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0001-8066-1105" | ||
} | ||
], | ||
"copyrightHolder": [ | ||
{ | ||
"@type": "Organization", | ||
"name": "Ipea - Institute for Applied Economic Research" | ||
} | ||
], | ||
"funder": [ | ||
{ | ||
"@type": "Organization", | ||
"name": "Ipea - Institute for Applied Economic Research" | ||
} | ||
], | ||
"maintainer": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Daniel", | ||
"familyName": "Herszenhut", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0001-8066-1105" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "covr", | ||
"name": "covr", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=covr" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "ggplot2", | ||
"name": "ggplot2", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=ggplot2" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "knitr", | ||
"name": "knitr", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=knitr" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "rmarkdown", | ||
"name": "rmarkdown", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=rmarkdown" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "sf", | ||
"name": "sf", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=sf" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "stats", | ||
"name": "stats" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "testthat", | ||
"name": "testthat", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=testthat" | ||
} | ||
], | ||
"softwareRequirements": { | ||
"1": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "R", | ||
"name": "R", | ||
"version": ">= 3.5.0" | ||
}, | ||
"2": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "checkmate", | ||
"name": "checkmate", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=checkmate" | ||
}, | ||
"3": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "data.table", | ||
"name": "data.table", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=data.table" | ||
}, | ||
"4": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "Rdpack", | ||
"name": "Rdpack", | ||
"version": ">= 0.7", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=Rdpack" | ||
}, | ||
"5": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "utils", | ||
"name": "utils" | ||
}, | ||
"SystemRequirements": null | ||
}, | ||
"fileSize": "1893.881KB", | ||
"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"], | ||
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html", | ||
"keywords": ["accessibility", "r", "transport", "transport-accessibility"], | ||
"relatedLink": "https://CRAN.R-project.org/package=accessibility" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,31 @@ | ||
## -- R CMD check results ------------------------ accessibility 0.1.0 ---- | ||
Duration: 55.6s | ||
## Test environments | ||
|
||
0 errors √ | 0 warnings √ | 0 notes √ | ||
- Local Ubuntu 20.04 installation (R 4.2.1) | ||
- GitHub Actions: | ||
- Windows (release, oldrel) | ||
- MacOS (release, oldrel) | ||
- Ubuntu 20.04 (devel, release, oldrel) | ||
- r-hub: | ||
- Windows Server 2022, R-devel, 64 bit | ||
- Ubuntu Linux 20.04.1 LTS, R-release, GCC | ||
- Fedora Linux, R-devel, clang, gfortran | ||
- win-builder (devel, release, oldrel) | ||
|
||
# Resubmission after CRAN suggestions | ||
* Package now does not affect users' options(). | ||
* Each function refers to the indicadors proposed in one or more studies. We include references in the vignettes and in the @details of functions accordingly. There are too many references to cite in DESCRIPTION | ||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 2 notes | ||
|
||
> New maintainer: | ||
> Daniel Herszenhut <[email protected]> | ||
> Old maintainer(s): | ||
> Rafael H. M. Pereira <[email protected]> | ||
> | ||
> Found the following (possibly) invalid URLs: | ||
> URL: https://doi.org/10.1068/b29120 | ||
> From: inst/doc/accessibility.html | ||
> Status: 503 | ||
> Message: Service Unavailable | ||
We have decided to change maintainers in this version. The note regarding | ||
the DOI seems to be a false positive, since we haven't had any problems | ||
accessing the URL. |