Skip to content

Commit

Permalink
v0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Jun 6, 2021
1 parent 72030a0 commit 9c9ce7f
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 22 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: 0.1.1.9002
Version: 0.1.2
Authors@R:
c(person(given = "Daniel",
family = "Herszenhut",
Expand Down
6 changes: 1 addition & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# gtfsio (development version)
# gtfsio 0.1.2

## Bug fixes

- Fixed a bug (or perhaps, changed the behaviour) of `check_fields_exist()` and `check_fields_types()` when a lower-level test (i.e. if the file that holds such field exists, for example) failed. Now it returns `FALSE` instead of raising an error.

## New features

## Notes

# gtfsio 0.1.1

## Bug fixes
Expand Down
3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ install.packages("gtfsio")
Development version:

```{r, eval = FALSE}
install.packages("gtfsio", repos = "https://dhersz.r-universe.dev")
#or
# install.packages("remotes")
remotes::install_github("r-transit/gtfsio")
```
Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ install.packages("gtfsio")
Development version:

``` r
install.packages("gtfsio", repos = "https://dhersz.r-universe.dev")

#or
# install.packages("remotes")
remotes::install_github("r-transit/gtfsio")
```
Expand Down Expand Up @@ -96,18 +99,20 @@ citation("gtfsio")
#>
#> To cite gtfsio in publications use:
#>
#> Daniel Herszenhut & Flavio Poletti. (2021). gtfsio: Read and Write
#> General Transit Feed Specification (GTFS) Files. Zenodo.
#> http://doi.org/10.5281/zenodo.4665903
#> Daniel Herszenhut & Flavio Poletti. (2021, June 6). gtfsio: Read and
#> Write General Transit Feed Specification (GTFS) Files (Version
#> v0.1.2). Zenodo. http://doi.org/10.5281/zenodo.4904777
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {gtfsio: Read and Write General Transit Feed Specification (GTFS) Files},
#> author = {Daniel Herszenhut and Flavio Poletti},
#> month = {jun},
#> year = {2021},
#> publisher = {Zenodo},
#> doi = {10.5281/zenodo.4665903},
#> url = {https://doi.org/10.5281/zenodo.4665903},
#> version = {v0.1.2},
#> doi = {10.5281/zenodo.4904777},
#> url = {https://doi.org/10.5281/zenodo.4904777},
#> }
```
13 changes: 6 additions & 7 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.1.9002",
"version": "0.1.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -123,15 +123,14 @@
"sameAs": "https://CRAN.R-project.org/package=zip"
}
],
"fileSize": "17783.214KB",
"fileSize": "17783.309KB",
"keywords": [
"r",
"gtfs"
],
"releaseNotes": "https://github.com/r-transit/gtfsio/blob/master/NEWS.md",
"contIntegration": "https://codecov.io/gh/r-transit/gtfsio?branch=master",
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html",
"readme": "https://github.com/r-transit/gtfsio/blob/master/README.md",
"relatedLink": [
"https://r-transit.github.io/gtfsio/",
"https://CRAN.R-project.org/package=gtfsio"
Expand Down Expand Up @@ -159,10 +158,10 @@
}
],
"name": "gtfsio: Read and Write General Transit Feed Specification (GTFS) Files",
"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"
"identifier": "10.5281/zenodo.4904777",
"url": "https://doi.org/10.5281/zenodo.4904777",
"@id": "https://doi.org/10.5281/zenodo.4904777",
"sameAs": "https://doi.org/10.5281/zenodo.4904777"
}
]
}
17 changes: 16 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,29 @@
- 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
- Oracle Solaris 10, x86, 32 bit, R-release

## R CMD check results

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

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

## Reverse dependencies

Expand Down
8 changes: 5 additions & 3 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ citEntry(
entry = "Manual",
title = "gtfsio: Read and Write General Transit Feed Specification (GTFS) Files",
author = personList(as.person("Daniel Herszenhut"), as.person("Flavio Poletti")),
month = "jun",
year = 2021,
publisher = "Zenodo",
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"
version = "v0.1.2",
doi = "10.5281/zenodo.4904777",
url = "https://doi.org/10.5281/zenodo.4904777",
textVersion = "Daniel Herszenhut & Flavio Poletti. (2021, June 6). gtfsio: Read and Write General Transit Feed Specification (GTFS) Files (Version v0.1.2). Zenodo. http://doi.org/10.5281/zenodo.4904777"
)

0 comments on commit 9c9ce7f

Please sign in to comment.