Skip to content

Commit

Permalink
v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Mar 8, 2023
1 parent c95f96a commit 554a500
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 66 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.0.0.9000
Version: 1.1.0
Authors@R:
c(person(given = "Daniel",
family = "Herszenhut",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gtfsio (development version)
# gtfsio 1.1.0

## Bug fixes

Expand Down
32 changes: 2 additions & 30 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/r-transit/gtfsio",
"issueTracker": "https://github.com/r-transit/gtfsio/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.0.0.9000",
"version": "1.1.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -133,35 +133,7 @@
},
"SystemRequirements": null
},
"fileSize": "729.608KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2021",
"author": [
{
"@type": "Person",
"givenName": "Daniel",
"familyName": "Herszenhut"
},
{
"@type": "Person",
"givenName": "Flavio",
"familyName": "Poletti"
},
{
"@type": "Person",
"givenName": "Mark",
"familyName": "Padgham"
}
],
"name": "gtfsio: Read and Write General Transit Feed Specification (GTFS) Files",
"identifier": "10.5281/zenodo.5650829",
"url": "https://doi.org/10.5281/zenodo.5650829",
"@id": "https://doi.org/10.5281/zenodo.5650829",
"sameAs": "https://doi.org/10.5281/zenodo.5650829"
}
],
"fileSize": "387.208KB",
"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
46 changes: 12 additions & 34 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.1.2)
- Local Ubuntu 20.04 installation (R 4.2.2)
- GitHub Actions:
- Windows (release, oldrel)
- MacOS (release, oldrel)
Expand All @@ -9,60 +9,38 @@
- r-hub:
- Ubuntu Linux 20.04.1 LTS, R-release, GCC
- Fedora Linux, R-devel, clang, gfortran
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit
- Oracle Solaris 10, x86, 32 bit, R-release
- Windows Server 2022, R-devel, 64 bit

## R CMD check results

0 errors | 0 warnings | 1 note

> Found the following (possibly) invalid URLs:
> URL: https://doi.org/10.5281/zenodo.5650829
> From: inst/CITATION
> Status: 404
> Message: Not Found
> URL: https://zenodo.org/record/5650829
> From: README.md
> Status: 404
> Message: Not Found
>
> Found the following (possibly) invalid DOIs:
> DOI: 10.5281/zenodo.5650829
> 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

## Reverse dependencies

Check status summary:
WARN NOTE
Source packages 0 1
Reverse depends 2 0
WARNING OK
Source packages 0 1
Reverse depends 2 0

Check results summary:
gtfsio ... NOTE
* checking CRAN incoming feasibility ... NOTE
rdepends_gtfs2gps ... WARN
gtfsio ... OK
rdepends_gtfstools ... WARNING
* checking CRAN incoming feasibility ... WARNING
* checking examples ... NOTE
rdepends_tidytransit ... WARN
rdepends_tidytransit ... WARNING
* checking CRAN incoming feasibility ... WARNING
* checking installed package size ... NOTE

None of the notes and warnings in {gtfs2gps} 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. {gtfsio}'s note is explained above.
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.

These are the results without the --as-cran flag:

Check status summary:
NOTE OK
Source packages 0 1
Reverse depends 1 1

Check results summary:
gtfsio ... OK
rdepends_gtfs2gps ... OK
rdepends_gtfstools ... OK
rdepends_tidytransit ... NOTE
* checking installed package size ... NOTE
* checking dependencies in R code ... NOTE
* checking data for non-ASCII characters ... NOTE

0 comments on commit 554a500

Please sign in to comment.