Skip to content

Commit

Permalink
v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Nov 24, 2022
1 parent 7a0d54d commit 33a9874
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 58 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down
39 changes: 3 additions & 36 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"],
Expand Down
20 changes: 3 additions & 17 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

0 comments on commit 33a9874

Please sign in to comment.