We can safely specify multiple = "all" in bed_absdist() to silence this warning. There may be other conditions in other code that trigger this, but I don't see this warning in other tests, examples, or vignettes.
Note that you need to set Sys.setenv(TESTTHAT_PKG = "valr") to see the warning during interactive use.
We can safely specify multiple = "all" in
bed_absdist()
to silence this warning. There may be other conditions in other code that trigger this, but I don't see this warning in other tests, examples, or vignettes.Note that you need to set
Sys.setenv(TESTTHAT_PKG = "valr")
to see the warning during interactive use.closes #399