[Rprotobuf-yada] Error on load

Dirk Eddelbuettel edd at debian.org
Wed Nov 4 23:01:11 CET 2009


On 4 November 2009 at 13:55, Dirk Eddelbuettel wrote:
| R> library(RProtoBuf)
| Loading required package: Rcpp
| Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source =
| keep.source) :
|   in 'RProtoBuf' methods for export not found: clone
| Error: package/namespace load failed for 'RProtoBuf'
| R>

FWIW that goes away if you comment out clone in NAMESPACES

exportMethods( "new", "$", "$<-", "show",
	"serialize", "as.character", "update", "has") #, "clone" )

Dirk

-- 
Three out of two people have difficulties with fractions.


More information about the Rprotobuf-yada mailing list