tests/testthat/setup-test.R

# .libPaths(c("/home/travis/R/Library", .libPaths()))
# .libPaths()


tryCatch({
  gd_test <- library("googledrive")
  #reticulate_test <- library("reticulate")
  #sf_test <- library("sf")


},
error = function(err)
  stop(paste(.libPaths(), collapse = "  "), err))
JesJehle/test documentation built on May 6, 2019, 9:07 a.m.