Iñaki Ucar
Iñaki Ucar
The `plumber` package exposes the API using [Swagger UI](https://swagger.io/swagger-ui/). Having a method for doing this automatically would be a nice addition.
Please, fix these dependencies: - knitr (≥ 1.2.0) -> knitr (≥ 1.2) - magrittr (≥ 1.5.0) -> magrittr (≥ 1.5) - jsonlite (≥ 1.5.0) -> jsonlite (≥ 1.5) This doesn't...
I intend to package mininet in the official Fedora repos, but the current non-standard license text may be a blocker. Our [packaging guidelines](https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/) require us to set a license identifier...
AFAIK, this is not possible right now: it would be great to be able to specify a particular worker for a particular future. For instance, something like ```r f
Example: ```r library(future) plan(sequential) a
Unwind protection for fast evaluation of R code at C/C++ level was introduced in R 3.5, and it has been supported as an opt-in since Rcpp 0.12.15 via a define...
Steps to reproduce: 1. Create a patchwork object and serialize it: ```r library(ggplot2) library(patchwork) p1
Functionality moved to the `units` package in https://github.com/r-quantities/units/pull/294.
[This update](https://bodhi.fedoraproject.org/updates/FEDORA-2020-4c0ce71810) for the R stack (343 packages) issues a gateway timeout most of the time, both for the web interface as well as the CLI. José was trying to...
Sorry in advance because the minimal reprex is not that minimal: it involves `Rcpp`, and the issue I found is that some objects are not being garbage-collected because of `magrittr`...