Skip to content

Commit

Permalink
dplyr::tibble, data_frame is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Apr 15, 2019
1 parent 74f2998 commit 0e295ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-2-work_chunk.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context("work_chunk")

df = as.data.frame(dplyr::data_frame(
df = as.data.frame(dplyr::tibble(
a = 1:3,
b = as.list(letters[1:3]),
c = setNames(as.list(3:1), letters[1:3])
Expand Down

0 comments on commit 0e295ea

Please sign in to comment.