tests/testthat.R

library("testthat")
library("RQGIS")

# manually env specification for appveyor
# not sure if this really helps!
if(Sys.getenv("R_ARCH") == "x64") {
  set_env("C:\\Program Files\\QGIS 2.18")
}

test_check("RQGIS")
r-spatial/RQGIS documentation built on April 24, 2020, 7:37 p.m.