Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#9115 - Impossible to use update.packages() from R (with solution)
Attached to Project:
Arch Linux
Opened by Bernhard (dw) - Monday, 07 January 2008, 09:22 GMT
Last edited by Damir Perisa (damir.perisa) - Thursday, 08 May 2008, 13:32 GMT
Opened by Bernhard (dw) - Monday, 07 January 2008, 09:22 GMT
Last edited by Damir Perisa (damir.perisa) - Thursday, 08 May 2008, 13:32 GMT
|
DetailsDescription:
I did a clean install of R (pacman -S r) with testing repo enabled. When I tried to update the packages using update.packages() I got the following error messages: > update.packages() --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... Error in dyn.load(file, ...) : kann shared library '/usr/lib/R/library/tcltk/libs/tcltk.so' nicht laden: libtk8.4.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden Fehler: .onLoad in 'loadNamespace' für 'tcltk' fehlgeschlagen Solution: Create a symlink: ln -s /usr/lib/libtk8.5.so /usr/lib/libtk8.4.so Additional info: * package version(s) r (2.6.0-1) Bernhard |
This task depends upon
the real solution is just to rebuild the r package against newest tcl/tk and put it to testing as well.