Launching Rstudio

Asked 2 years ago, Updated 2 years ago, 43 views

I am using Rstudio in Windows 8.Due to the need to install a large number of packages due to business reasons, Rstudio starts late and sometimes freezes.I think it's to load all the packages when Rstudio boots (R's own boot time hasn't changed).
Please let me know if there is any way to minimize the loading of packages when starting Rstudio and load them as needed with the library() command.

r

2022-09-30 20:22

1 Answers

RStudio has been configured to read the previous work environment from .RData, so I think that's why it's slow to boot.

If you uncheck Restore.RData into workspace at startup in the General section of Tools->Global Options, you will not be able to resume your work environment from the next boot, so it will start faster.


2022-09-30 20:22

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.