tests/testthat/test-deprecated.R

skip_on_cran()
context("deprecated")

#if("deprecated" %in% which_tests){
test_that("depreacated functions", {
  expect_warning(animate_move())
  expect_warning(animate_stats())
  expect_warning(animate_raster())
  expect_warning(get_formats())
  expect_warning(get_libraries())
})
#}

Try the moveVis package in your browser

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

moveVis documentation built on March 31, 2020, 5:08 p.m.