Please use Reply-All to keep the mailing list included in the conversation. I don't do private consulting via the Internet, and others can correct me if I give bad advice.
I doubt the maintaner function "doesn't work"... more likely you did not read the help file to learn how to use it: ?maintainer and tried to give it the name of a function instead of the name of the package containing that function: # correct usage maintainer( "gplots" ) You can confirm which package a function like heatmap.2 is in by reading the help file for that function: ?heatmap.2 or help.search( "heatmap.2" ) if you have installed that package but not yet loaded it using library(). -- Sent from my phone. Please excuse my brevity. On June 27, 2016 7:14:01 AM PDT, fgoetz <fgo...@whoi.edu> wrote: >Hi Jeff, > >I just tried the maintainerfunction but it did not work for heatmap.2. > >Best, > >Florian > > >Am 24.06.2016 um 17:08 schrieb Jeff Newmiller: >> Did you try the maintainer() function? ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.