Skip to content
Prev 30318 / 63421 Next

Errors in R CMD check for R 2.8.0

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 not be found.

Error : .onLoad failed in 'loadNamespace' for 'tcltk'
Error: package/namespace load failed for 'tcltk'

I do not get this error when I run R 2.7.0.  When I upgraded to R 2.8.0 I
just copied my library from 2.7.0 to the library folder of 2.8.0.  Is this
troublesome?
Uwe Ligges-3 wrote: