Skip to content

Commit

Permalink
library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrahn committed Sep 14, 2015
1 parent 74c21cf commit 4204b06
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

library(testthat)
library(assertthat)
library(RJDBC)
library(dplyr)
library(dplyr.snowflakedb)
library("testthat")
library("assertthat")
library("rJava")
library("DBI")
library("RJDBC")
library("dplyr")
library("dplyr.snowflakedb")
options(dplyr.jdbc.classpath = Sys.getenv("SNOWFLAKE_JAR"))

test_check("dplyr.snowflakedb")

0 comments on commit 4204b06

Please sign in to comment.