-
**Is your feature request related to a problem? Please describe.**
Integration of SDA calculation function into r2dii.analysis for @2diiKlaus to review.
**Describe the solution you'd like**
The …
-
Hi,
I've been trying to solve a problem using tidyeval and encountered that sym can be used with either a string, or a list of strings, but weirdly not a vector of strings (or more precisely a name…
-
I find `tidyr::nest()` very useful and use it quite heavily in my modeling workflows. I mostly do so using wrappers and quasiquotation/tidyeval.
As of tidyr 1.0.0 the `.key` argument is depreciate…
-
I got excited and drafted something (mostly to see if I could use the API) ---
```r
M = multiverse()
inside(M, {
# using tidyeval to do this with `!!!` though I don't think we should allow i…
-
I'm very happy to see that link to other package can be customized, rather than just use www.rdocumentation.org .
However, the [document](https://github.com/r-lib/pkgdown/issues/765#issuecomment-44…
-
Is there an equivalent of `snow::clusterExport()` in `multidplyr`? I'm unable to perform the following in parallel. Each node needs to have a `nearby_sensors` object.
`nearby_sensors
-
Many BigQuery tables are [date-partitioned](https://cloud.google.com/bigquery/docs/best-practices-costs#partition_data_by_date), This allows for cheap querying from the BQ console, since users can spe…
-
```r
# I am getting the following error when using quasiquotation and mutate_at (also happens with mutate_if):
# Error in is_quosure(e2) : argument "e2" is missing, with no default
# I have upgrade…
-
I'm analyzing whether I'll be able to use dbplyr with Presto. Suppose I want to right the following query using dbplyr:
```
SELECT evs.device_ids['google_advertising_id'] AS device_id, count(*) …
-
```R
library(dplyr)
df % filter(is_package)
# OK
df %>% filter(date > as.Date("2016-01-01"))
# hangs
df %>% filter(is_package, date > as.Date("2016-01-01"))
```
If I break execution in a d…