#!/bin/csh source ~/R/packages/common.csh foreach f ($*) ~/R/R-devel-noLD/bin/R CMD check --extra-arch $f end