tests/test-all.R

library(testthat)
test_check("move")
if (F) {
  require(testthat)
  tmp <- reportCoverage(
    sourcefiles = list.files("../R", full.names = T),
    executionfiles = list.files("testthat", full.names = T)
  )
  tmp <- reportCoverage(
    sourcefiles = list.files("../R", full.names = T),
    executionfiles = "testthat/test.smallFunctions.R"
  )
  tmp <- reportCoverage(
    sourcefiles = list.files("../R", full.names = T),
    executionfiles = "test-all.R"
  )
  cov <- package_coverage()
  shine(cov)
}

Try the move package in your browser

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

move documentation built on July 9, 2023, 6:09 p.m.