Hi Ben, Just tested this on a fresh ubuntu 14:04 sandbox by using Dirk's docker image ( https://github.com/eddelbuettel/docker-ubuntu-r/tree/master/add-r-devel-san) for Rdevel.
> install.packages(c("dplyr", "ggplot2")) > library("dplyr") > library("ggplot2") runs fine for me (though takes a few minutes to compile everything). So it seems you must have done something to your local environment, but not sure what. On Mon, Sep 1, 2014 at 11:42 AM, Ben Bolker <bbol...@gmail.com> wrote: > > I apologize in advance for not having done more homework in advance, > but thought I would send this along to see if anyone else was seeing this. > > I am having some sort of ggplot2/plyr/very-recent-R-devel dependency > issues. > > Just installed > > R Under development (unstable) (2014-09-01 r66509) -- "Unsuffered > Consequences" > > from source. > > > packageVersion("ggplot2") > [1] ‘1.0.0’ > > packageVersion("plyr") > [1] ‘1.8.1’ > > library(plyr) works > > but then I get: > > library(ggplot2) > Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = > vI[[i]]) : > namespace ‘plyr’ 1.8.1 is being loaded, but >= 1.7.1 is required > Error: package or namespace load failed for ‘ggplot2’ > > I don't remember when I most recently updated my r-devel (it was > probably a few months old); nothing in recent commits rings a bell. > > Works fine on R version 3.1.1 (except for a "ggplot2 built under > 3.2.0 warning"). > > Does anyone else see this or is it just something weird about my setup? > > Ben Bolker > > ______________________________________________ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > -- Carl Boettiger UC Santa Cruz http://carlboettiger.info/ [[alternative HTML version deleted]] ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel