-
```r
lint("# abc\n", todo_comment_linter('abc', except_regex = "(abc)"))
# Error in `h()`:
# ! Linter `linter()` failed in /tmp/Rtmp6XgIZm/file2adee8120fb1df:
# invalid argument type
# Run `rlang…
-
I currently see this in [22.3.1 Lazy evaluation](https://adv-r.hadley.nz/debugging.html#debug-lazy):
The text says:
> You can using `rlang::with_abort()` and `rlang::last_trace()` to see the…
-
## r-base
- [x] Figuring out configuration and cross-compilation
- https://github.com/IsabelParedes/emscripten-forge-recipes/tree/r-base-flang
- lang: R, C, Fortran
- [x] Package `r-base` fo…
-
E.g. instead of
`
if(is.matrix(x) | is.data.frame(x){
}
`
use
`
if(inherits_any(x, c("matrix", "DataFrame"))){
}
`
-
I'd like to convert my seurat object a (Seurat V5) into spata2 object, but it fails. Would you help how can I fix this problem?
Error in `dplyr::rename()`:
! Can't rename columns that don't exist.
…
-
With `stringr` 1.5.1, the `str_sort` function strips names from the vector.
Current behavior:
```r
x str(x)
Named chr [1:3] "3" "2" "1"
- attr(*, "names")= chr [1:3] "A" "B" "C"
> stringr::…
-
### Prerequisites
+ [X] Have you read [Feedback](https://guangchuangyu.github.io/ggtree/#feedback) and follow the [guide](https://guangchuangyu.github.io/2016/07/how-to-bug-author/)?
* [X] make s…
-
```r
rlang::eval_tidy(... ~ 1)
#> Error in rlang::eval_tidy(... ~ 1) : '...' used in an incorrect context
rlang::eval_tidy(1 ~ ...)
Error in rlang::eval_tidy(1 ~ ...) : '...' used in an incorrec…
-
https://github.com/CDCgov/cfa-respnet-nowcasting-daily/blob/7fc8e0e369707b0bfa802c1f59f9dce9f9916375/R/Simulated%20Data%20Analysis/Functions/get_weekly_nowcast_from_daily.R#L49
I think you only nee…
-
Hello Dr. Cheung and Dr. Lai,
This is a really cool and helpful package for customizing plots of path models in a convenient way with huge flexibility.
I was testing out this package with an o…