tests/testthat/test-checkMaxentInstallation.R

test_that("The function is verbose", {
  expect_snapshot(checkMaxentInstallation(verbose = TRUE))
})

test_that("The function output a silent logical", {
  expect_true(
    is.logical(expect_silent(checkMaxentInstallation(verbose = FALSE))))
})

Try the SDMtune package in your browser

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

SDMtune documentation built on April 4, 2025, 1:11 a.m.