tests/testthat.R

library(testthat)
library(EcoNetGen)

## Windows i386 builds always time out when ggraph
## circle layout is present in README images.  CRAZY
skip <- (R.Version()$arch == "i386") &
  "windows" %in% tolower(Sys.info()[["sysname"]])

if(!skip){
  test_check("EcoNetGen")
}

Try the EcoNetGen package in your browser

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

EcoNetGen documentation built on Aug. 27, 2023, 9:07 a.m.