[Bug 637854] New: devel:languages:R:patched/R: vignette() function dies with error message
https://bugzilla.novell.com/show_bug.cgi?id=637854 https://bugzilla.novell.com/show_bug.cgi?id=637854#c0 Summary: devel:languages:R:patched/R: vignette() function dies with error message Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software AssignedTo: froh@novell.com ReportedBy: froh@novell.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: --- Blocker: --- The quite basic vignette() documentation function fails with an error message "command not found". The simple solution is to set the pdf viewer in the file /usr/lib64/R/etc/Renviron ## Default PDF viewer -R_PDFVIEWER=${R_PDFVIEWER-''} +R_PDFVIEWER=${R_PDFVIEWER-'xdg-open'} This fixes the issue (tested). As a cosmetic goodie, the config files could go from %_lib to /etc debian had the same problem: https://stat.ethz.ch/pipermail/r-sig-debian/2009-October/000892.html thx -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=637854 https://bugzilla.novell.com/show_bug.cgi?id=637854#c1 Detlef Steuer <detlef.steuer@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |detlef.steuer@gmx.de Resolution| |FIXED --- Comment #1 from Detlef Steuer <detlef.steuer@gmx.de> 2010-09-08 17:53:44 UTC --- Resolved. Added xdg-open as option to the call of ./configure in the spec file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com