Open olexandr-konovalov opened 3 years ago
P.S. At the moment, I've removed dssd from install.R
, to speed up the build, as it does not work anyway.
This is the full build log from mybinder.org: binder_dssd.txt
My understanding now is that a better way would be to use a docker container for R (apparently one of https://github.com/rocker-org?), and that will allow to run additional shell commands to install dependencies), and also will substantially speed up the time needed for the build. This (use of Docker) is actually similar to what we do for GAP in https://github.com/rse-standrewscs/gap-binder-template.
I am able to run
GettingStarted-distill.ipynb
which is based on the example by @LHMarshall from https://examples.distancesampling.org/dssd-getting-started/GettingStarted-distill.html locally, but I can't install in on Binder:Installing units fails with
and installing gdal fails with
@LHMarshall have you seen such problem before? On my machine, I had a fresh install of R yesterday, the same version which is used on Binder, and it runs perfectly fine.