Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
3 tasks done
chuxinyuan opened this issue Oct 18, 2023 · 1 comment
Closed
3 tasks done

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

chuxinyuan opened this issue Oct 18, 2023 · 1 comment

Comments

@chuxinyuan
Copy link
Contributor

chuxinyuan commented Oct 18, 2023


By filing an issue to this repo, I promise that

  • I have fully read the issue guide at https://yihui.org/issue/.
  • I have provided the necessary information about my issue.
    • If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
    • If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('xfun'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('yihui/xfun').
    • If I have posted the same issue elsewhere, I have also mentioned it in this issue.
  • I have learned the Github Markdown syntax, and formatted my issue correctly.

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: 上面是否多了一个空行?

@chuxinyuan chuxinyuan changed the title session_info() 生成的结果有多于的空行 session_info() 生成的结果有多余的空行 Oct 18, 2023
@yihui yihui closed this as completed in e89de21 Oct 20, 2023
@yihui
Copy link
Owner

yihui commented Oct 20, 2023

已修正。谢谢。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants