hrbrmstr / ggalt

:earth_americas: Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'
https://cran.r-project.org/web/packages/ggalt/vignettes/ggalt_examples.html
Other
661 stars 99 forks source link

ggalt dev version installation #10

Closed ghost closed 8 years ago

ghost commented 8 years ago

Intrigued by the lollipops (by the Chartettes) I tried to install the dev version but got this:

> devtools::install_github("hrbrmstr/ggalt")
Downloading GitHub repo hrbrmstr/ggalt@master
from URL https://api.github.com/repos/hrbrmstr/ggalt/zipball/master
Installing ggalt
'/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore CMD INSTALL '/tmp/RtmpY2dnby/devtools2eb93e7d9188/hrbrmstr-ggalt-7265318' --library='/home/henk/R/x86_64-pc-linux-gnu-library/3.2' --install-tests 

* installing *source* package ‘ggalt’ ...
** R
** inst
** tests
** preparing package for lazy loading
Error in get(x, envir = ns, inherits = FALSE) : 
  object 'to_basic.GeomLine' not found
Error : unable to load R code in package ‘ggalt’
ERROR: lazy loading failed for package ‘ggalt’
* removing ‘/home/henk/R/x86_64-pc-linux-gnu-library/3.2/ggalt’
* restoring previous ‘/home/henk/R/x86_64-pc-linux-gnu-library/3.2/ggalt’
Error: Command failed (1)
> sessionInfo()
R version 3.2.3 (2015-12-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 15.04

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=nl_NL.UTF-8        LC_COLLATE=en_US.UTF-8     LC_MONETARY=nl_NL.UTF-8    LC_MESSAGES=en_US.UTF-8    LC_PAPER=nl_NL.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=nl_NL.UTF-8 LC_IDENTIFICATION=C       

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

loaded via a namespace (and not attached):
[1] rsconnect_0.4.1.11 tools_3.2.3  
hrbrmstr commented 8 years ago

install the latest version of plotly. one of the recent PRs I received didn't add the min-version rev to the Suggests.

I just moved it to Imports and updated min rev reqs. #ty

On Fri, Apr 8, 2016 at 8:46 AM, Henk Harmsen notifications@github.com wrote:

Intrigued by the lollipops (by the Chartettes) I tried to install the dev version but got this:

devtools::install_github("hrbrmstr/ggalt") Downloading GitHub repo hrbrmstr/ggalt@master from URL https://api.github.com/repos/hrbrmstr/ggalt/zipball/master Installing ggalt '/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore CMD INSTALL '/tmp/RtmpY2dnby/devtools2eb93e7d9188/hrbrmstr-ggalt-7265318' --library='/home/henk/R/x86_64-pc-linux-gnu-library/3.2' --install-tests

  • installing source package ‘ggalt’ ... * R * inst * tests * preparing package for lazy loading Error in get(x, envir = ns, inherits = FALSE) : object 'to_basic.GeomLine' not found Error : unable to load R code in package ‘ggalt’ ERROR: lazy loading failed for package ‘ggalt’
  • removing ‘/home/henk/R/x86_64-pc-linux-gnu-library/3.2/ggalt’
  • restoring previous ‘/home/henk/R/x86_64-pc-linux-gnu-library/3.2/ggalt’ Error: Command failed (1)

sessionInfo() R version 3.2.3 (2015-12-10) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 15.04

locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=nl_NL.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=nl_NL.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=nl_NL.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=nl_NL.UTF-8 LC_IDENTIFICATION=C

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

loaded via a namespace (and not attached): [1] rsconnect_0.4.1.11 tools_3.2.3

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/hrbrmstr/ggalt/issues/10