tests/testthat/test-VennDetail.R

library(VennDetail)
context("venndetail")
A <- sample(1:100, 40, replace = FALSE)
B <- sample(1:100, 60, replace = FALSE)
C <- sample(1:100, 40, replace = FALSE)
expect_silent(res<-venndetail(list(A = A,B = B,C = C)))
guokai8/VennDetail documentation built on July 28, 2021, 1:02 p.m.