rstudio.prefs
rstudio.prefs copied to clipboard
`enable_splash_screen` is missing
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!