-
NOTE: There's some rant mixed with UX/DX issues in this issue. Feedback is a gift. Take it or leave it. Feel free to close this issue if you don't find any value in it.
### Summary
I'm a long ti…
-
When `sf` calculates the area or length of a feature, it gives the resulting object the 'units' class (from the [units](https://cran.r-project.org/web/packages/units/index.html) package). In `geoojson…
-
As announced [here](https://www.r-spatial.org/r/2020/06/17/s2.html#sf-10-goodbye-flat-earth-welcome-s2-spherical-geometry) in June last year, and also in the NEWS file around the same time, it is plan…
-
I am trying to install Seurat remotely from terminal, however the installation in unsuccessful. The error I get is that installation of several dependent packages had a non-zero status (including Rcpp…
-
### Describe the problem as clearly as you can
Bundler v2.3.21 does not resolve dependencies.
v2.3.20 installs everything just fine.
### Did you try upgrading rubygems & bundler?
Yes, this…
slhck updated
2 years ago
-
These functions can return very verbose output.
Thinking about print methods for each that only give very brief output and calculate some summary information to print as well if possible
-
Hi! I'm making `leaflet` maps, but some detailed polygons take too long to plot. I thus used `simplifyGeom`, but it sometimes produces invalid geometries that cause somewhat obscure errors downstream:…
-
Hi- I'm trying to install Liana into R, but I keep getting the message that it can't be installed because I can't install one of the dependencies which is now outdated and doesn't work with the latest…
-
Some packages, e.g. ggplot2 fail to install:
Minimal example:
```Dockerfile
FROM eddelbuettel/r2u:22.04
RUN sudo apt-get -y install r-cran-ggplot2
```
output:
```sh
docker build . -t cron…
-
This seems to be in the same vein of #61 but pretty far removed in the scheme of time from that issue report.
Ran into this trying to run `db:test:prepare` and started walking through it manually, …