#!/bin/csh source /data/localhost/ripley/R/packages/common.csh setenv _R_CHECK_PKG_SIZES_ false ## orphaned check may need CRAN_package_db() #setenv R_CRAN_WEB https://cran.r-project.org setenv _R_CHECK_ORPHANED_ true #setenv ARROW_R_DEV true limit cputime 90m setenv _R_CHECK_ELAPSED_TIMEOUT_ 60m setenv _R_CHECK_INSTALL_ELAPSED_TIMEOUT_ 0 #setenv _R_CHECK_BUILD_VIGNETES_ELAPSED_TIMEOUT_ 45m setenv _R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_ true #setenv _R_CHECK_AUTOCONF_ true setenv _R_CHECK_THINGS_IN_CHECK_DIR_ true setenv _R_CHECK_THINGS_IN_TEMP_DIR_ true setenv _R_CHECK_THINGS_IN_TEMP_DIR_EXCLUDE_ "^ompi" setenv _R_CHECK_DONTTEST_EXAMPLES_ true setenv _R_CHECK_BOGUS_RETURN_ true setenv _R_CHECK_MATRIX_DATA_ TRUE setenv _R_CHECK_THINGS_IN_OTHER_DIRS_ true setenv _R_CHECK_THINGS_IN_OTHER_DIRS_EXCLUDE_ '@~/exclude' setenv _R_CHECK_BROWSER_NONINTERACTIVE_ true setenv _R_CHECK_LIMIT_CORES_ true setenv MC_CORES 2 setenv _R_CHECK_PKG_SIZES_ false if ($#argv >= 1) then set J=$1 else set J=30 endif nohup make -j $J -k check >&! check_log