Displaying 1 result from an estimated 1 matches for "createtypevarnam".
Did you mean:
createtypevarname
2009 Feb 11
0
Beginner question about an Error message when loading SWinTypeLibs package
...hing it on google (from http://www.omegahat.org/R/bin/windows/contrib/2.7/)
2. when loading RDCOMClient and then SWinTypeLibs (v 0.5-1) package I get the following error message:
library(RDCOMClient)
library(SWinTypeLibs)
Error in importIntoEnv(impenv, impnames, ns, impvars) :
object '?createTypeVarName?' is not exported by 'namespace:RDCOMClient'
Error: package/namespace load failed for 'SWinTypeLibs'
I have installed both packages from ?local zip files? folder, as I have done with all other packages that I use.
My questions: What am I doing wrong? and could it be related t...