Longfei2

Results 7 issues of Longfei2

R gives the warning message when using the function rCompare.

Abnormal data in xpt: ![image](https://github.com/tidyverse/haven/assets/82366459/17681093-6aff-442c-8316-f8b6fb435f86) Normal data in R: ![image](https://github.com/tidyverse/haven/assets/82366459/118b0708-4769-4337-9b1e-92945c68cd4a)

reprex

when I use `haven::read_sas` , there are some messages and errors ![image](https://github.com/tidyverse/haven/assets/82366459/5f3ce9f8-6bb1-436f-889c-254a595f92f7) How to remove messages via other methods? Because I want to use `tryCatch` to choose other method to...

reprex

![image](https://github.com/gowerc/diffdf/assets/82366459/f8744865-91a3-40eb-9d56-3cdd51e6386f)

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? ![image](https://github.com/r-lib/pak/assets/82366459/a8dc2439-63c4-47f2-bcc1-fd14006ff5b1)

### 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...

enhancement