Displaying 5 results from an estimated 5 matches for "expression_nr".
Did you mean:
expression_
2008 Aug 04
1
R init file and source()
...--slave
allin at myrtle:~/Rfoo$ cat fooSrc
library(graphics)
postscript("myfile.ps")
allin at myrtle:~/Rfoo$ sh doit.2
'envir' chosen:<environment: R_GlobalEnv>
encoding = "native.enc" chosen
--> parsed 2 expressions; now eval(.)ing them:
>>>> eval(expression_nr. 1 )
=================
> library(graphics)
curr.fun: symbol library
.. after `expression(library(graphics))'
>>>> eval(expression_nr. 2 )
=================
> postscript("myfile.ps")
Error in eval.with.vis(expr, envir, enclos) :...
2004 Jun 02
1
Using postscript() in a script that is source()ed
...drawn in the eps files. For the rest of them, there are blank eps
files.
The script works properly (the 9 eps files all have graphics in them)
when I cut and paste the contents of it into R. It also works
properly if I use source(..., verbose = T) giving output such as:
>>>> eval(expression_nr. 82 )
=================
> postscript(file = "dryoutcover.eps", height = 5, width = 7,
horizontal = FALSE, onefile = FALSE, paper = "special")
curr.fun: symbol postscript
.. after 'expression(postscript(file = "dryoutcover.eps", height =
5, width = 7...
2002 Apr 25
1
An unexpected exception has been detected in native code outside the VM
...rt()' for a HTML browser interface to help.
Type `q()' to quit R.
[Previously saved workspace restored]
now dyn.load(/usr/local/lib/R/library/ctest/libs/ctest.so)..
`envir' chosen:<environment: R_GlobalEnv>
--> parsed 1 expressions; now eval(.)ing them:
>>>> eval(expression_nr. 1 )
=================
> rmain <- function(Rvals = NULL) {
library(SJava)
library(nlme)
library(ctest)
print(Rvals)
file <- "zz"
dev <- "png"
print .... [TRUNCATED]
curr.fun: symbol <-
.. after `expression(rmain <- function(Rva...
2007 Apr 03
1
source(..., echo=TRUE) broken in R-2.5.0 alpha and in R-2.6.0 devel
...SE needed
Same with 'verbose=TRUE':
> source("http://bioconductor.org/biocLite.R", verbose=TRUE)
'envir' chosen:<environment: R_GlobalEnv>
encoding = "native.enc" chosen
--> parsed 2 expressions; now eval(.)ing them:
>>>> eval(expression_nr. 1 )
=================
Error in if (timestamp != srcfile$timestamp) warning("Timestamp of '", :
missing value where TRUE/FALSE needed
The above works fine with R-2.4.1.
Cheers,
H.
2007 Nov 23
1
MacOSX 10.4.11 update breaks tests/lapack.R (R 2.6.0)? (PR#10454)
...ser interface to help.
Type 'q()' to quit R.
##> source("R-2.6.0/tests/lapack.R", echo=TRUE, verbose=TRUE)
'envir' chosen:<environment: R_GlobalEnv>
encoding = "native.enc" chosen
--> parsed 40 expressions; now eval(.)ing them:
>>>> eval(expression_nr. 1 )
=================
##> ## tests of R functions based on the lapack module
##>
##> options(digits=4)
curr.fun: symbol options
.. after 'expression(options(digits=4))'
<SNIP>
##> sm[] <- as.complex(sm)
curr.fun: symbol <-
.. after 'express...