[Rd] DESCRIPTION: Imports: assertion of version?

2010-03-19 Thread Henrik Bengtsson
Hi, from 'Writing R Extensions' [R version 2.11.0 Under development (unstable) (2010-03-16 r51290)] one can read: The optional `Imports' field lists packages whose name spaces are imported from but which do not need to be attached. [...] Versions can be specified, but will not be checked when

Re: [Rd] problem with parse(text=quote(name))

2010-03-19 Thread Prof Brian Ripley
This comes from bolting on srcrefs: as.character() was used for srcrefs, but *not* for coercion (as documented), and quote(myName) was coerced to NULL. The simplest way out is to use text - as.character(text) early on. Maybe coerceVector should handle symbols, though. On Fri, 12 Mar 2010,

[Rd] Crash of latticeExtra graph with Adobe Acro Pro/Reader/Windows/ during print only (display ok).

2010-03-19 Thread Dieter Menne
I created a report with Sweave today, that displayed perfectly on screen, but crashed both Adobe Pro 9.3.1 and Adobe Reader 9.0 on Windows 7. Output with Foxit Reader was flawless. I was able to reproduce a minimal example, which is not really minimal but the smallest I could get after 2 hours of

Re: [Rd] Crash of latticeExtra graph with Adobe Acro Pro/Reader/Windows/ during print only (display ok).

2010-03-19 Thread Kasper Daniel Hansen
Flattening usually has to do with converting transparent stuff when you convert from a format that supports it (pdf) to something like postscript. At least that is the technical term used in Adobe Illustrator. This may be related to the fact the Adobe Illustrator from CS4 creates bad postscript

Re: [Rd] Crash of latticeExtra graph with Adobe Acro Pro/Reader/Windows/ during print only (display ok).

2010-03-19 Thread Dieter Menne
Kasper Daniel Hansen-2 wrote: Flattening usually has to do with converting transparent stuff when you convert from a format that supports it (pdf) to something like postscript. perl script: http://tomas.rokicki.com/illbug/fixill.pl So my workflow is something like make pdf from R

Re: [Rd] DESCRIPTION: Imports: assertion of version?

2010-03-19 Thread Seth Falcon
On 3/19/10 6:13 AM, Henrik Bengtsson wrote: Hi, from 'Writing R Extensions' [R version 2.11.0 Under development (unstable) (2010-03-16 r51290)] one can read: The optional `Imports' field lists packages whose name spaces are imported from but which do not need to be attached. [...] Versions can

Re: [Rd] Suggestion: Not having to export .conflicts.OK in name spaces

2010-03-19 Thread Seth Falcon
On 3/17/10 9:11 AM, Henrik Bengtsson wrote: Currently library() and attach() fail to locate an existing '.conflicts.OK' in a package wit name space, unless it is exported. Since there should be little interest in exporting '.conflicts.OK' otherwise, one may argue that those methods should look

Re: [Rd] DESCRIPTION: Imports: assertion of version?

2010-03-19 Thread Martin Morgan
On 03/19/2010 01:44 PM, Seth Falcon wrote: On 3/19/10 6:13 AM, Henrik Bengtsson wrote: Hi, from 'Writing R Extensions' [R version 2.11.0 Under development (unstable) (2010-03-16 r51290)] one can read: The optional `Imports' field lists packages whose name spaces are imported from but which

[Rd] r cmd check in r 2.11 accessing internet

2010-03-19 Thread Gabor Grothendieck
While performing an Rcmd check in R 2.11 (2010-03-14 r51276) on Windows Vista I noticed it was trying to access the internet during this phase: * checking Rd cross-references Is that supposed to happen? __ R-devel@r-project.org mailing list