Rafael Silva

Results 7 comments of Rafael Silva

## Gruvbox theme ![image](https://user-images.githubusercontent.com/63989100/100303923-6a409680-2f7c-11eb-9382-f52c921622fc.png) ```r colorout::setOutputColors( index = '\x1b[38;2;215;153;33m', # normal = '\x1b[38;2;235;219;178m', # number = '\x1b[38;2;211;134;155m', # negnum = '\x1b[38;2;104;157;106m', # zero = '\x1b[38;2;69;133;136m', zero.limit = 0.01,# infinite =...

## Base 16 - Solarized Dark theme ![image](https://user-images.githubusercontent.com/63989100/103323996-2da50680-4a24-11eb-8460-47c135acb576.png) ```r colorout::setOutputColors( index = '\x1b[38;2;131;148;150m', normal = '\x1b[38;2;238;232;213m', number = '\x1b[38;2;181;137;0m', negnum = '\x1b[38;2;203;75;22m', zero = '\x1b[38;2;131;148;150m', zero.limit = 0.01, infinite =...

Hi, Thomas, Are you talking about making the kind of syntax below works? `line_chart(data = revenue_wide, x = "year", y = c("Roche", "Pfizer", "Novartis", "Bayer"))` If that is the case...

Nice! So, what do you think it is a better approach? I read [this](https://cran.r-project.org/web/packages/lazyeval/vignettes/lazyeval.html) about NSE and SE, and find out that Hadley Wickham suggests creating one function to SE...

> By the way, is there no rlang solution to this? Since ggplot2 already imports rlang, I would be tempted to find a solution there, the dependency is already there....

> Another approach is used quite frequently in base R: having a argument `character.only` that controls how the argument is evaluated. One good example is `library`: I don’t think it’s...

@marcosvital https://r-silva.blog/ Abs!