Sergio Oller

Results 39 issues of Sergio Oller

`colour_ramp` already supports `na.color`, so this pull request just adds the ability to pass it to `gradient_n_pal` and friends - https://github.com/r-lib/scales/blob/b3df2fb6efd5b440377b0699d3830f1082fa3140/R/colour-ramp.R#L35 This is related to: - https://github.com/tidyverse/ggplot2/issues/4989 Proposed NEWS entry:...

This pull request is on top of: - https://github.com/thomasp85/farver/pull/40 It uses the improvements on `farver` to make `scales::alpha()` much faster, avoiding the intermediate step of the numeric matrix. Besides, it...

Hi, I took the comment from https://github.com/r-lib/R6/issues/179#issuecomment-464099279 by @wch and implemented it, adapting contributions from @mb706. I added tests and documentation. Each commit is self-contained and backwards compatibility should be...

This PR Closes #691. I need to test this properly, but I am not very familiar with bioconda-utils. Therefore I will mark this PR as Draft. I'll try to find...

# Problem Many recipes have shell scripts (e.g. `build.sh`, `post-link.sh`, `pre-unlink.sh`). Some of those scripts have portability issues, such as: - do not have a shebang. [example](https://github.com/bioconda/bioconda-recipes/blob/master/recipes/r-empiricalfdr.deseq2/build.sh) - do not...

I want to create a rule that applies to several columns and make the expression dependant on the column where it is applied. Proposed syntax: ```r condformat(iris) %>% rule_fill_discrete(c(Sepal.Length, Sepal.Width),...

Thanks for your app. It does what it is supposed to do in a straightforward way. I can share the APK via Android Beam (NFC for handshake + Bluetooth for...

### Description Check if oracle `compression` and `compress_for` features are supported before using them. This is required for table reflection to work on older oracle versions (with "best effort" support)....

### Describe the bug On an old Oracle 10.2 database I was trying to use reflection using the code below and I got an error due to a missing check...

bug
oracle
reflection