Skip to content

Commit

Permalink
tests pass on sparklyr
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkfitzg committed Sep 9, 2016
1 parent cb724a3 commit 923fbee
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 95 deletions.
92 changes: 0 additions & 92 deletions README.md

This file was deleted.

2 changes: 1 addition & 1 deletion man/new_rddlist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/rddlist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test_rddlist.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
library(sparklyr)

if(!exists("sc")){
sc <- start_shell(master = "local")
sc <- spark_connect(master = "local")
}

x = list(1:10, letters, rnorm(10))
Expand Down

0 comments on commit 923fbee

Please sign in to comment.