Help get my (working) package to compile with R-universe #391
Replies: 1 comment 3 replies
-
To fix the Windows build you need to update Makevars.ucrt from sf too: https://github.com/r-spatial/sf/blob/main/src/Makevars.ucrt |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just discovered r-universe. Really cool! I'm trying to get my package lasR to compile on r-universe on r-lidar.r-universe.dev. The package is not on CRAN but:
gdal
and uses the sameconfigure
script than thesf
packageSystemRequierements
than thesf
package.Yet ,I have tons of non reproducible error with r-universe (see https://github.com/r-universe/r-lidar/actions/runs/8523541540) usually different from platform to platform. Each time it seems related to GDAL but the pipeline seems to work for
sf
(see https://github.com/r-universe/r-spatial/actions/runs/8526181519)I'm kindly asking for some help to get things working.
Regards
Beta Was this translation helpful? Give feedback.
All reactions