Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RStudio project name

Tags:

r

rstudio

Is it possible to force RStudio to use the project (.Rproj) name instead of the directory that the project resides in?

For example, I have a project that I've named shapefiles.Rproj, but it resides inside of the "data" directory, and therefore, the name at the top of the taskbar shows as "data", but I'd like to show as "shapefiles".

enter image description here

like image 905
derelict Avatar asked May 09 '26 09:05

derelict


1 Answers

This appears to be a long-standing request that's not yet implemented. See https://github.com/rstudio/rstudio/issues/1909.

like image 196
Matt_B Avatar answered May 12 '26 02:05

Matt_B