Skip to content
Prev 14053 / 20628 Next

Vignettes RePsychLing

Dear all, dear Hadley,

thank you Hadley for proposing the (in hindsight) quite obvious
which brought me on the right track. After fiddling a bit with installing correctly all necessary R-packages in the latest versions (specifically stringi, curl) and some additional software (pandoc, LaTeX), the installation clearly went further:

R version 3.2.2 (2015-08-14) -- "Fire Safety"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
...
Downloading GitHub repo dmbates/RePsychLing at master Installing RePsychLing "C:/PROGRA~1/R/R-32~1.2/bin/x64/R" --no-site-file --no-environ --no-save --no-restore CMD build  \
  "C:\Users\lorenz\AppData\Local\Temp\RtmpuQICTP\devtools3058b542da6\dmbates-RePsychLing-aec0878" --no-resave-data --no-manual 

* checking for file 'C:\Users\lorenz\AppData\Local\Temp\RtmpuQICTP\devtools3058b542da6\dmbates-RePsychLing-aec0878/DESCRIPTION' ... OK
* preparing 'RePsychLing':
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ...Warnung: Ausf?hrung von Kommando '"C:/PROGRA~1/R/R-32~1.2/bin/x64/Rscript" --vanilla --default-packages= -e "tools::buildVignettes(dir = '.', tangle = TRUE)"' ergab Status 1  ERROR Quitting from lines 322-333 (KBStan.Rmd)
Fehler: Verarbeitung der Vignette 'KBStan.Rmd' mit folgender Diagnose fehlgeschlagen:
'mc.cores' > 1 is not supported on Windows Ausf?hrung angehalten
Fehler: Command failed (1)

Obviously, a multi-core request is made here which does not work on windows (I am sorry that I have no other platform available ...). Can I myself easily circumvent this problem? Or is an adjustment needed in the .Rmd file that catches windows systems and adjusts this request?

Many thanks again, Lorenz