yihui / xfun

Miscellaneous R functions
https://yihui.org/xfun/
Other
141 stars 28 forks source link

`session_info()` 生成的结果有多余的空行 #82

Closed chuxinyuan closed 1 year ago

chuxinyuan commented 1 year ago

By filing an issue to this repo, I promise that

I understand that my issue may be closed if I don't fulfill my promises.

xfun::session_info()
#> R version 4.3.1 (2023-06-16)
#> Platform: x86_64-pc-linux-gnu (64-bit)
#> Running under: Manjaro Linux
#> 
#> 
#> Locale:
#>   LC_CTYPE=zh_CN.UTF-8       LC_NUMERIC=C              
#>   LC_TIME=zh_CN.UTF-8        LC_COLLATE=zh_CN.UTF-8    
#>   LC_MONETARY=zh_CN.UTF-8    LC_MESSAGES=zh_CN.UTF-8   
#>   LC_PAPER=zh_CN.UTF-8       LC_NAME=C                 
#>   LC_ADDRESS=C               LC_TELEPHONE=C            
#>   LC_MEASUREMENT=zh_CN.UTF-8 LC_IDENTIFICATION=C       
#> 
#> time zone: Asia/Shanghai
#> tzcode source: system (glibc)
#> 
#> Package version:
#>   base64enc_0.1.3   bslib_0.5.1       cachem_1.0.8      callr_3.7.3      
#>   cli_3.6.1         clipr_0.8.0       compiler_4.3.1    digest_0.6.33    
#>   ellipsis_0.3.2    evaluate_0.22     fastmap_1.1.1     fontawesome_0.5.2
#>   fs_1.6.3          glue_1.6.2        graphics_4.3.1    grDevices_4.3.1  
#>   highr_0.10        htmltools_0.5.6.1 jquerylib_0.1.4   jsonlite_1.8.7   
#>   knitr_1.44        lifecycle_1.0.3   magrittr_2.0.3    memoise_2.0.1    
#>   methods_4.3.1     mime_0.12         processx_3.8.2    ps_1.7.5         
#>   purrr_1.0.2       R.cache_0.16.0    R.methodsS3_1.8.2 R.oo_1.25.0      
#>   R.utils_2.12.2    R6_2.5.1          rappdirs_0.3.3    reprex_2.0.2     
#>   rlang_1.1.1       rmarkdown_2.25    rprojroot_2.0.3   rstudioapi_0.15.0
#>   sass_0.4.7        stats_4.3.1       stringi_1.7.12    stringr_1.5.0    
#>   styler_1.10.2     tinytex_0.47      tools_4.3.1       utils_4.3.1      
#>   vctrs_0.6.3       withr_2.5.1       xfun_0.40         yaml_2.3.7

Created on 2023-10-18 with reprex v2.0.2

Locale: 上面是否多了一个空行?

yihui commented 1 year ago

已修正。谢谢。