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 | [email protected] | http://dirk.eddelbuettel.com  
_______________________________________________
Rcpp-devel mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to