Missing OS level dependencies added for units, rgdal V8, jqr and protolite packages, missing R dependencies concaveman and devtools added, typo corrected: "flexbility" to "flexibility" in three files #72
Conversation
Build of "units" package in travis throws the error:
"Configuration failed because libudunits2.so was not found. Try installing:
* deb: libudunits2-dev (Debian, Ubuntu, ...)
* rpm: udunits2-devel (Fedora, EPEL, ...)
* brew: udunits (OSX)
"
Due to following error on build: "checking for gdal-config... no no configure: error: gdal-config not found or not executable. " gdal and prof4 dependencies are added to "before_install" directive
Missing dependencies for gdal and proj.4 added as per https://community.rstudio.com/t/can-not-install-rgdal/33971/3
libv8-dev added to before_install directive
As per "Configuration failed because libjq was not found.", libjq-dev is added
libprotobuf-dev protobuf-compiler added to before_install directive
To address "mkdir -p docs/images && cp images/* docs/images cp: cannot stat ‘images/*’: No such file or directory" error
To address: " Quitting from lines 143-153 (plotly_book.Rmd) Error: Package `concaveman` required for `geom_mark_hull`. "
To address "Error in loadNamespace(name) : there is no package called 'devtools'"
|
Thank you for this @serhatcevikel, were you able to eventually install the package? Looks like I have an |
You're welcome @cpsievert . In fact I was stuck in two points, as I also mentioned in my e-mail to you, first it was the missing images directory, but I tricked the CI by creating an empty one. The second one is more problematic: plotly_book is the repo for the book but also is a meta-package called plotly-book for the dependencies. However, at one time during the installation the repo itself tries to source the plotly-book package, which of course could only be installed with the repo. So I think in order to overcome this vicious circle, the meta-package can be spinned-off to another repo. |
Missing OS level dependencies added for units, rgdal, V8, jqr and protolite packages in before_install directive of .travis.yml
Missing R dependencies concaveman and devtools added
Also typo corrected: "flexbility" to "flexibility" in three files.