R/testWriteAndReadEmptyCel.R

Defines functions .testWriteAndReadEmptyCel

## out <- system('R -e "affxparser:::.testWriteAndReadEmptyCel()"', intern=TRUE)
## res <- any(regexpr("COMPLETE", out) != -1);
.testWriteAndReadEmptyCel <- function() {
  pathname <- system.file("testscripts/writeAndReadEmptyCel.R", package="affxparser");
  cat("Pathname: ", pathname, "\n", sep="");

  source(pathname, echo=TRUE);
  
  cat("COMPLETE\n");
} # .testWriteAndReadEmptyCel()


############################################################################
# HISTORY:
# 2012-09-26
# o Created from testWriteAndReadEmptyCdf.R.
############################################################################

Try the affxparser package in your browser

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

affxparser documentation built on Nov. 8, 2020, 7:26 p.m.