Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Travis build keeps failing due to 'sf' #32

Open
lhehnke opened this issue Jul 23, 2021 · 4 comments
Open

Travis build keeps failing due to 'sf' #32

lhehnke opened this issue Jul 23, 2021 · 4 comments

Comments

@lhehnke
Copy link
Member

lhehnke commented Jul 23, 2021

dg_map() uses 'sf'

@favstats
Copy link
Collaborator

Maybe sf can just be in suggests:? Would mean no testing though for dg_map()

@lhehnke
Copy link
Member Author

lhehnke commented Jul 23, 2021

I already implemented this in the current version, but the build keeps failing. Everything else works just fine and devtools::check() also runs through without any errors, warnings or notes. I also tried setting _R_CHECK_FORCE_SUGGESTS_ to FALSE. Same result as with Suggests:.

@dpprdan
Copy link
Contributor

dpprdan commented Jul 23, 2021

AFAICT the tests fail on GHA because GDAL (or gdal-config) is not available and therefore the sf install. This only happens ATM, because there is currently a updated sf version available for which there are no binary builds available, yet. Once there are, I'd expect the GHA build to succeed.

IIRC we had a similar problem with {opencage} (unfortunately the logs are not available anymore).

In the meantime you may want to check whether the pipeline works with another OS, i.e. Linux or Windows. Remember to install system dependencies on Linux.

Hope this helps and I am not wildly off-topic here.

@lhehnke
Copy link
Member Author

lhehnke commented Jul 23, 2021

Good catch, thank you so much, @dpprdan. This actually helps a lot! :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants