karthik / rDrop

Programmatic interface to Dropbox
65 stars 17 forks source link

Lazy download fails on Mac: install_github("rDrop", "karthikram") #9

Closed Jwm302 closed 10 years ago

Jwm302 commented 10 years ago

Hi

I am having issues installing rDrop. See below:

installgithub("rDrop", "karthikram") Installing github repo rDrop/master from karthikram Downloading master.zip from https://github.com/karthikram/rDrop/archive/master.zip Installing package from /var/folders/t/dby7tsnj0vgbfxp8hgclyrj80000gn/T//Rtmp8RNrMV/master.zip arguments 'minimized' and 'invisible' are for Windows only Installing rDrop Installing dependencies for rDrop: ROAuth Installing package into ‘/Users/justinmichell/Library/R/3.1/library’ (as ‘lib’ is unspecified) trying URL 'http://r.adu.org.za/bin/macosx/contrib/3.1/ROAuth_0.9.3.tgz' Content type 'application/x-gzip' length 48222 bytes (47 Kb)

opened URL

downloaded 47 Kb

The downloaded binary packages are in /var/folders/t_/dby7tsnj0vgbfxp8hgclyrj80000gn/T//Rtmp8RNrMV/downloadedpackages '/Library/Frameworks/R.framework/Resources/bin/R' --vanilla CMD INSTALL '/private/var/folders/t/dby7tsnj0vgbfxp8hgclyrj80000gn/T/Rtmp8RNrMV/devtoolsda4758ebf404/rDrop-master' \ --library='/Users/justinmichell/Library/R/3.1/library' --install-tests

sessionInfo() R version 3.1.0 (2014-04-10) Platform: x86_64-apple-darwin10.8.0 (64-bit)

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

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

other attached packages: [1] ROAuth_0.9.3 digest_0.6.4 RCurl_1.95-4.1 bitops_1.0-6 devtools_1.5 gdata_2.13.3 diagram_1.6.2 shape_1.4.1 data.table_1.9.2 tables_0.7.64
[11] Hmisc_3.14-4 Formula_1.1-1 survival_2.37-7 lattice_0.20-29 xtable_1.7-3 texreg_1.32 bootStepAIC_1.2-0 MASS_7.3-33 glm2_1.1.2 plyr_1.8.1
[21] RMySQL_0.9-3 DBI_0.2-7 maps_2.3-6 maptools_0.8-29 rgdal_0.8-16 raster_2.2-31 sp_1.0-15

loaded via a namespace (and not attached): [1] cluster_1.15.2 evaluate_0.5.5 foreign_0.8-61 gtools_3.4.0 httr_0.3 latticeExtra_0.6-26 memoise_0.2.1 parallel_3.1.0 RColorBrewer_1.0-5 [10] Rcpp_0.11.1 reshape2_1.4 stringr_0.6.2 tools_3.1.0 whisker_0.3-2

Thanks for any help, Justin

Jwm302 commented 10 years ago

Apologies I didnt read the 'ReadME' section. This solved the problem:

install_github('ROAuth','duncantl')