Displaying 1 result from an estimated 1 matches for "nullgraphid".
2004 Dec 03
0
Package dev: Depends, require, SaveImage best practices?
...r file 'graph/DESCRIPTION' ... OK
* checking if this is a source package ... OK
* Installing *source* package 'graph' ...
** libs
make: `graph.so' is up to date.
** R
** data
** inst
** preparing package for lazy loading
Error in assign("nullgraphID", getuuid()) :
couldn't find function "getuuid"
Execution halted
ERROR: lazy loading failed for package 'graph'
ERROR
Installation failed.
To conclude: what am I missing? Would it be better to just
require(Ruuid)? Always use SaveImage?
Muc...