Displaying 3 results from an estimated 3 matches for "le112".
Did you mean:
l112
2009 Nov 12
1
S4 objects in the data directory
...mples section
of the Rd files.
It says in R-exts that:
" R code should be ?self-sufficient? and not make use of extra
functionality provided by the package, so that the data file can also be
used without having to load the package"
My current minimal self-contained example follows.
le112:~% cat ./anRpackage/R/f.R
setClass("foo", representation=representation(x="numeric"))
le112:~% cat ./anRpackage/data/toy_foo.R
"toy_foo" <- new("foo",x=rep(2,7))
fails R CMD check (transcript below)
It fails because the class isn't defined. I can
ad...
2009 Jan 22
1
pdf() and pch problems
...1
I'm having problems with pdf(). In the following
transcript, file 'f.pdf' does not use the expected symbols for the plot.
It uses a 'q' letter instead of the open circle I get when
viewing the graphics window.
I also get the same under r47678.
Does anyone else get this?
le112:~/scratch/R-2.8.1% R --vanilla --quiet
> pdf(file='~/f.pdf')
> plot(1:10 , pch=1)
> dev.off()
null device
1
> sessionInfo()
R version 2.8.1 (2008-12-22)
i686-pc-linux-gnu
locale:
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONET...
2009 Jan 22
1
pdf() and pch problems
...1
I'm having problems with pdf(). In the following
transcript, file 'f.pdf' does not use the expected symbols for the plot.
It uses a 'q' letter instead of the open circle I get when
viewing the graphics window.
I also get the same under r47678.
Does anyone else get this?
le112:~/scratch/R-2.8.1% R --vanilla --quiet
> pdf(file='~/f.pdf')
> plot(1:10 , pch=1)
> dev.off()
null device
1
> sessionInfo()
R version 2.8.1 (2008-12-22)
i686-pc-linux-gnu
locale:
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONET...