Skip to content

Commit e5c8c0d

Browse files
committed
added RStudio to troubleshooting guide as suggested in PR
1 parent 353837b commit e5c8c0d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/hpc/03_storage/05_best_practices.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,15 @@ For Cursor:
5151
rm -rf ${HOME}/.cursor-server && mkdir -p ${SCRATCH}/cursor-server && ln -s ${SCRATCH}/cursor-server ${HOME}/.cursor-server
5252
```
5353

54+
For RStudio:
55+
```bash
56+
rm -rf ${HOME}/.local/share/rstudio && mkdir -p ${SCRATCH}/.local/share/rstudio && ln -s ${SCRATCH}/.local/share/rstudio ${HOME}/.local/share/rstudio
57+
```
58+
5459
:::warning
5560
The first part of the commands above will remove the contents of the dot directory in your `${HOME}` directory. Be sure to copy anything you'd like to save from that directory before running the commands above.
5661
:::
5762

63+
For details about changing your default RStudio directory please see [User state storage](https://docs.posit.co/ide/server-pro/admin/rstudio_pro_sessions/workspace_management.html#user-state-storage).
64+
5865
Please contact [hpc@nyu.edu](mailto:hpc@nyu.edu) if you have any questions.

0 commit comments

Comments
 (0)