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
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
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-
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
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
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
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