ox-it / oidnChaRts

A collection of functions for building generic interactive htmlwidget visualisations. A complementary guide to htmlwidgets is developed here:
http://ox-it.github.io/OxfordIDN_htmlwidgets
MIT License
5 stars 3 forks source link

Installation fail - processing vignette 'geo-bubble-chart.Rmd' #45

Open juhariis opened 5 years ago

juhariis commented 5 years ago

The final phase of installation fails for me - am I doing something wrong?

installing the package to build vignettes
creating vignettes ... ERROR
trying URL 'https://code.highcharts.com/mapdata/custom/world.js'
Content type 'application/x-javascript' length 190328 bytes (185 KB)
==================================================
downloaded 185 KB

Quitting from lines 107-122 (geo-bubble-chart.Rmd) 
Error: processing vignette 'geo-bubble-chart.Rmd' failed with diagnostics:
Column `group` is of unsupported type quoted call
Execution halted
Installation failed: Command failed (1)

I'm using RStudio 1.2.907 on Win10 and the following R-version

R version 3.5.0 (2018-04-23) -- "Joy in Playing"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

Full log of events from the first attempt below. New attempts produce far less lines on log -- essentially only the error listed above.

devtools::install_github("ox-it/oidnChaRts", build_vignettes = TRUE)
Downloading GitHub repo ox-it/oidnChaRts@master
from URL https://api.github.com/repos/ox-it/oidnChaRts/zipball/master
Installing oidnChaRts
Installing 1 package: highcharter
Installing package into ‘D:/userdata/riissane/My Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
also installing the dependencies ‘XML’, ‘rlist’, ‘igraph’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/XML_3.98-1.16.zip'
Content type 'application/zip' length 4602444 bytes (4.4 MB)
downloaded 4.4 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/rlist_0.4.6.1.zip'
Content type 'application/zip' length 232608 bytes (227 KB)
downloaded 227 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/igraph_1.2.2.zip'
Content type 'application/zip' length 9148505 bytes (8.7 MB)
downloaded 8.7 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/highcharter_0.5.0.zip'
Content type 'application/zip' length 4590887 bytes (4.4 MB)
downloaded 4.4 MB

package ‘XML’ successfully unpacked and MD5 sums checked
package ‘rlist’ successfully unpacked and MD5 sums checked
package ‘igraph’ successfully unpacked and MD5 sums checked
package ‘highcharter’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
    C:\Users\riissane\AppData\Local\Temp\Rtmpq2MlSg\downloaded_packages
Installing 1 package: plotly
Installing package into ‘D:/userdata/riissane/My Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
also installing the dependency ‘hexbin’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/hexbin_1.27.2.zip'
Content type 'application/zip' length 836483 bytes (816 KB)
downloaded 816 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/plotly_4.8.0.zip'
Content type 'application/zip' length 2435323 bytes (2.3 MB)
downloaded 2.3 MB

package ‘hexbin’ successfully unpacked and MD5 sums checked
package ‘plotly’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
    C:\Users\riissane\AppData\Local\Temp\Rtmpq2MlSg\downloaded_packages
Installing 1 package: rbokeh
Installing package into ‘D:/userdata/riissane/My Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
also installing the dependencies ‘pryr’, ‘gistr’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/pryr_0.1.4.zip'
Content type 'application/zip' length 757850 bytes (740 KB)
downloaded 740 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/gistr_0.4.2.zip'
Content type 'application/zip' length 1952579 bytes (1.9 MB)
downloaded 1.9 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/rbokeh_0.5.0.zip'
Content type 'application/zip' length 1502831 bytes (1.4 MB)
downloaded 1.4 MB

package ‘pryr’ successfully unpacked and MD5 sums checked
package ‘gistr’ successfully unpacked and MD5 sums checked
package ‘rbokeh’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
    C:\Users\riissane\AppData\Local\Temp\Rtmpq2MlSg\downloaded_packages
"C:/PROGRA~1/R/R-35~1.0/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD build  \
  "C:\Users\riissane\AppData\Local\Temp\Rtmpq2MlSg\devtoolsee4ef33f99\ox-it-oidnChaRts-20653d6" --no-resave-data --no-manual 

* checking for file 'C:\Users\riissane\AppData\Local\Temp\Rtmpq2MlSg\devtoolsee4ef33f99\ox-it-oidnChaRts-20653d6/DESCRIPTION' ... OK
* preparing 'oidnChaRts':
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
trying URL 'https://code.highcharts.com/mapdata/custom/world.js'
Content type 'application/x-javascript' length 190328 bytes (185 KB)
==================================================
downloaded 185 KB

Quitting from lines 107-122 (geo-bubble-chart.Rmd) 
Error: processing vignette 'geo-bubble-chart.Rmd' failed with diagnostics:
Column `group` is of unsupported type quoted call
Execution halted
Installation failed: Command failed (1)