Skip to content

Commit

Permalink
v0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed May 26, 2021
1 parent f2ad18a commit 0958d6a
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 36 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
^cran-comments\.md$
^_pkgdown\.yml$
^CRAN-RELEASE$
^revdep$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
.Ruserdata
revdep
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: 0.1.0.9004
Version: 0.1.1
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,4 +1,4 @@
# gtfsio (development version)
# gtfsio 0.1.1

## Bug fixes

Expand All @@ -8,8 +8,6 @@

- `import_gtfs()` has a new `skip` parameter. It may be used similarly to `files`, but you specify the files you *don't want* to read, instead of the ones you do. Thanks Flavio Poletti (@polettif).

## Notes

# gtfsio 0.1.0

- First CRAN release!
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
[![B status](https://github.com/r-transit/gtfsio/workflows/R-CMD-check/badge.svg)](https://github.com/r-transit/gtfsio/actions?query=workflow%3AR-CMD-check)
[![Codecov test coverage](https://codecov.io/gh/r-transit/gtfsio/branch/master/graph/badge.svg)](https://codecov.io/gh/r-transit/gtfsio?branch=master)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4665904.svg)](https://zenodo.org/record/4665904)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4665903.svg)](https://zenodo.org/record/4665903)

**gtfsio** offers tools for the development of GTFS-related packages. It establishes a standard for representing GTFS feeds using R data types based on [Google's Static GTFS Reference](https://developers.google.com/transit/gtfs/reference). It provides fast and flexible functions to read and write GTFS feeds while sticking to this standard. It defines a basic `gtfs` class which is meant to be extended by packages that depend on it. And it also offers utility functions that support checking the structure of GTFS objects.

Expand Down
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ status](https://github.com/r-transit/gtfsio/workflows/R-CMD-check/badge.svg)](ht
coverage](https://codecov.io/gh/r-transit/gtfsio/branch/master/graph/badge.svg)](https://codecov.io/gh/r-transit/gtfsio?branch=master)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4665904.svg)](https://zenodo.org/record/4665904)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4665903.svg)](https://zenodo.org/record/4665903)

**gtfsio** offers tools for the development of GTFS-related packages. It
establishes a standard for representing GTFS feeds using R data types
Expand Down Expand Up @@ -96,20 +96,18 @@ citation("gtfsio")
#>
#> To cite gtfsio in publications use:
#>
#> Herszenhut, Daniel. (2021, April 6). gtfsio: Read and Write General
#> Transit Feed Specification (GTFS) Files (Version v0.1.0). Zenodo.
#> http://doi.org/10.5281/zenodo.4665904
#> Daniel Herszenhut & Flavio Poletti. (2021). gtfsio: Read and Write
#> General Transit Feed Specification (GTFS) Files. Zenodo.
#> http://doi.org/10.5281/zenodo.4665903
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {gtfsio: Read and Write General Transit Feed Specification (GTFS) Files},
#> author = {Daniel Herszenhut},
#> month = {apr},
#> author = {Daniel Herszenhut and Flavio Poletti},
#> year = {2021},
#> publisher = {Zenodo},
#> version = {v0.1.0},
#> doi = {10.5281/zenodo.4665904},
#> url = {https://doi.org/10.5281/zenodo.4665904},
#> doi = {10.5281/zenodo.4665903},
#> url = {https://doi.org/10.5281/zenodo.4665903},
#> }
```
17 changes: 11 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"codeRepository": "https://github.com/r-transit/gtfsio",
"issueTracker": "https://github.com/r-transit/gtfsio/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.0.9004",
"version": "0.1.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -123,7 +123,7 @@
"sameAs": "https://CRAN.R-project.org/package=zip"
}
],
"fileSize": "128.882KB",
"fileSize": "13468.049KB",
"keywords": [
"r",
"gtfs"
Expand Down Expand Up @@ -151,13 +151,18 @@
"@type": "Person",
"givenName": "Daniel",
"familyName": "Herszenhut"
},
{
"@type": "Person",
"givenName": "Flavio",
"familyName": "Poletti"
}
],
"name": "gtfsio: Read and Write General Transit Feed Specification (GTFS) Files",
"identifier": "10.5281/zenodo.4665904",
"url": "https://doi.org/10.5281/zenodo.4665904",
"@id": "https://doi.org/10.5281/zenodo.4665904",
"sameAs": "https://doi.org/10.5281/zenodo.4665904"
"identifier": "10.5281/zenodo.4665903",
"url": "https://doi.org/10.5281/zenodo.4665903",
"@id": "https://doi.org/10.5281/zenodo.4665903",
"sameAs": "https://doi.org/10.5281/zenodo.4665903"
}
]
}
27 changes: 17 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
## Test environments

- Local Ubuntu 20.04 installation (R 4.0.5)
- Local Ubuntu 20.04 installation (R 4.1.0)
- GitHub Actions:
- Windows (release, oldrel)
- MacOS (release, oldrel)
- Ubuntu 20.04 (devel, release, oldrel)
- win-builder (devel, release, oldrel)
- r-hub:
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit
- Ubuntu Linux 20.04.1 LTS, R-release, GCC
- Fedora Linux, R-devel, clang, gfortran
- Oracle Solaris 10, x86, 32 bit, R-release

## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 notes

* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘Daniel Herszenhut <[email protected]>
New submission
Possibly mis-spelled words in DESCRIPTION:
GTFS (3:59, 31:33, 32:18, 33:33, 36:39)
## Reverse dependencies

This is gtfsio first submission. GTFS is an acronym for General Transit Feed Specification. The full specification name is provided both in the package title and description.
Check status summary:
NOTE OK
Source packages 0 1
Reverse depends 1 0

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

None of the notes in {tidytransit} check are related to {gtfsio}.
10 changes: 4 additions & 6 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ citHeader("To cite gtfsio in publications use:")
citEntry(
entry = "Manual",
title = "gtfsio: Read and Write General Transit Feed Specification (GTFS) Files",
author = as.person("Daniel Herszenhut"),
month = "apr",
author = personList(as.person("Daniel Herszenhut"), as.person("Flavio Poletti")),
year = 2021,
publisher = "Zenodo",
version = "v0.1.0",
doi = "10.5281/zenodo.4665904",
url = "https://doi.org/10.5281/zenodo.4665904",
textVersion = "Herszenhut, Daniel. (2021, April 6). gtfsio: Read and Write General Transit Feed Specification (GTFS) Files (Version v0.1.0). Zenodo. http://doi.org/10.5281/zenodo.4665904"
doi = "10.5281/zenodo.4665903",
url = "https://doi.org/10.5281/zenodo.4665903",
textVersion = "Daniel Herszenhut & Flavio Poletti. (2021). gtfsio: Read and Write General Transit Feed Specification (GTFS) Files. Zenodo. http://doi.org/10.5281/zenodo.4665903"
)

0 comments on commit 0958d6a

Please sign in to comment.