rnabioco / valr

Genome Interval Arithmetic in R
http://rnabioco.github.io/valr/
Other
88 stars 25 forks source link

specify multiple = "all" argument added in dplyr 1.1.0 #400

Closed kriemo closed 1 year ago

kriemo commented 1 year ago

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