tests/testthat/test-999-tidyUp.r

context("Tidy Up")

dirs <- list.dirs(path = ".",full.names = TRUE,recursive = TRUE)
dirs <- grep(pattern = "methylDB",x = dirs,value = TRUE)
unlink(x = dirs, recursive = TRUE)
unlink("Rplots.pdf")
unlink("test.bed")
al2na/methylKit documentation built on Jan. 12, 2025, 7:56 a.m.