tests/runAllTest.R

# TODO: Add comment
# 
# Author: ahrnee-adm
###############################################################################

### Don't run if in CHECK mode
if(!grepl("SafeQuant\\.Rcheck",getwd())){
	
	setwd(dirname(sys.frame(1)$ofile))
	source("initTestSession.R")
	source("testParser.R")
	source("testIdentificationAnalysis.R")
	source("testExpressionAnalysis.R")


	source("testSafeQuantAnalysis.R")
	source("testTMT.R")

	source("testUserOptions.R")
	source("testGraphics.R")
	
	cat("\n ---------------------- ALL TESTS PASSED ------------------ \n")
	
}

Try the SafeQuant package in your browser

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

SafeQuant documentation built on May 2, 2019, 4:53 a.m.