We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
osVersion
On Windows, session_info() reports os as follows:
session_info()
os
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"
The text was updated successfully, but these errors were encountered:
80da31a
No branches or pull requests
On Windows,
session_info()
reportsos
as follows:It would be helpful if it reported the value of
osVersion
, which is a bit more detailed: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()
andosVersion
. I think the same is true for Linux.The text was updated successfully, but these errors were encountered: