Longfei2
Longfei2
R gives the warning message when using the function rCompare.
Abnormal data in xpt:  Normal data in R: 
when I use `haven::read_sas` , there are some messages and errors  How to remove messages via other methods? Because I want to use `tryCatch` to choose other method to...

How to use openxlsx to control the value of text column, e.g. I want to make sure the certain character column must be "Yes" or "No"?
If I want to always install R packages from the online repositories instead of using cached files locally, how do I configure that? 
### Feature Idea Dear, See the following script in `1.R`: ``` stop("xxxxx") stop("111111") cli::cli_abort("aaaaaaa") ``` I want to output all errors instead of only outputing first error. ### Relevant Input...
Please run these codes, and it will yeild an error message. ``` a % dtplyr::lazy_dt() %>% dplyr::mutate(dplyr::across(.cols = c("x1", "x2"), .fns = ~ ifelse(is.na(.x) | !.x, "", sub("x", "", dplyr::cur_column()...
The return value of `axecute()` seems to be `NULL` instead of `0` or `1` according to this description.