.packageName <- "pd20041109human60mertest"
.First.lib <- function(libname, pkgname){
  if(!require(oligo)) warning("The oligo package could not be loaded thus the
platformDesign class is not defined.\n")
  path = .path.package(pkgname)
  where <- as.environment(match(paste("package:", pkgname, sep = ""),search()))
  datafilename <- paste(pkgname,".rda",sep="")
  load(file.path(path, "data", datafilename), envir = where)
}

