tests/testthat.R

library(testthat)
library(ANN2)

# Only test if not on mac
if (tolower(Sys.info()[["sysname"]]) != "darwin") {
  test_check("ANN2")
}

Try the ANN2 package in your browser

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

ANN2 documentation built on Dec. 1, 2020, 5:08 p.m.