tests/testthat/test-read-nitrc-project.R

test_that("read_nitrc_project",{
  skip_on_cran()
  testthat::expect_is(read_nitrc_project('ixi'),"data.frame")
  testthat::expect_message(read_nitrc_project('42'),"Could not find project 42 in NITRC")
  testthat::expect_null(read_nitrc_project('kin', jsessionID = ""))
})

Try the nitrcbot package in your browser

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

nitrcbot documentation built on May 2, 2019, 3:32 p.m.