File tree Expand file tree Collapse file tree 4 files changed +260
-63
lines changed Expand file tree Collapse file tree 4 files changed +260
-63
lines changed Original file line number Diff line number Diff line change
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
+
1
17
## Version 0.14.2 [ 2023-10-23]
2
18
3
19
### Miscellaneous
Original file line number Diff line number Diff line change @@ -333,20 +333,20 @@ As before, the RStudio Server is available at
333
333
334
334
` ` ` sh
335
335
$ 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
339
339
$ export PATH
340
340
$ rsc --version
341
- 0.14.2
341
+ 0.14.3
342
342
` ` `
343
343
344
344
To verify that the tool can find R and the RStudio Server executables,
345
345
call:
346
346
347
347
` ` ` sh
348
348
$ rsc --version --full
349
- rsc: 0.14.2
349
+ rsc: 0.14.3
350
350
RStudio Server: 2023.06.2+561 (Mountain Hydrangea) for Linux [/path/to/rstudio-server/bin/rstudio-server]
351
351
R: 4.3.1 (2023-06-16) -- " Shortstop Beagle" [/path/to/R/bin/R]
352
352
` ` `
You can’t perform that action at this time.
0 commit comments