Skip to content

Commit

Permalink
Merge pull request #105 from r-transit/cran-release-0.5.1
Browse files Browse the repository at this point in the history
release update to CRAN
  • Loading branch information
tbuckl authored Jun 29, 2019
2 parents 2b6ae2f + eb4f867 commit 48d4873
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tidytransit
Type: Package
Title: Read, Validate, Analyze, and Map Files in the General Transit Feed Specification
Version: 0.5.0
Version: 0.5.1
Authors@R: c(
person("Flavio", "Poletti", role = c("aut"), email = "[email protected]"),
person("Tom", "Buckley", role = c("aut", "cre"), email = "[email protected]"),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ importFrom(stats,sd)
importFrom(tidyr,spread)
importFrom(tools,file_ext)
importFrom(utils,"read.csv")
importFrom(zip,zipr)
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ trigger_suppressWarnings <- function(expr, quiet) {
#' @param gtfs_obj a gtfs feed object
#' @param zipfile path to the zip file the feed should be written to
#' @param compression_level a number between 1 and 9.9, passed to zip::zip
#' @importFrom zip zipr
#' @export
write_gtfs <- function(gtfs_obj, zipfile, compression_level = 9) {
stopifnot(is_gtfs_obj(gtfs_obj))
Expand Down

0 comments on commit 48d4873

Please sign in to comment.