dev broken?

9 views
Skip to first unread message

baptiste auguie

unread,
Oct 14, 2012, 2:37:54 PM10/14/12
to ggplot2-dev
Hi,

For a couple of days I've been trying

library(devtools)
install_github("ggplot2")

and it fails with

Installing github repo(s) ggplot2/master from hadley
Installing ggplot2.zip from
https://api.github.com/repos/hadley/ggplot2/zipball/master
Installing ggplot2
/Library/Frameworks/R.framework/Resources/bin/R --vanilla CMD build \
'/private/var/folders/nh/4719qghd3bz60tc_n28062840000gn/T/Rtmp8MhFzs/hadley-ggplot2-5761df9'
\
--no-manual --no-resave-data

* checking for file
'/private/var/folders/nh/4719qghd3bz60tc_n28062840000gn/T/Rtmp8MhFzs/hadley-ggplot2-5761df9/DESCRIPTION'
... OK
* preparing 'ggplot2':
* checking DESCRIPTION meta-information ... OK
* installing the package to process help pages
-----------------------------------
* installing *source* package 'ggplot2' ...
** R
** data
** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
Error : /private/var/folders/nh/4719qghd3bz60tc_n28062840000gn/T/RtmpEnAywl/Rbuild1391096166e/ggplot2/man/geom_abline.Rd:47-48:
unused argument(s) (warn_missing = FALSE)
ERROR: installing Rd objects failed for package 'ggplot2'
* removing '/private/var/folders/nh/4719qghd3bz60tc_n28062840000gn/T/RtmpEnAywl/Rinst1396d9a9843/ggplot2'
-----------------------------------
ERROR: package installation failed
Error: Command failed (1)


Any ideas?

Cheers,

baptiste

sessionInfo()
R version 2.15.1 Patched (2012-10-07 r60893)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)

locale:
[1] en_NZ.UTF-8/en_NZ.UTF-8/en_NZ.UTF-8/C/en_NZ.UTF-8/en_NZ.UTF-8

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] devtools_0.8.0.99

loaded via a namespace (and not attached):
[1] digest_0.5.2 evaluate_0.4.2 httr_0.1.1 memoise_0.1
[5] parallel_2.15.1 plyr_1.7.1 RCurl_1.95-1.1 stringr_0.6.1
[9] tools_2.15.1 whisker_0.1

Winston Chang

unread,
Oct 14, 2012, 2:54:02 PM10/14/12
to baptiste auguie, ggplot2-dev
Hi Baptiste -

It needs the dev version of plyr, so you'll need to install that from github first.
Additionally, you'll want to have the dev version of scales.

-Winston

baptiste auguie

unread,
Oct 14, 2012, 3:28:27 PM10/14/12
to Winston Chang, ggplot2-dev
Thanks, that seems to work.

Cheers,

baptiste
Reply all
Reply to author
Forward
0 new messages