-
Notifications
You must be signed in to change notification settings - Fork 761
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() doesn't output the parallel
package version
#646
Comments
Given that, it is reasonable that |
base
package versionparallel
package version
Aye, Dan Tenenbaum made a similar remark on the other site (see here). I realize that Martin Morgan edited his earlier comment. He wanted to refer to the You covered |
My confusion started because parallel was not reported at all (I've revised my original post, empowered by the ability to change the past ;) ). It seems useful to indicate the full user session, including base packages (since both R [thinking of the methods package and Rscript] and the user can do all kinds of funky things, including starting R with no packages other than 'base') and especially base packages like parallel that are not loaded by default in a factory-fresh installation. Also, the user could install an arbitrary version of parallel in their R library directory. Hopefully that utils::sessionInfo() doesn't report versions of these packages is not compelling! |
I hadn't noticed that |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Hi,
As reported by Martin Morgan here,
devtools::session_info()
doesn't output thebase
package version, which is information he needed in the particular bug report linked previously.Cheers,
Leo
The text was updated successfully, but these errors were encountered: