-
#2584
Problem occurs in: FourCSeq, Rariant, RiboProfiling, Single.mTEC.Transcriptomes
From a quick look it seems that some interaction with ggbio might be the cause
-
Using tidyeval over lazyeval is preferred now (see [here](https://github.com/r-lib/rlang/issues/228)). Examples using lazyeval (`dixoncoles`) should use tidyeval instead (see [programming with dplyr](…
-
Work occurring in tidyeval branch
```R
df
-
Hi,
Below code will run into error:
funnel %>%
e_charts() %>%
e_funnel(value, stage, legend = F,
label = list(show = T)
)
Warning: 'glue::co…
-
Building dynamic formulas is painful, The equivalent of the following would be nice in the `glue` package.
```
glue.default
-
## Structure changes
* [x] Convert OO to a part with chapters on S3, S4, and R6
* [x] Move style guide to own repo
* [x] Move C interface to R-internals repo
* [x] Move vocab elsewhere
* [x] Mo…
-
I'm struggling to get the pipeline to run on my computer, using the most up-to-date version of `master`. (I'm working in rmd-debug-pipeline, but it's a copy of master at the moment). Here is the highe…
-
**dbplyr 1.4.0** appears to translate `filter_at()` calls incorrectly, translating the variable name themselves, rather than their values. See following example:
```r
library(dplyr)
library(dbpl…
-
The recent export of `exprs` poses a real problem when used in combination with `Biobase`, which is basically systematically loaded when using any package from Bioconductor. I suspect this will affect…
-
Looks like all dplyr _ functions are deprecated as of dplyr 0.7. So probably need to side-grade to continue eluding CRAN notes.
```
data %>% select(a_var)
```
becomes
```
data %>% select(.dat…