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

Use devtools::session_info() instead of sessionInfo() for finer information #133

Open
lcolladotor opened this issue Sep 17, 2014 · 3 comments

Comments

@lcolladotor
Copy link

Hi,

As an enhancement, it would be nice if the session information was dumped using devtools::session_info() instead of sessionInfo(). The main reason for suggesting this change is that devtools::session_info() gets the commit hash for github packages which is more precise than the package version number. This basically means changing https://github.com/craigcitro/r-travis/blob/master/scripts/travis-tool.sh#L215 and using EnsureDevTools a line above.

I understand that this might not happen for some time since session_info() is currently only available from the github version of devtools and not the CRAN version. Although, with the CRAN version you can install the github one.

Cheers,
Leo

@craigcitro
Copy link
Owner

ah, commit hash for github packages does sound nice. @hadley -- how long until the next devtools release?

@hadley
Copy link
Contributor

hadley commented Sep 23, 2014

7 hours ago ;)

@lcolladotor
Copy link
Author

Awesome =)

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

3 participants