rversions icon indicating copy to clipboard operation
rversions copied to clipboard

R versions, release dates and nicknames

Results 6 rversions issues
Sort by recently updated
recently updated
newest added

It should be much faster, and probably more available than the R SVN server, plus that way we only need to implement things once.

When issuing command `rversions::r_release_macos()` using rversions v.2.1.2, the command returns the following: > Error: Cannot find R-release version to download R 4.3.2 ``` > Sys.info() sysname "Darwin" release "23.2.0" version...

bug

According to https://cran.r-project.org, the current release version for both Apple silicon (M1/M2) and Intel (x86) processors is 4.3.0, released 21 April 2023. As of this date (14 June 2023), `rversions::r_release_macos()`...

bug

AIUI r-core does a lot of cherry-picking to include/exclude certain features, so we (probably) can't say "Version 3.6.3 was precisely r8xxxx", but it may still be worthwhile to associate each...

My workplace is blocking the R SVN server, resulting in an error from `rversions::r_release()` when the code tries to parse the "webpage blocked" message. Found downstream when using `devtools::dev_sitrep()`: ```...

I see that we can query the `Rtools` versions from the API directly: https://api.r-hub.io/rversions Would it be in-scope to surface those in this package somewhere? Or should we just ping...