File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- ## Version (development version)
1
+ ## Version 0.16.2 [ 2024-08-21 ]
2
2
3
3
### Miscellaneous
4
4
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.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
339
339
$ export PATH
340
340
$ rsc --version
341
- 0.16.1
341
+ 0.16.2
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.16.1
349
+ rsc: 0.16.2
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
` ` `
Original file line number Diff line number Diff line change 63
63
# ## rsc config --full
64
64
# ## rsc log
65
65
# ##
66
- # ## Version: 0.16.1-9003
66
+ # ## Version: 0.16.2
67
67
# ## Copyright: Henrik Bengtsson (2022-2024) and Harry Putnam (2022)
68
68
# ## License: ISC
69
69
You can’t perform that action at this time.
0 commit comments