Skip to content

Commit 5ce39a1

Browse files
Merge branch 'release/0.14.3'
2 parents 04139c1 + cc7a3fb commit 5ce39a1

File tree

4 files changed

+260
-63
lines changed

4 files changed

+260
-63
lines changed

NEWS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Version 0.14.3 [2024-01-15]
2+
3+
### New Features
4+
5+
* `rsc start --password=random` now generates a password that can be
6+
copied by double-clicking on it. Technically, the password is now
7+
in a Base64 URL-safe encoding, whereas in the past it was Base64.
8+
9+
### Bug Fixes
10+
11+
* `rsc start` would something fail to identified a TCP port as
12+
non-available, which resulted in an error from RStudio Server
13+
failing to launch. Fixed problem by updating to **port4me** 0.7.0
14+
internally.
15+
16+
117
## Version 0.14.2 [2023-10-23]
218

319
### Miscellaneous

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.2.tar.gz
337-
$ tar xf 0.14.2.tar.gz
338-
$ PATH=/path/to/softwarerstudio-server-controller-0.14.2/bin:$PATH
336+
$ curl -L -O https://github.com/UCSF-CBI/rstudio-server-controller/archive/refs/tags/0.14.3.tar.gz
337+
$ tar xf 0.14.3.tar.gz
338+
$ PATH=/path/to/softwarerstudio-server-controller-0.14.3/bin:$PATH
339339
$ export PATH
340340
$ rsc --version
341-
0.14.2
341+
0.14.3
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.2
349+
rsc: 0.14.3
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
```

0 commit comments

Comments
 (0)