[R] Beginner question about an Error message when loading SWinTypeLibs package
eugen pircalabelu
eugen_pircalabelu at yahoo.com
Wed Feb 11 13:44:15 CET 2009
Hi List,
I am trying to learn something about the exchange facilities between R and Windows Application with the RDCOMClient package from (http://www.omegahat.org/RDCOMClient/) and I have faced 2 problems:
1. I could not follow the link for the binary version of SWinTypeLibs package on the site, (as it has given me a restricted permission message), but I downloaded it by searching 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 to the fact that I downloaded the package this way and not following the link an the site?
Thank you and have a great day ahead!
> sessionInfo()
R version 2.7.1 (2008-06-23)
i386-pc-mingw32
locale:
LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] RDCOMClient_0.92-0
loaded via a namespace (and not attached):
[1] tools_2.7.1
More information about the R-help
mailing list