tests/testthat/test_calcCosine.R

library(epos)
context("test_calcCosine")

test_that("Test calcCosine if it calculates the correct vector with cosine coefficients", {
  expect_that(calcCosine(c(1,2,3), c(2,3,4)), equals(1-c(0.0, 0.5, 2/3)))
})

Try the epos package in your browser

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

epos documentation built on Feb. 20, 2021, 9:09 a.m.