https://github.com/r-hub/rversions
R versions, release dates and nicknames
https://github.com/r-hub/rversions
r r-package rstats
Last synced: 6 months ago
JSON representation
R versions, release dates and nicknames
- Host: GitHub
- URL: https://github.com/r-hub/rversions
- Owner: r-hub
- License: other
- Created: 2014-11-21T19:16:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T14:18:39.000Z (over 1 year ago)
- Last Synced: 2024-11-05T00:05:26.645Z (7 months ago)
- Topics: r, r-package, rstats
- Language: R
- Homepage: https://r-hub.github.io/rversions
- Size: 288 KB
- Stars: 39
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - r-hub/rversions - R versions, release dates and nicknames (R)
README
---
output:
github_document:
html_preview: false
---```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
comment = "#>",
tidy = FALSE,
error = FALSE)
```> Past and present R versions
[](https://github.com/r-hub/rversions/actions/workflows/R-CMD-check.yaml)
[](https://r-pkg.org/pkg/rversions)
[](https://r-pkg.org/pkg/rversions)
[](https://cran.r-project.org/web/checks/check_results_rversions.html)
[](https://gitter.im/r-hub/community)
[](https://www.repostatus.org/#active)
[](https://app.codecov.io/gh/r-hub/rversions?branch=master)The R version numbers and dates are extracted from the
main R SVN repository at https://svn.r-project.org/R/.`rversions` is in particular useful for determining at any given moment what versions "R-release" and "R-oldrel" refer to. This is useful for e.g. [R-hub](https://docs.r-hub.io/).
## Installation
```{r eval = FALSE}
install.packages("rversions")
```## Usage
### R-release and R-oldrel
```{r}
library(rversions)
r_release()
r_oldrel()
```### All R versions and release dates
```{r}
r_versions()
```## License
MIT © [Gábor Csárdi](https://github.com/gaborcsardi)