-
Error messages with shiny 1.6.0 `devmode()`:
> The `env` and `quoted` arguments are deprecated as of shiny 1.6.0. Please use quosures from `rlang` instead.
> See for more information.
If we ch…
-
In situations when a local variable is used in a recipe (e.g. for cleaner code) that is not available during data processing, `bake()` will fail:
``` r
library(dplyr)
#>
#> Attache Paket: 'dply…
-
I have skimmed the dplyr/tidyeval/rlang documentation and tutorials and I don't remember or see how to convert a string to a quosure easily. What I want to do (and I think it is an important use case…
-
I badly want nested quotations, but still I have no luck using `\|\]` from the README. Could you please clarify the status of this feature?
-
version: 1.28.0-insider (user setup)
commit: 431ef9da3cf88a7e164f9d33bf62695e07c6c2a9
date: 2018-10-03T12:44:29.343Z
Electron: 2.0.9
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
Architec…
-
I tried to install Arrow inside R on a RHEL system inside an devtoolset-9 environment in a fresh R-environment (empty R_LIBS).
Here is what I did:
```Java
scl enable devtoolset-9 bash
cd $SASC…
-
See discussion in #300.
-
Hello @JustusAdam,
first of all, big thanks for the efforts you put into this extension, I use it daily and I'm really happy with it. Given the fact that there seems to be quite a lot of unreleased…
-
The [quasiquotation help page](https://github.com/r-lib/rlang/blob/master/R/quasiquotation.R#L29-L31) calls `{{ }}` "interpolation", but that's a little confusing because interpolation has another, mo…
-
Most names of `generated_holidays` contain spaces, and so fail to plot when passed to `plot_forecast_component()`. The [tidyeval approach](https://cran.r-project.org/web/packages/ggplot2/news/news.htm…