Changes between Version 20 and Version 21 of cypress/R
- Timestamp:
- 08/21/19 17:17:34 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/R
v20 v21 105 105 Loading required package: iterators 106 106 Loading required package: parallel 107 > 108 }}} 109 110 Once we have resolved our package dependencies, we now expect future jobs requiring '''doParallel''' to run without errors. 107 > q() 108 Save workspace image? [y/n/c]: n 109 [tuhpc002@cypress01-121 R]$ exit 110 }}} 111 112 Thus, now that we have resolved our package dependency, we can expect future jobs requiring '''doParallel''' to run without errors. 111 113 112 114 == Running a R script in Batch mode ==