lwgeom
lwgeom copied to clipboard
bindings to the liblwgeom library
Hi, I'm running R 4.3.1 on an arm-64 mac, and I've got a peculiar problem. If I open up RStudio in a fresh session and run `install.packages("lwgeom")`, it successfully installs...
I omitted a `@export` in #88, which removed it from export after `devtools::document()` in 94848f5
Currently lwgeom is the only r-spatial package that does not have an arm64 binary on r-universe, because it fails to cross compile: https://github.com/r-universe/r-spatial/actions/runs/7473658275/job/20338357207 These are fixed with: https://github.com/r-spatial/lwgeom/pull/86
See https://github.com/r-spatial/sf/issues/2169
👋🏽 I maintain the cran checks badges. Please change to the new cran checks badge URL (e.g., `https://badges.cranchecks.info/worst/dplyr.svg`). Old badges at (e.g. `https://cranchecks.info/badges/worst/dplyr`) will be unavailable as of Jan 1st...
Same as https://github.com/r-spatial/sf/issues/1696. :)
My goal is to split a linestring using a polygon. When the linestring is entirely in the polygon, I'm expecting st_split to return the entire linestring as output. I got...
Dear all, I was working on a project with Open Street Map data and I found a weird behaviour with `st_split`. In a few words, I think I found that...
Hello, I am trying to install from github lwgeom using R 3.6.2 with centos 7 Linux. Here is my setup OS : centos 7 R version : 3.6.2 GDAL version...
Hello! I am trying to build and run a shiny app. It works locally on my machine, but when I try to deploy it to the Shiny servers, it gives...