inst/tests/helper-Revolve.R

library(testthat)
library(Revolve)
library(numDeriv)

is_greater_than <- function(value) {
  function(actual)
    expectation(actual > value, paste("is not greater than", value))
}

is_less_than <- function(value) {
  function(actual)
    expectation(actual < value, paste("is not less than", value))
}
traitecoevo/Revolve documentation built on May 31, 2019, 7:42 p.m.