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")
jannes-m/RQGIS documentation built on April 19, 2020, 11:41 p.m.