Where does this 'hexbin' package come from? The one I have installed (and the only one I found) is from BioC, and that does not depend on colorspace:
Description: Package: hexbin Version: 1.10.0 Date: 2006-09-28 Depends: R (>= 2.0), methods, grid, lattice That said, something is wrong with your installation of colorspace, so I suggest you reinstall it. On Thu, 27 Sep 2007, Karin Lagesen wrote: > > I have lots of data that I need to display, and I think hexbin would > be good for it. > > However, I cannot load one of the requried packages associated with > the hexbin package: > >> library(hexbin) > Loading required package: colorspace > Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = > keep.source) : > in 'colorspace' methods for export not found: [, coords, plot > Error: package 'colorspace' could not be loaded >> library(colorspace) > Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = > keep.source) : > in 'colorspace' methods for export not found: [, coords, plot > Error: package/namespace load failed for 'colorspace' >> sessionInfo() > R version 2.5.1 (2007-06-27) > x86_64-unknown-linux-gnu > > locale: > C > > attached base packages: > [1] "grid" "stats" "graphics" "grDevices" "utils" "datasets" > [7] "methods" "base" > > other attached packages: > lattice > "0.14-9" >> > > The colorspace package is version 0.95. > > Is this an error with my system, this code, or something else? > > Thanks for having this list btw...:) > > Karin > -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ R-help@r-project.org mailing list 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.