Changes between Version 19 and Version 20 of cypress/R


Ignore:
Timestamp:
08/21/19 17:07:46 (5 years ago)
Author:
cbaribault
Comment:

Included language for responding to R prompts during package installation.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/R

    v19 v20  
    9292
    9393'''For Workshop''' :
    94 If you use a temporary workshop account, use [#RPackageAlternative1 Alternative 1] for installing R packages.
     94If 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.
    9595
    9696Thus we need to install the R package '''doParallel'''.
    9797
    9898{{{#!r
    99 install.packages("doParallel")
     99> install.packages("doParallel")
     100...
     101(respond to prompts as needed)
    100102...
    101103> library(doParallel)
     
    106108}}}
    107109
    108 Once we have resolved our package dependencies, we now expect the job to run without errors.
     110Once we have resolved our package dependencies, we now expect future jobs requiring '''doParallel''' to run without errors.
    109111
    110112== Running a R script in Batch mode ==