tests/testthat.R

library(testthat)
library(edpclient)

# Globals uses by multiple tests
YAXCATPEOPLE_PMID <- "pm-pdly225iffjtlzqq"
GSS3_PID <- "p-c24kcon3pl4xiph7"
GSS3_PMID <- "pm-ezstu6pmcppn4ghc"
PROFILE <- ifelse(Sys.getenv("TRAVIS") == "true", "default", "testing")
# Delay creating global session so it doesn't get set on CRAN.
delayedAssign("SESS", edp_session(profile = PROFILE))

test_check("edpclient")

Try the edpclient package in your browser

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

edpclient documentation built on May 2, 2019, 2:01 p.m.