Skip to content

Commit

Permalink
not using readr:: at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Jan 2, 2019
1 parent bb13a76 commit 7770ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/tests/testthat/test-arrow-csv-.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ context("arrow::csv::TableReader")

test_that("Can read csv file", {
tf <- local_tempfile()
readr::write_csv(iris, tf)
write.csv(iris, tf, row.names = FALSE, quote = FALSE)

tab1 <- csv_read(tf)
tab2 <- csv_read(mmap_open(tf))
Expand Down

0 comments on commit 7770ec5

Please sign in to comment.