-
```R
> make_area_table(parsemsf_example("test_db.msf"))
Error in UseMethod("select_") :
no applicable method for 'select_' applied to an object of class "c('tbl_SQLiteConnection', 't…
-
We should have a standard, documented syntax for describing that a function argument uses tidy evaluation (or just quasiquotation).
e.g. https://github.com/tidyverse/dplyr/issues/3953
-
Once again package 'photobiology' was affected by code-breakiing changes in 'dplyr' and 'tidyr'. In this case indirectly as the change was made in 'tidyeval' and possibly not caught by tests of revers…
-
For programming, it would be nice to allow for vectorized paths. At present, it is possible to workaround with `do.call`, but this does not work nicely in a pipeline.
I think a useful (and tidy) w…
-
The link to `rlang` function is broken.
For example, `expr()` jump to https://rlang.r-lib.org/reference/nse-defuse.html instead of https://rlang.r-lib.org/reference/expr.html in lines below.
h…
-
https://rstudio.github.io/r-manuals/r-exts/The-R-API.html#moving-into-c-api-compliance
Non-problematic:
- `SET_ENVFLAGS()`: #1705
- `R_ClosureExpr()` / `BODY_EXPR()`: Used in `r_fn_body()`, wh…
-
I did an initial sketch of this idea in this PR: https://github.com/tidyverse/tidyeval/pull/9
The premise is based purely on my own experience: I found quoting hard to understand until I encountere…
-
As suggested in today's meeting, I think a glossary of terms would be very helpful.
-
A review was conducted of all (73) of the files generated by applying the following code:
`get_all_cheatsheets(local_path = "cheats", tidyverse_only = FALSE)`
It was discovered that there are in…
-
Would it be possible to add some very brief examples for using rlang with `dplyr::select` and `dplyr::filter`. I appreciate they are still "to do". From an educational perspective it would be really u…
DocEd updated
4 years ago