Re: [Rd] Errors in R CMD check for R 2.8.0

2008-10-28 Thread Gabor Grothendieck
You could go to \Users\JoeDoe\Documents\R\win-library and rename 2.8 to 2.8x, say, reinstall R, grab movedir.bat from http://batchfiles.googlecode.com placing it in \Users\JoeDoe\Documents\R\win-library (or anywhere on your path) and then check that it created a \Users\JoeDoe\Documents\R\win-librar

Re: [Rd] Errors in R CMD check for R 2.8.0

2008-10-28 Thread Uwe Ligges
dxc13 wrote: When I type library("tcltk") under R 2.8.0 I get the error message: Loading Tcl/Tk interface ...Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library 'C:/PROGRA~1/R/R-28~1.0/library/tcltk/libs/tcltk.dll': LoadLibrary failure: The specified

Re: [Rd] Errors in R CMD check for R 2.8.0

2008-10-28 Thread dxc13
When I type library("tcltk") under R 2.8.0 I get the error message: Loading Tcl/Tk interface ...Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library 'C:/PROGRA~1/R/R-28~1.0/library/tcltk/libs/tcltk.dll': LoadLibrary failure: The specified procedure could

Re: [Rd] Errors in R CMD check for R 2.8.0

2008-10-26 Thread Uwe Ligges
dxc13 wrote: useR's, I get these 2 errors when I run "R CMD check" on my package, and I cannot figure out how to get around them. Does anyone have any ideas? If it is of any help, I use Windows XP. ... * checking replacement functions OK * checking foreign function calls ... OK * checki

[Rd] Errors in R CMD check for R 2.8.0

2008-10-25 Thread dxc13
useR's, I get these 2 errors when I run "R CMD check" on my package, and I cannot figure out how to get around them. Does anyone have any ideas? If it is of any help, I use Windows XP. ... * checking replacement functions OK * checking foreign function calls ... OK * checking R code for po