#!/bin/csh source ~/R/packages/common.csh setenv R_LIBS ~/R/test-dev:~/R/test-BioCdata foreach f ($*) ~/R/ATLAS/bin/R CMD check --extra-arch $f end