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")

Try the RQGIS package in your browser

Any scripts or data that you put into this service are public.

RQGIS documentation built on May 2, 2019, 8:23 a.m.