rstudio.prefs icon indicating copy to clipboard operation
rstudio.prefs copied to clipboard

`enable_splash_screen` is missing

Open TanguyBarthelemy opened this issue 2 months ago • 0 comments

Hi,

Thank you for your very useful package! I have a small question about latest update in the GUI (here for example enable_splash_screen).

Do you intend to update your package with this newly added field?

library("rstudio.prefs")

use_rstudio_prefs(
    enable_splash_screen = FALSE,
)

#> ✔ Downloading list of available RStudio settings
#> 
#> ✖ "enable_splash_screen" may not be valid RStudio preference names. Proceed with caution.

Thank you!

TanguyBarthelemy avatar Oct 13 '25 13:10 TanguyBarthelemy