Hans Van Calster
Hans Van Calster
The below reprex shows the problem. In v0.4.2, this was not a problem. To reproduce: **v0.6.2** ``` r library(sf) #> Linking to GEOS 3.11.1, GDAL 3.6.2, PROJ 9.1.1; sf_use_s2() is...
The documentation of `?write_package()` states in the description section: "Writes a Data Package and its related Data Resources to disk as a datapackage.json and CSV files. Already existing CSV files...
Hi! Congratulations with this very nice package! I'm a new user and have found it to be extremely useful. I noticed that interrupting a process in RStudio (via Interrupt R...
**Context:** I often work with data that are censored. The approach for censored data implemented in `brms` is really useful, but I have found it to be slow - especially...