tests/testthat/test-RGraphSpace.R

# Tests for RGraphSpace-class methods
test_that("Check RGraphSpace-class methods", {
  data("gtoy1", package = "RGraphSpace")
  gs <- GraphSpace(gtoy1)
  expect_true(is(gs, "GraphSpace"))
})

Try the RGraphSpace package in your browser

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

RGraphSpace documentation built on June 13, 2026, 9:06 a.m.