Changes between Version 19 and Version 20 of cypress/R
- Timestamp:
- 08/21/19 17:07:46 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/R
v19 v20 92 92 93 93 '''For Workshop''' : 94 If you use a temporary workshop account, use [#RPackageAlternative1 Alternative 1] for installing R packages.94 If you use a temporary workshop account, use [#RPackageAlternative1 Alternative 1] - responding to the R prompts as needed - for installing R packages such as in the following. 95 95 96 96 Thus we need to install the R package '''doParallel'''. 97 97 98 98 {{{#!r 99 install.packages("doParallel") 99 > install.packages("doParallel") 100 ... 101 (respond to prompts as needed) 100 102 ... 101 103 > library(doParallel) … … 106 108 }}} 107 109 108 Once we have resolved our package dependencies, we now expect the jobto run without errors.110 Once we have resolved our package dependencies, we now expect future jobs requiring '''doParallel''' to run without errors. 109 111 110 112 == Running a R script in Batch mode ==