[R] object 'add.expr' not found

Duncan Murdoch murdoch.duncan at gmail.com
Mon Jun 27 15:54:06 CEST 2016


On 27/06/2016 3:52 AM, Christian Hoffmann wrote:
> Since the change to R-3.2.1 I seem to be unable to compile and install
> my package cwhmisc. One evidence is the appearance of th messages in R
> CMD build and install:
>
> * installing *source* package 'cwhmisc' ...
> ** R
> ** inst
> ** preparing package for lazy loading
> Error in eval(expr, envir, enclos) : object 'add.expr' not found
>
> Can anyone give me a pointer to where I should investigate my problem
> further?
>
> C.
>
"add.expr" is an argument to the heatmap() function.  If you're using 
that, make sure your calls are okay.  If not, you'll need to find what 
other function is using add.expr; there are no other base functions that 
use it.

Duncan Murdoch



More information about the R-help mailing list