[rkward-tracker] [ rkward-Feature Requests-2991643 ] Fix the whole CRAN mirror issue

SourceForge.net noreply at sourceforge.net
Sat Apr 24 08:50:30 UTC 2010


Feature Requests item #2991643, was opened at 2010-04-24 06:12
Message generated for change (Comment added) made by tfry
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459010&aid=2991643&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: General
Group: None
Status: Open
Priority: 3
Private: No
Submitted By: P Kapat (kapatp)
Assigned to: P Kapat (kapatp)
Summary: Fix the whole CRAN mirror issue

Initial Comment:
Eventually, the following things will need to be taken care of (not a bug, but an eyesore ;) ):

If repos == '@CRAN@' and 'Fetch list' is called from either Install or Update tabs of Configure Packages then the same old Tcl/Tk menu is shown. To fix this, fix the available.packages() call in .rk.cached.available.packages(). Basically, check if repos == '@CRAN@' and call rk.select.CRAN.mirror(); set the repos and then call available.packages().

3. Add the base CRAN mirror: "http://cran.r-project.org" (an Austrian server) to the chooseCRANmirror() list. May be even set this as the default, if none is selected?

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

>Comment By: Thomas Friedrichsmeier (tfry)
Date: 2010-04-24 10:50

Message:
"the same old Tcl/Tk menu is shown"

Are you sure? For me it's the new RKWard native menu. You can
differentiate the two by the window icon. If it's an RKWard one, it's ours,
if it's a plain X11, it's the tcl-menu. Also, you would see a message
"Loading Tcl/Tk interface" for the tcl-menu.

Of course either way it does not provide the extended information about
the mirrors. The most central place to fix this would be in
chooseCRANmirror() (which is a bit difficult to override, but see the
bottom section of internal.R, where we replace menu() and select.list()).

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

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




More information about the rkward-tracker mailing list