Displaying 2 results from an estimated 2 matches for "makepdf1".
2006 Jun 26
1
apparent problem in how PDF evaluates its arguments (PR#9035)
Full_Name: Wolfgang Huber
Version: 2.4.0 (2006-06-24 r38403)
OS: i686-pc-linux-gnu
Submission from: (NULL) (134.60.107.160)
The simple example script below fails in the call to makepdf1 with
"Error in eval(expr, envir, enclos) : object "p" not found"
I believe this is a problem in the pdf() function, having to do with the line:
lapply(Call, function(x) eval.parent(x, 2))
The error does not happen, for example, when "pdf" is replaced by "png&...
2006 Jun 26
0
(PR#9035) apparent problem in how PDF evaluates its arguments
...Peter Dalgaard wrote:
> huber at ebi.ac.uk writes:
>
>> Full_Name: Wolfgang Huber
>> Version: 2.4.0 (2006-06-24 r38403)
>> OS: i686-pc-linux-gnu
>> Submission from: (NULL) (134.60.107.160)
>>
>>
>> The simple example script below fails in the call to makepdf1 with
>> "Error in eval(expr, envir, enclos) : object "p" not found"
>>
>> I believe this is a problem in the pdf() function, having to do with the line:
>> lapply(Call, function(x) eval.parent(x, 2))
>
> Yup. Should be 3, as far as I can see. Or...