[rkward-tracker] [ rkward-Feature Requests-1338615 ] Dependency handling when installing packages

SourceForge.net noreply at sourceforge.net
Wed Sep 13 13:16:17 UTC 2006


Feature Requests item #1338615, was opened at 2005-10-26 18:30
Message generated for change (Comment added) made by tfry
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459010&aid=1338615&group_id=50231

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Priority: 5
Submitted By: Thomas Friedrichsmeier (tfry)
>Assigned to: Thomas Friedrichsmeier (tfry)
Summary: Dependency handling when installing packages

Initial Comment:
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. 

----------------------------------------------------------------------

>Comment By: Thomas Friedrichsmeier (tfry)
Date: 2006-09-13 15:16

Message:
Logged In: YES 
user_id=300591

Added to CVS using approach 2.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459010&aid=1338615&group_id=50231




More information about the rkward-tracker mailing list