Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 16, 2019
1 parent 93168c9 commit aa55825
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: feather
Title: R Bindings to the Feather 'API'
Version: 0.3.4.9000
Version: 0.3.5
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("RStudio", role = "cph"),
Expand Down
8 changes: 7 additions & 1 deletion R/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# feather (development version)
# feather 0.3.5

* Fixes for CRAN

# feather 0.3.4

* Fixes for CRAN

# feather 0.3.3

Expand Down
3 changes: 2 additions & 1 deletion R/tests/testthat/test-read.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ test_that("iris example is identical to iris data frame", {


test_that("can read/write with utf-8 filename", {
skip_on_os("windows")
# Fails on windows and in strict latin1 locale
skip_on_cran()

path <- file.path(tempdir(), "\u00e5.feather") # å
on.exit(file.remove(path))
Expand Down

0 comments on commit aa55825

Please sign in to comment.