Skip to content

Commit

Permalink
rsc 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Nov 11, 2024
1 parent 748d7bb commit fbfa310
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version (development version)
## Version 0.17.0 [2024-11-10]

### New Features

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,20 +333,20 @@ As before, the RStudio Server is available at
```sh
$ cd /path/to/software
$ curl -L -O https://github.com/UCSF-CBI/rstudio-server-controller/archive/refs/tags/0.16.2.tar.gz
$ tar xf 0.16.2.tar.gz
$ PATH=/path/to/softwarerstudio-server-controller-0.16.2/bin:$PATH
$ curl -L -O https://github.com/UCSF-CBI/rstudio-server-controller/archive/refs/tags/0.17.0.tar.gz
$ tar xf 0.17.0.tar.gz
$ PATH=/path/to/softwarerstudio-server-controller-0.17.0/bin:$PATH
$ export PATH
$ rsc --version
0.16.2
0.17.0
```
To verify that the tool can find R and the RStudio Server executables,
call:
```sh
$ rsc --version --full
rsc: 0.16.2
rsc: 0.17.0
RStudio Server: 2023.06.2+561 (Mountain Hydrangea) for Linux [/path/to/rstudio-server/bin/rstudio-server]
R: 4.3.1 (2023-06-16) -- "Shortstop Beagle" [/path/to/R/bin/R]
```
Expand Down
4 changes: 2 additions & 2 deletions bin/rsc
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
### rsc reset
### rsc reset --which=rsc (default)
### rsc reset --force
### rsc reset --which=session
### rsc reset --which=sessions
###
### Version: 0.16.2-9009
### Version: 0.17.0
### Copyright: Henrik Bengtsson (2022-2024) and Harry Putnam (2022)
### License: ISC

Expand Down

0 comments on commit fbfa310

Please sign in to comment.