[rkward-tracker] [ rkward-Feature Requests-1338615 ] Dependency handling when installing packages
SourceForge.net
noreply at sourceforge.net
Wed Oct 26 16:30:39 UTC 2005
Feature Requests item #1338615, was opened at 2005-10-26 18:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Priority: 5
Submitted By: Thomas Friedrichsmeier (tfry)
Assigned to: Nobody/Anonymous (nobody)
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.
----------------------------------------------------------------------
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