Skip to content

Commit bc4c253

Browse files
Merge tag '0.16.2' into develop
rsc 0.16.2
2 parents 94708a8 + ca03fa4 commit bc4c253

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version (development version)
1+
## Version 0.16.2 [2024-08-21]
22

33
### Miscellaneous
44

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,20 +333,20 @@ As before, the RStudio Server is available at
333333
334334
```sh
335335
$ cd /path/to/software
336-
$ curl -L -O https://github.com/UCSF-CBI/rstudio-server-controller/archive/refs/tags/0.16.1.tar.gz
337-
$ tar xf 0.16.1.tar.gz
338-
$ PATH=/path/to/softwarerstudio-server-controller-0.16.1/bin:$PATH
336+
$ curl -L -O https://github.com/UCSF-CBI/rstudio-server-controller/archive/refs/tags/0.16.2.tar.gz
337+
$ tar xf 0.16.2.tar.gz
338+
$ PATH=/path/to/softwarerstudio-server-controller-0.16.2/bin:$PATH
339339
$ export PATH
340340
$ rsc --version
341-
0.16.1
341+
0.16.2
342342
```
343343
344344
To verify that the tool can find R and the RStudio Server executables,
345345
call:
346346
347347
```sh
348348
$ rsc --version --full
349-
rsc: 0.16.1
349+
rsc: 0.16.2
350350
RStudio Server: 2023.06.2+561 (Mountain Hydrangea) for Linux [/path/to/rstudio-server/bin/rstudio-server]
351351
R: 4.3.1 (2023-06-16) -- "Shortstop Beagle" [/path/to/R/bin/R]
352352
```

bin/rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
### rsc config --full
6464
### rsc log
6565
###
66-
### Version: 0.16.1-9003
66+
### Version: 0.16.2
6767
### Copyright: Henrik Bengtsson (2022-2024) and Harry Putnam (2022)
6868
### License: ISC
6969

0 commit comments

Comments
 (0)