Closed jhollist closed 4 years ago
Hi Jeff! This has been solved in #28 - the github version for now.
Perfect! Thanks, Edzer!
On Tue, Apr 14, 2020 at 4:54 PM Edzer Pebesma notifications@github.com wrote:
Hi Jeff! This has been solved in #28 https://github.com/r-spatial/lwgeom/issues/28 - the github version for now.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/r-spatial/lwgeom/issues/54#issuecomment-613676342, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJPYS4XHO7X7YAUHBJKCD3RMTEQ5ANCNFSM4MIBM6CA .
-- Jeffrey W. Hollister email: jeff.w.hollister@gmail.com cell: 401 556 4087 https://jwhollister.com
That did the trick. Thanks and closing issue now!
Sorry if this isn't the best spot for this issue.
I am trying to set up a Github Actions workflow for R-CMD-Check with a package that has
lwgeom
as an Imports. Builds and checks fine locally, and works fine on a Windows build via gh workflows, On Ubuntu the lwgeom package install fails with:sf
installs and works fine, but lwgeom isn't. I am not very familiar with the GitHub actions so I am very likely missing something obvious and I have searched for example workflows that uselwgeom
but couldn't find any.I have a small package example at https://github.com/jhollist/testpkg.
Any obvious insights appreciated!