-- This ticket was imported from http://sourceforge.net/p/rkward/feature-requests/30 on 2017-05-31 14:48:55 +0100 -- Currently RKWard does not handle dependencies when installing packages at all. Problem is, that R CMD INSTALL is pretty dumb, but install.packages \(\) in the backend does not run with su privileges \(normally\). At the moment, I can think of two solutions: 1\) Basically copy the logic of install.packages 2\) Fire up a second backend \(via kdesu\), and have this backend run install.packages \(dependencies=TRUE\). Don't forget to set the options in that secondary backend. \(It will operate on a source \(\)-file\) While wasteful, I gues the second is the way to go.
Logged In: YES user\_id=300591 Added to CVS using approach 2.
- **assigned_to**: nobody --> tfry - **status**: open --> closed