diff --git a/DESCRIPTION b/DESCRIPTION index bf388afa..38352d08 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Type: Package Package: gtfstools Title: General Transit Feed Specification (GTFS) Editing and Analysing Tools -Version: 1.1.0.9000 +Version: 1.2.0 Authors@R: c(person(given = "Daniel", family = "Herszenhut", diff --git a/NEWS.md b/NEWS.md index 8e5af4e5..309564e6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,10 @@ -# gtfstools (development version) +# gtfstools 1.2.0 ## New features -- New `validate_gtfs()` behavior. Now used to run MobilityData Canonical GTFS validator with a feed. The old behavior was marked as deprecated since v1.0.0. +- New `validate_gtfs()` behavior. Now used to run MobilityData Canonical GTFS + validator with a feed. The old behavior was marked as deprecated since + v1.0.0. - New function `download_validator()`. - New vignette demonstrating how to validate feeds. @@ -16,8 +18,6 @@ trip_ids being updated because of the order that these ids would appear in the trips and stop_times tables. Thanks Alena Stern (@alenastern). -## Notes - # gtfstools 1.1.0 ## New features diff --git a/codemeta.json b/codemeta.json index 1b6f2f4e..87b26ffd 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,13 +8,13 @@ "codeRepository": "https://github.com/ipeaGIT/gtfstools", "issueTracker": "https://github.com/ipeaGIT/gtfstools/issues", "license": "https://spdx.org/licenses/MIT", - "version": "1.1.0.9000", + "version": "1.2.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.2.1 (2022-06-23)", + "runtimePlatform": "R version 4.2.2 Patched (2022-11-10 r83330)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -279,40 +279,7 @@ }, "SystemRequirements": null }, - "fileSize": "2960.635KB", - "citation": [ - { - "@type": "SoftwareSourceCode", - "datePublished": "2022", - "author": [ - { - "@type": "Person", - "givenName": "Daniel", - "familyName": "Herszenhut" - }, - { - "@type": "Person", - "givenName": ["Rafael", "H.", "M."], - "familyName": "Pereira" - }, - { - "@type": "Person", - "givenName": ["Pedro", "R."], - "familyName": "Andrade" - }, - { - "@type": "Person", - "givenName": "Joao", - "familyName": "Bazzo" - } - ], - "name": "gtfstools: General Transit Feed Specification (GTFS) Editing and Analysing Tools", - "identifier": "10.5281/zenodo.6577028", - "url": "https://doi.org/10.5281/zenodo.6577028", - "@id": "https://doi.org/10.5281/zenodo.6577028", - "sameAs": "https://doi.org/10.5281/zenodo.6577028" - } - ], + "fileSize": "2958.866KB", "releaseNotes": "https://github.com/ipeaGIT/gtfstools/blob/master/NEWS.md", "readme": "https://github.com/ipeaGIT/gtfstools/blob/master/README.md", "contIntegration": ["https://github.com/ipeaGIT/gtfstools/actions?query=workflow%3Acheck", "https://app.codecov.io/gh/ipeaGIT/gtfstools?branch=master"], diff --git a/cran-comments.md b/cran-comments.md index 5fc0a90d..38871c40 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -- Local Ubuntu 20.04 installation (R 4.2.0) +- Local Ubuntu 20.04 installation (R 4.2.2) - GitHub Actions: - Windows (release, oldrel) - MacOS (release, oldrel) @@ -9,22 +9,8 @@ - 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) +- win-builder (release, oldrel) ## R CMD check results -0 errors | 0 warnings | 1 note - -> Found the following (possibly) invalid URLs: -> URL: https://doi.org/10.5281/zenodo.6577028 -> From: inst/CITATION -> Status: 404 -> Message: Not Found -> -> Found the following (possibly) invalid DOIs: -> DOI: 10.5281/zenodo.6577028 -> From: inst/CITATION -> Status: Not Found -> Message: 404 - -I have reserved a DOI in Zenodo to use in the CITATION file, but I haven't yet finished the submission because I'm awaiting for the approval on CRAN to upload the package `.tar.gz`. As soon as the package gets approved I'll upload the file and finish the submission, thus creating the DOI for good and getting rid of this note. +0 errors | 0 warnings | 0 notes