diff --git a/DESCRIPTION b/DESCRIPTION index 385fcdb..84ff16c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index 69d709f..8a2c894 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,4 @@ -# gtfsio (development version) - -## Bug fixes +# gtfsio 1.2.0 ## New features diff --git a/codemeta.json b/codemeta.json index 25fcccd..177042f 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -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", @@ -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"], diff --git a/cran-comments.md b/cran-comments.md index 9813d32..3956562 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 @@ -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.