From a45cf44aa73ea272c43493cf30f399f1931b5de6 Mon Sep 17 00:00:00 2001 From: Daniel Herszenhut Date: Fri, 22 Jul 2022 18:12:59 -0300 Subject: [PATCH] v1.0.0 release --- .Rbuildignore | 1 + DESCRIPTION | 2 +- codemeta.json | 197 +++++++++++++++++++++++++++++++++++++++++++++++ cran-comments.md | 35 +++++++-- 4 files changed, 228 insertions(+), 7 deletions(-) create mode 100644 codemeta.json diff --git a/.Rbuildignore b/.Rbuildignore index f3d9358..371f7ef 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,3 +8,4 @@ ^README\.Rmd$ ^README\.html$ ^_pkgdown\.yml$ +^codemeta\.json$ diff --git a/DESCRIPTION b/DESCRIPTION index d0d8bdc..b80c74f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "rafa.pereira.br@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-2125-7465")), diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..acc1b44 --- /dev/null +++ b/codemeta.json @@ -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": "rafa.pereira.br@gmail.com", + "@id": "https://orcid.org/0000-0003-2125-7465" + }, + { + "@type": "Person", + "givenName": "Daniel", + "familyName": "Herszenhut", + "email": "dhersz@gmail.com", + "@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": "dhersz@gmail.com", + "@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" +} diff --git a/cran-comments.md b/cran-comments.md index ee35397..581353a 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 +> Old maintainer(s): +> Rafael H. M. Pereira +> +> 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.