-
Hi @Thie1e,
I'm running the example and I'm having this error, I cannot understand what I'm doing wrong... I just follow the example! Thanks!
```
> cp
-
in addition to following warnings, note that insert sizes graph has samples duplicated 3x
```
DEBUG:toil.statsAndLogging:'file:///work/access/production/workflows/access_workflows/v1/ACCESS-Pipe…
-
I think this should be some sort of prefix or suffix in the argument list, which is linked to a common source of more details. Need to decide:
* Should it be a prefix or suffix?
* What the prefix …
-
At some point, forcing column names is going to become a pain - do I need/ want to go down the tidy evaluation route?
Dependencies would be to clean code up, and get test suite working.
Also - wai…
-
I've read through [_Programming with Dplyr_](https://cran.r-project.org/web/packages/dplyr/vignettes/programming.html) several times and have really started to understand the content and use it in my …
-
Unfortunately, `dtplyr` throws the following error when `rename()` is used:
`Error in setnames(copy(`_DT1`), "mpg", "miles_per_gallon") : could not find function "setnames"`
```r
library(dt…
-
Comparison of genomic/transcriptomic features and derivates such as TMB, pathway activity, etc... to survival. Determine markers that could add prognostic values to different PBTA cancer types. KM Plo…
-
Right now, `heddle()` is able to replace multiple placeholders when provided a dataframe via named arguments:
```r
heddle(iris, "placeholder1 placeholder2 ", "placeholder1" = Species, "placeholder…
-
It seems it deparses calls with `expr_print()` and then tries to reparse these. Verifying the output of `vars_pull(vars, !!c("a", "b"))` creates this output file:
```
vars_pull(vars, )
Error: :11…
-
I think it should look something like:
```R
#' @usesTidyEval a, ...
```
which would generate:
```R
#' @section Tidy evaluation:
#'
#' This function uses tidy eval, a consistent approach …