Hi,

Why cant I load a library?  In R it works.  The library is their.
With rpy2 I get the below import error.  How do I resolve?

Thanks

from rpy2.robjects.packages import importr
mar = importr('mAr')


In library(package, lib.loc = lib.loc, character.only = TRUE,
logical.return = TRUE,  :
  there is no package called 'mAr'
Error in .Primitive("as.environment")("package:mAr") :
  no item called "package:mAr" on the search list
    env = _as_env(rinterface.StrSexpVector(['package:'+name, ]))
rpy2.rinterface.RRuntimeError: Error in
.Primitive("as.environment")("package:mAr") :
  no item called "package:mAr" on the search list

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to