R/zzz.R

.onAttach <- function(libname, pkgname)
{
	if(.Platform$OS.type=="windows" && 
		.Platform$GUI=="Rgui") {

		winMenuAddItem("Vignettes", "HTSDiff",
		"shell.exec(system.file(\"doc\",\"HTSDiff.pdf\", package=\"HTSDiff\"))")

	}
}

Try the HTSDiff package in your browser

Any scripts or data that you put into this service are public.

HTSDiff documentation built on May 2, 2019, 6:47 p.m.