search for: richcalaway

Displaying 6 results from an estimated 6 matches for "richcalaway".

2011 Dec 06
1
Vignette using parallel's makeCluster function has trouble building on Windows 7
...cument} \maketitle In this example I try to run code using library parallel in a vignette: <<>>= library(parallel) cl <- makeCluster(3) @ and find that I get an error. \end{document} I get the following error when I try to build the package: C:\Users\richcalaway\RforgeDev\doparallel>C:\R\R-2.14.0\bin\R CMD build pkg * checking for file 'pkg/DESCRIPTION' ... OK * preparing 'doParallel': * checking DESCRIPTION meta-information ... OK * installing the package to re-build vignettes * creating vignettes ...Warning in file(con,...
2009 Sep 23
0
FW: RE: Bug 13937 (setRepositories() doesn't allow graceful cancellation from GUI menu) (PR#13969)
Hi, again- But I see the behavior has been fixed in the current R-devel build, so sorry for the noise, and thanks for keeping R such a great package! --Rich Calaway _____________________________________________ From: Rich Calaway [mailto:richcalaway at revolution-computing.com] Sent: Wednesday, September 23, 2009 12:32 PM To: 'R-bugs at R-project.org' Subject: RE: Bug 13937 (setRepositories() doesn't allow graceful cancellation from GUI menu) Hi, all- This one was moved to features&FAQ, which appears to be the "works a...
2011 Jun 28
1
doMC - compiler - concatenate an expression vector into a single expression?
Hi, this post is about foreach operators, the compiler package and the last update of doMC that includes support for the compiler functionality. I am using a home-made %dopar%-like operator that adds some custom expression to be executed before the foreach loop expression itself (see sample code below). It used to work perfectly with doMC 1.2.1, but with the introduction of the compiler
2009 Aug 31
0
setRepositories() doesn't allow graceful cancellation from GUI menu (PR#13937)
Full_Name: Richard Calaway Version: 2.9.2 OS: Windows Vista Submission from: (NULL) (65.47.30.18) If you call setRepositories(graphics=TRUE), or, equivalently, choose "Select repositories..." from RGui's Packages menu, and then click "Cancel", you are dropped to the command line menu. Choosing "Cancel" should drop you back to the top-level prompt. Also, the
2009 Sep 23
0
warnings handled oddly in functions with browser calls (PR#13967)
Full_Name: Rich Calaway Version: 2.9.2 OS: Windows Vista Submission from: (NULL) (65.47.30.18) Consider the following function: myfun <- function(){ print(log(-1)) browser() print("Good-bye!") } In the default case, with options(warn=0), if I call this function and type nothing but standard browser commands (c, n, where, Q) at the browser prompt, the warning produced by log(-1)
2009 Aug 31
0
xy.coords assumes lists will have x and y components, but doesn't check (PR#13936)
Full_Name: Richard Calaway Version: 2.9.2 OS: Mac OS X 10.5.3 Submission from: (NULL) (65.47.30.18) Here's my sessionInfo(): > sessionInfo() R version 2.9.2 (2009-08-24) i386-apple-darwin8.11.1 locale: en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base Currently, if you pass a list