olivroy

Results 219 issues of olivroy

On the [website](https://roxygen2.r-lib.org/articles/rd-formatting.html?q=links#function-links:~:text=%5B-,func,-()%5D%0A%5Bpkg%3A%3Afunc), it implies that [geom_point()][ggplot2::geom_point()] will link it as code. however, with roxygen2 7.3.0, here is what I get with `Roxygen: list(markdown= TRUE)` In short, according to the...

An alternative would also be to use ```r "Skipping {.path {path}}" ``` Using the approach in the [cli manual]( https://cli.r-lib.org/reference/links.html?q=file#link-text-1) ![image](https://github.com/r-lib/roxygen2/assets/52606734/d1d7afa5-7b97-473c-9820-ce84936040e2) I removed the snapshot test and test for FALSE...

Hello, I was wondering if it would be possible to add a warning or an error, when `write_clip()` does not copy the full data it had. I am on Windows,...

Similar to https://github.com/r-lib/styler/pull/1138, I think that `import-standalone*` should not be linted by default. As they are supposed to be read-only, they should only be linted in their original repo where...

feature

This code has been around for a very long time. https://github.com/HenrikBengtsson/R.utils/blob/0382c2e4628f53e5ca9ef821484e28443b87cc2f/R/Sys.readlink2.R#L49-L50 Note that code moved to: https://github.com/HenrikBengtsson/R.utils/blob/2daa30cd8598a917781fa45cccda8ee58dee2c7d/R/Sys.readlink.Windows.R#L32-L40 Would there be another way to do this? It feels like windows loses...

bug

Supersedes #153 since code has moved around. See https://github.com/HenrikBengtsson/R.utils/issues/152#issuecomment-1976899365 for motivation

Better document the `error` parameter of `check_dots_used()`. It redirects to `try_fetch()` but I don't see the link exactly https://github.com/r-lib/testthat/commit/932989cc0f1836ef1498c8fe755164f61d03bc35 Also, there is a mention of `check_dots_empty()` in the `check_dots_used()` docs....

to avoid having a popup that is too long in RStudio: Update topic-error-chaining.Rmd This occurs when I hover over chained condition in `abort()` docs. --- ![image](https://github.com/r-lib/rlang/assets/52606734/bd7b06a1-12c8-4876-a60c-eb0831df07b2) the box is very...