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

devtools::bootstrap() #592

Closed
hadley opened this issue Sep 22, 2014 · 11 comments
Closed

devtools::bootstrap() #592

hadley opened this issue Sep 22, 2014 · 11 comments

Comments

@hadley
Copy link
Member

hadley commented Sep 22, 2014

Need some way to help people make sure they're up to date

  • is R version current?
  • is RStudio version current?
  • is devtools up-to-date?

Need to deal with windows issues.

@hadley
Copy link
Member Author

hadley commented Nov 3, 2014

@gaborcsardi
Copy link
Member

I don't how fast the RStudio server picks up the stuff, but maybe it is better to parse http://cran.r-project.org/. If a couple of hours after a release matter.

@hadley
Copy link
Member Author

hadley commented Apr 28, 2015

@gaborcsardi can you please remind me of your package that checks R is up-to-date?

@hadley
Copy link
Member Author

hadley commented Apr 28, 2015

@gaborcsardi (I mean that returns the released version of R)

@hadley
Copy link
Member Author

hadley commented Apr 28, 2015

@gaborcsardi oh it's rversions - I was looking under your person github instead of metacran.

@gaborcsardi
Copy link
Member

@hadley Yes, it is also on CRAN now: http://cran.r-project.org/web/packages/rversions/index.html This queries the SVN, so it is not super fast.

I also have a web service, which just serves static data in JSON, it is updated after each R release:
http://rversions.r-pkg.org/r-release
http://rversions.r-pkg.org/r-oldrel
http://rversions.r-pkg.org/r-versions
This is fast, obviously.

@hadley
Copy link
Member Author

hadley commented Apr 28, 2015

Is there a reason you don't use that in rversions? I don't care much about speed for this usage - I'd rather have something that's likely to keep working for a few years.

@hadley hadley closed this as completed in a4706ec Apr 28, 2015
@gaborcsardi
Copy link
Member

You mean for not using my web service in the R package?

The R package was before and it is used to update the web service. I made the web service after, because I needed the current version without R, in https://github.com/metacran/r-builder, to check which version of R to install.

But I could use the web service in the R package by default, obviously. I am not sure if that's better or not.

@hadley
Copy link
Member Author

hadley commented Apr 28, 2015

@gaborcsardi ah, makes sense.

@gaborcsardi
Copy link
Member

It is actually pretty slow (1s vs ~0s), so I think I might change it to use the web service by default.

@lock
Copy link

lock bot commented Sep 18, 2018

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/

@lock lock bot locked and limited conversation to collaborators Sep 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants