Displaying 2 results from an estimated 2 matches for "r51142".
Did you mean:
r51145
2010 Feb 22
1
grid unit bug? (PR#14220)
...). Seems to me it ought to b the same for =
both.
Bert Gunter
Genentech Nonclinical Biostatistics
(FWIW, I think grid graphics is brilliant!)
This was R version 2.11.0dev for Windows btw (not that it makes a
difference):
sessionInfo()
R version 2.11.0 Under development (unstable) (2010-02-15 r51142)=20
i386-pc-mingw32=20
locale:
[1] LC_COLLATE=3DEnglish_United States.1252=20
[2] LC_CTYPE=3DEnglish_United States.1252 =20
[3] LC_MONETARY=3DEnglish_United States.1252
[4] LC_NUMERIC=3DC =20
[5] LC_TIME=3DEnglish_United States.1252 =20
attached base packages:
[1] data...
2010 Feb 24
1
build, data and vignettes
Based on some testing it seems to me that if I have a package with
a dataset in /data
a Sweave vignette in inst/doc (but no associated pdf file)
the vignette loads the data in /data through
data(dataset)
and I do a
R CMD build
R will try to build the pdf version of the vignette, but will be
unable to find the dataset in data because the package is not yet
installed. However, if I do