Kirill Müller

Results 622 issues of Kirill Müller

In R packages, I try to organize the code in .R files so that if a function in `a.R` calls a function in `b.R`, no function from `b.R` calls back...

``` r waldo::compare(dplyr:::as_join_by("a"), dplyr::join_by(a == a)) #> `old$exprs[[1]]`: `"a" == "a"` #> `new$exprs[[1]]`: `a == a` ``` Created on 2024-03-08 with [reprex v2.1.0](https://reprex.tidyverse.org) I can work around, but I wonder...

https://github.com/cynkra/lazytest I believe this functionality could be a good fit for testthis. Would you like to include it and perhaps send to CRAN? Ping @s-fleck.

in pkgdown: https://moodymudskipper.github.io/typed/reference/declare.html.

The `{package}` notation no longer works in Rd files, need `\pkg{package}` or similar.

``` r igraph NULL, #> NULL, #> NULL, #> NULL, #> list( #> c(1, 0, 1), list(name = "Ring graph", mutual = FALSE, circular = TRUE), #> list(), list(foo =...

would help solving yihui/tikzDevice#5. I think we might need an approach very similar to the bash socket -- how about permitting additional arguments (via `shift` and `$@`) for the bash...

https://github.com/rstudio/rstudio/issues/9833 This is a setting that can be turned off. We want to mention this in the documentation.

documentation

Another corner case, recreatable, e.g., with a package that has only one `test-*.R` file.