tests/test-all.R

library(testthat)
library(GetoptLong)

is.solaris = function()
	grepl('SunOS',Sys.info()['sysname'])


if(!is.solaris()) {
	if(Sys.which("perl") != "") {
		test_check("GetoptLong", filter = "qq|GetoptLong")
	} else {
		test_check("GetoptLong", filter = "qq")
	}
}

Try the GetoptLong package in your browser

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

GetoptLong documentation built on Jan. 8, 2021, 2:29 a.m.