marinebon / infographiqR

R functions for creation of interactive intelligent infographics, ie infographiq
https://marinebon.github.io/infographiqR
MIT License
11 stars 2 forks source link

GitHub Action not loading gdal-config #68

Open superjai opened 3 years ago

superjai commented 3 years ago

Hey @bbest - the GitHub Action you created for infographiqR is not working properly. In particular, RMarkdown is not properly loading gdal-config when attempting to render Introduction.Rmd. Here is the relevant section of the log from the latest attempt to run the GitHub Action.

* installing *source* package ‘sf’ ...
** package ‘sf’ successfully unpacked and MD5 sums checked
** using staged installation
configure: error: gdal-config not found or not executable.
ERROR: configuration failed for package ‘sf’
* removing ‘/Users/runner/work/_temp/Library/sf’

The downloaded source packages are in
    '/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/Rtmphax5dW/downloaded_packages'
ERROR: dependency ‘sf’ is not available for package ‘onmsR’
* removing ‘/Users/runner/work/_temp/Library/onmsR’
Quitting from lines 45-49 (Introduction.Rmd) 
Error: Error in library(onmsR) : there is no package called 'onmsR'