Displaying 1 result from an estimated 1 matches for "buggyvignett".
Did you mean:
buggyvignette
2011 Dec 06
1
Vignette using parallel's makeCluster function has trouble building on Windows 7
Hi, all--
I've been working on a doParallel package to provide a foreach
parallel backend for the new parallel package, but I am having trouble
building the vignette. On my system, if I use the following minimal
vignette (call it buggyVignette.Rnw):
\documentclass[a4paper]{article}
\title{Sweave Example 1}
\author{Rich Calaway}
\begin{document}
\maketitle
In this example I try to run code using library parallel in a vignette:
<<>>=
library(parallel)
cl <- makeCluster(3)
@
and find th...