Skip to content

Commit

Permalink
Document 'next' version
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Apr 4, 2022
1 parent 16e6abe commit 1cd67d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/help-linux.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ DESCRIPTION
An R version can be specified in various ways:
- `rim resolve devel` is the latest available development version,
- `rim resolve next` is the next (patched, alpha, beta, etc.) version,
- `rim resolve release` is the latest release.
- `rim resolve x.y.z` is a specific version.
- `rim resolve x.y` is the latest release within the `x.y` minor branch.
Expand Down Expand Up @@ -111,6 +112,7 @@ DESCRIPTION:
The desired R version can be specified in various ways:
- `rim add devel` adds the latest available development version,
- `rim add next` is the next version (patched, alpha, beta, rc, etc.),
- `rim add release` adds the latest release.
- `rim add x.y.z` adds a specific version.
- `rim add x.y` adds the latest release within the `x.y` minor branch.
Expand Down
2 changes: 2 additions & 0 deletions src/help-macos.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ DESCRIPTION
An R version can be specified in various ways:
- `rim resolve devel` is the latest available development version,
- `rim resolve next` is the next (patched, alpha, beta, etc.) version,
- `rim resolve release` is the latest release.
- `rim resolve x.y.z` is a specific version.
- `rim resolve x.y` is the latest release within the `x.y` minor branch.
Expand Down Expand Up @@ -124,6 +125,7 @@ DESCRIPTION:
The desired R version can be specified in various ways:
- `rim add devel` adds the latest available development version,
- `rim add next` is the next version (patched, alpha, beta, rc, etc.),
- `rim add release` adds the latest release.
- `rim add x.y.z` adds a specific version.
- `rim add x.y` adds the latest release within the `x.y` minor branch.
Expand Down
2 changes: 2 additions & 0 deletions src/help-windows.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ DESCRIPTION:
An R version can be specified in various ways:
- `rim resolve devel` is the latest available development version,
- `rim resolve next` is the next (patched, alpha, beta, etc.) version,
- `rim resolve release` is the latest release.
- `rim resolve x.y.z` is a specific version.
- `rim resolve x.y` is the latest release within the `x.y` minor branch.
Expand Down Expand Up @@ -113,6 +114,7 @@ DESCRIPTION
The desired R version can be specified in various ways:
- `rim add devel` adds the latest available development version,
- `rim add next` is the next version (patched, alpha, beta, rc, etc.),
- `rim add release` adds the latest release.
- `rim add x.y.z` adds a specific version.
- `rim add x.y` adds the latest release within the `x.y` minor branch.
Expand Down

0 comments on commit 1cd67d8

Please sign in to comment.