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() should include value of osVersion #40

Closed
wch opened this issue Jul 27, 2020 · 0 comments
Closed

session_info() should include value of osVersion #40

wch opened this issue Jul 27, 2020 · 0 comments
Labels
feature a feature request or enhancement

Comments

@wch
Copy link
Member

wch commented Jul 27, 2020

On Windows, session_info() reports os as follows:

 os       Windows 10 x64              

It would be helpful if it reported the value of osVersion, which is a bit more detailed:

> osVersion
[1] "Windows 10 x64 (build 18363)"

This information would have been helpful for debugging an issue with GitHub Actions that @schloerke and I encountered recently.

Note that on a Mac, there's no difference between session_info() and osVersion. I think the same is true for Linux.

 os       macOS Catalina 10.15.5      
> osVersion
[1] "macOS Catalina 10.15.5"
@gaborcsardi gaborcsardi added feature a feature request or enhancement and removed enhancement labels Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants