Tom Mock
                                            Tom Mock
                                        
                                    Noting a recent customer request re: `knitr` in the context of Posit Connect's log file (which based off Hadley's initial proposal might be solved?). > Customer wants to know if...
Agreed - I just wanted to note that there are potential downstream side effects or benefits with modification of the current `knitr` progress reports. A machine-friendly logging mechanism may be...
Looking to contribute!
Dev gtExtras now has a `gt_reprex_image()` function, calling `reprex::reprex()` on the code below generates the following reprex: ``` r head(mtcars) |> gt::gt() |> gtExtras::gt_plt_bar(mpg) |> gtExtras::gt_reprex_image() ``` Created on 2023-02-27...
If I may, I might suggest `code-tools` - can see the source code then AND have control for hiding/showing all code chunks as well. https://quarto.org/docs/output-formats/html-code.html#code-tools
Just expressing interest in this feature! We have seen a number of folks struggle when transitioning from RStudio Desktop to Posit Workbench or RStudio Server as they are relying on...
I honestly think that writing to the `.Renviron` file would be fine as that's generally what we would recommend anyway. On Linux, would it make sense to just stick with...
Thanks for looking into this Gabor! > What's somewhat surprising to me is that different sessions share the same home directory, so you'll get one set of credentials across all...
> So we are left with the store credential helper. Which isn't WORSE than `.Renviron` but is better for both terminal and R/RStudio use.
> Why do you actually think it is worse than `.Renviron`? I would say that it is not more or less secure and it is much more flexible. Apologies for...