File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- ## Version (development version)
1
+ ## Version 0.17.0 [ 2024-11-10 ]
2
2
3
3
### New Features
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.2 .tar.gz
337
- $ tar xf 0.16.2 .tar.gz
338
- $ PATH=/path/to/softwarerstudio-server-controller-0.16.2 /bin:$PATH
336
+ $ curl -L -O https://github.com/UCSF-CBI/rstudio-server-controller/archive/refs/tags/0.17.0 .tar.gz
337
+ $ tar xf 0.17.0 .tar.gz
338
+ $ PATH=/path/to/softwarerstudio-server-controller-0.17.0 /bin:$PATH
339
339
$ export PATH
340
340
$ rsc --version
341
- 0.16.2
341
+ 0.17.0
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.2
349
+ rsc: 0.17.0
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 73
73
# ## rsc reset
74
74
# ## rsc reset --which=rsc (default)
75
75
# ## rsc reset --force
76
- # ## rsc reset --which=session
76
+ # ## rsc reset --which=sessions
77
77
# ##
78
- # ## Version: 0.16.2-9009
78
+ # ## Version: 0.17.0
79
79
# ## Copyright: Henrik Bengtsson (2022-2024) and Harry Putnam (2022)
80
80
# ## License: ISC
81
81
You can’t perform that action at this time.
0 commit comments