.onLoad <- function(libname, pkgname){
tryCatch(print(paste('using', system2('bedtools','--version', stdout = T))) ,
error = function() {print ('Bedtools not found in path.'); stop()})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.