tests/testthat/test-OpenRange_list_scenarios.R

test_that("scenarios returns df", {
  
  skip_if_offline(host = "r-project.org")
  
    scenarios <- OpenRange_list_scenarios()

  expect_s3_class(object = scenarios,class = "data.frame") 
    
})

Try the OpenRange package in your browser

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

OpenRange documentation built on April 4, 2025, 2:08 a.m.