[Rcpp-devel] iak problem -- dyn.load unable to load shared object

Dirk Eddelbuettel edd at debian.org
Thu Dec 13 17:34:44 CET 2012


On 13 December 2012 at 17:08, Glenn Lawyer wrote:
| The problem seems to be file privileges. When I run R as superuser, it works.
| When I run as a normal user, I continue getting
[...]
| I would very much appreciate a hint/suggestion as to which folders/directories/
| paths I may need to check to get the file permissions correct.

That is clearly a sysadmin issue, not a Rcpp issue.  Do the following as root
and a Glenn:

   .libPaths()             # and look in all directories listed

   IP <- installed.packages() 
   IP[ IP[,"Package"]=="Rcpp", ]

which should give it away.

Dirk


-- 
Dirk Eddelbuettel | edd at debian.org | http://dirk.eddelbuettel.com  


More information about the Rcpp-devel mailing list