Skip to content

Commit e346f6a

Browse files
rsc/0.14.2
1 parent 9506d1e commit e346f6a

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

NEWS.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
## Version (development version)
1+
## Version 0.14.2 [2023-10-23]
22

3-
* ...
3+
### Miscellaneous
4+
5+
* `rsc start`, `rsc stop`, `rsc status`, `rsc reset`, etc. give more
6+
informative error messages when the machine where RStudio Server
7+
was most recently running on is not longer available.
8+
9+
* `rsc start --force` suggests calling `rsc reset --force` as a last
10+
resort if the machine, where RStudio Server was most recently
11+
running on, is not longer available.
412

513

614
## Version 0.14.1 [2023-10-16]

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.14.1.tar.gz
337-
$ tar xf 0.14.1.tar.gz
338-
$ PATH=/path/to/softwarerstudio-server-controller-0.14.1/bin:$PATH
336+
$ curl -L -O https://github.com/UCSF-CBI/rstudio-server-controller/archive/refs/tags/0.14.2.tar.gz
337+
$ tar xf 0.14.2.tar.gz
338+
$ PATH=/path/to/softwarerstudio-server-controller-0.14.2/bin:$PATH
339339
$ export PATH
340340
$ rsc --version
341-
0.14.1
341+
0.14.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.14.1
349+
rsc: 0.14.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.14.1-9005
66+
### Version: 0.14.2
6767
### Copyright: Henrik Bengtsson (2022-2023) and Harry Putnam (2022)
6868
### License: ISC
6969

0 commit comments

Comments
 (0)