Re: [Rd] serializing recordedplot object

2012-01-09 Thread Jeroen Ooms
The underlying problem turns out to be serialization of objects of class "NativeSymbolInfo". When these are serialized and unserialized, the memory address turns into a nullpointer, causing the fail. To fix it, one can simply create new nativeSymbolInfo objects. E.g: # The old example: library(lat

[Rd] S4 summary method not being called (VGAM)

2012-01-09 Thread Mark.Bravington
The symptom triggering this email is that an S4 summary method sometimes refuses to be invoked, even when a package is explicitly loaded, if the first load of the package is implicit. It may or may not be specific to 'summary' methods and/or the 'VGAM' package. I've sent to R-devel because (i) i

Re: [Rd] problem with R installation package

2012-01-09 Thread Jeroen Ooms
Hi Regis, As you can see on the cran page of your package, no binaries have been build yet for windows or osx. This can take a couple of days, you have to be patient. For now you can install your package from source using: install.packages("G2Sd", type="source") ps: This is a question for the r-

Re: [Rd] problem with R installation package

2012-01-09 Thread Dan Tenenbaum
2012/1/9 Gallon Régis : > Dear, > > I have created my first package "G2Sd : Grain Size Statistiques and > Description". I submitted it to the CRAN after I have checked the tar.gz > file. All was ok, but since it is on the CRAN I can't install it : > > In getDependencies(pkgs, dependencies, availabl

[Rd] problem with R installation package

2012-01-09 Thread Gallon Régis
Dear, I have created my first package "G2Sd : Grain Size Statistiques and Description". I submitted it to the CRAN after I have checked the tar.gz file. All was ok, but since it is on the CRAN I can't install it : In getDependencies(pkgs, dependencies, available, lib) : package ?G2Sd? i

[Rd] serializing recordedplot object

2012-01-09 Thread Jeroen Ooms
I use recordPlot() to save plots to disk that I render later to a variety of formats. This works fine for base R plots and ggplot2 plots, and also used to work for lattice plots. However somewhere in version 2.14 things stopped working for lattice plots. Here is an example: library(lattice); histo

Re: [Rd] Updated Windows toolchain

2012-01-09 Thread Prof Brian Ripley
CRAN Windows binary packages built for R-devel are now online, and Uwe's winbuilder has gained the ability to check source packages under R-devel. Windows check results are available from http://cran.r-project.org/bin/windows/contrib/checkSummaryWin.html and in due course from the main CRAN chec