tests/testthat/test-wbt_truncate.R

context("wbt_truncate")

test_that("Truncates the values in a raster to the desired number of decimal places", {

  skip_on_cran()
  skip_if_not(check_whitebox_binary())
  dem <- sample_dem_data(); skip_if(dem == "")
  ret <- wbt_truncate(input = dem, output = "output.tif")
  expect_match(ret, "Elapsed Time")

})

Try the whitebox package in your browser

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

whitebox documentation built on Nov. 19, 2023, 1:07 a.m.