You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah now that RStudio affords better control over all of this, we will definitely take advantage. I haven't given it any specific thought yet, personally.
Existing function that is also relevant: use_blank_slate(). In the past, we couldn't really do much exciting there -- which is to change this at the user level (vs. project) only -- but now I think we can.
Note we would never want to hardwire any more path logic than we have to. I'd rather ask rstudioapi where it keeps it config file. Which is an existing request of mine:
Would an
edit_rstudio_prefs
function be useful here?Here is a minimal function that might be a start cribbed heavily from
edit_r_profile
:Just trying to gauge whether there is interest in working on this to include into
usethis
.The text was updated successfully, but these errors were encountered: