[R] PDF Compression

2009-07-30 Thread David Keegan
compressed. Regards, David -- [David Keegan david.kee...@shenick.com 353 1 2710818] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

Re: [R] PDF Compression

2009-07-30 Thread David Keegan
Gabor, Thanks for the suggestion. I tried pdftk but it made very little difference. Regards, David. -- [David Keegan david.kee...@shenick.com 353 1 2710818] Gabor Grothendieck writes: After generating the pdf try this using the free pdftk utilty: pdftk infile.pdf output outfile.pdf

Re: [R] PDF Compression

2009-07-30 Thread David Keegan
Gabor, Interesting. I have had success compressing the pdf generated by R with pdftk. However when I incorporate that in a pdflatex document it ends up decompressed in the final pdf. Regards, David. -- [David Keegan david.kee...@shenick.com 353 1 2710818] Gabor Grothendieck writes: I just

Re: [R] Generating Reports from R.

2008-06-17 Thread David Keegan
Hi, Thanks for all the helpful suggestions. Regards, David. -- __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented,

[R] Generating Reports from R.

2008-06-16 Thread David Keegan
way of doing this? Regards, David Keegan. -- __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained

[R] CRAN package XML (omegahat)

2008-06-13 Thread David Keegan
Hi, I'm having issues using this package to parse large XML files. Where should bugs be reported? The omegahat website has several broken links. Regards David Keegan. -- __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

[R] Manipulating the ... args.

2008-02-01 Thread David Keegan
the contents of ... for in-place modification? I know I can use args - list(...), but presumably that takes a copy. Unless there is a way to pass the list as ... in the call to bar? Regards, David. -- [David Keegan [EMAIL PROTECTED] 353 1 2710818] __ R