Skip to content

Commit

Permalink
rsc 0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Oct 4, 2023
1 parent f14355f commit 8f84a1d
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.13.7 [2023-10-04]

### Miscellaneous

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,21 +333,21 @@ 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.13.6.tar.gz
$ tar xf 0.13.6.tar.gz
$ PATH=/path/to/softwarerstudio-server-controller-0.13.6/bin:$PATH
$ curl -L -O https://github.com/UCSF-CBI/rstudio-server-controller/archive/refs/tags/0.13.7.tar.gz
$ tar xf 0.13.7.tar.gz
$ PATH=/path/to/softwarerstudio-server-controller-0.13.7/bin:$PATH
$ export PATH
$ rsc --version
0.13.6
0.13.7
```
To verify that the tool can find R and the RStudio Server executables,
call:
```sh
$ rsc --version --full
rsc: 0.13.6
RStudio Server: 2023.03.0+386 (Cherry Blossom) for Linux [/path/to/rstudio-server/bin/rstudio-server]
rsc: 0.13.7
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
2 changes: 1 addition & 1 deletion bin/rsc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
### rsc config --full
### rsc log
###
### Version: 0.13.6-9002
### Version: 0.13.7
### Copyright: Henrik Bengtsson (2022-2023) and Harry Putnam (2022)
### License: ISC

Expand Down

0 comments on commit 8f84a1d

Please sign in to comment.