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
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
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
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
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