Re: [R] opening a PDF document

2008-12-15 Thread Peter Dalgaard
Prof Brian Ripley wrote: On Sun, 14 Dec 2008, Dennis Fisher wrote: Colleagues, I am interesting in opening a PDF document via the command line from both Windows, OS X, and Linux ( R version 2.8.0). I found a command openPDF in Biobase. However, I would rather execute the command myself.

Re: [R] opening a PDF document

2008-12-14 Thread Prof Brian Ripley
On Sun, 14 Dec 2008, Dennis Fisher wrote: Colleagues, I am interesting in opening a PDF document via the command line from both Windows, OS X, and Linux ( R version 2.8.0). I found a command openPDF in Biobase. However, I would rather execute the command myself. For example, in OS X:

Re: [R] opening a PDF document

2008-12-14 Thread hadley wickham
On Sun, Dec 14, 2008 at 6:18 PM, Dennis Fisher wrote: > Colleagues, > > I am interesting in opening a PDF document via the command line from both > Windows, OS X, and Linux ( R version 2.8.0). I found a command openPDF in > Biobase. However, I would rather execute the command myself. For exampl

Re: [R] opening a PDF document

2008-12-14 Thread markleeds
i guess it depends on what you have installed on your linux OS but xpdf works for me. i use fedora. On Sun, Dec 14, 2008 at 7:18 PM, Dennis Fisher wrote: Colleagues, I am interesting in opening a PDF document via the command line from both Windows, OS X, and Linux ( R version 2.8.0). I

[R] opening a PDF document

2008-12-14 Thread Dennis Fisher
Colleagues, I am interesting in opening a PDF document via the command line from both Windows, OS X, and Linux ( R version 2.8.0). I found a command openPDF in Biobase. However, I would rather execute the command myself. For example, in OS X: system("open filename.pdf") is succ