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 Oct 11, 2024
1 parent 2653de6 commit 9f98118
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: gtfsio
Title: Read and Write General Transit Feed Specification (GTFS) Files
Version: 1.1.1.9000
Version: 1.2.0
Authors@R:
c(person(given = "Daniel",
family = "Herszenhut",
Expand Down
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# gtfsio (development version)

## Bug fixes
# gtfsio 1.2.0

## New features

Expand Down
38 changes: 34 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/r-transit/gtfsio",
"issueTracker": "https://github.com/r-transit/gtfsio/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.1.1.9000",
"version": "1.2.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.1 (2023-06-16)",
"runtimePlatform": "R version 4.4.1 (2024-06-14 ucrt)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -115,11 +115,23 @@
"sameAs": "https://CRAN.R-project.org/package=data.table"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "fs",
"name": "fs",
"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=fs"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"3": {
"4": {
"@type": "SoftwareApplication",
"identifier": "zip",
"name": "zip",
Expand All @@ -131,9 +143,27 @@
},
"sameAs": "https://CRAN.R-project.org/package=zip"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"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=jsonlite"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.1.0"
},
"SystemRequirements": null
},
"fileSize": "388.407KB",
"fileSize": "436.56KB",
"releaseNotes": "https://github.com/r-transit/gtfsio/blob/master/NEWS.md",
"readme": "https://github.com/r-transit/gtfsio/blob/master/README.md",
"contIntegration": ["https://github.com/r-transit/gtfsio/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/r-transit/gtfsio?branch=master"],
Expand Down
10 changes: 3 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
## Test environments

- Local Ubuntu 20.04 installation (R 4.3.1)
- Local Windows Server 2022 installation (R 4.4.1)
- GitHub Actions:
- Windows (release, oldrel)
- MacOS (release, oldrel)
- Ubuntu 20.04 (devel, release, oldrel)
- win-builder (devel, release, oldrel)
- r-hub:
- Ubuntu Linux 20.04.1 LTS, R-release, GCC
- Fedora Linux, R-devel, clang, gfortran
- Windows Server 2022, R-devel, 64 bit

## R CMD check results

Expand All @@ -25,9 +21,9 @@ Check status summary:
Check results summary:
gtfsio ... OK
rdepends_gtfstools ... WARNING
* checking CRAN incoming feasibility ... [7s/46s] WARNING
* checking CRAN incoming feasibility ... [106s] WARNING
rdepends_tidytransit ... WARNING
* checking CRAN incoming feasibility ... [6s/33s] WARNING
* checking CRAN incoming feasibility ... [97s] WARNING
* checking installed package size ... NOTE

None of the notes and warnings in {gtfstools} and {tidytransit} checks are related to {gtfsio}. The revdep checks were run with tools::check_packages_in_dir(check_args = "--as-cran"), thus raising an "insufficient package version" warning in the dependencies check.
Expand Down

0 comments on commit 9f98118

Please sign in to comment.