RStudio automatically loads packages and I am trying to find out, how it is possible as I am not using .RData .RProfile or any other script (all deleted). However, when starting RStudio, a bunch of packages is loaded example "zoo", but it is shown that it is not activated in R (see picture). Is there any connection with:
dput(loadedNamespaces())
c("**zoo**", "tidyselect", "xfun", "shinyjs", "purrr", "corrplot",
"urca", "lattice", "vars", "colorspace", "vctrs", "generics",
"usethis", "htmltools", "yaml", "grDevices", "utf8", "rlang",
"pillar", "glue", "DBI", "forecast", "TTR", "lifecycle", "quantmod",
"timeDate", "munsell", "gtable", "evaluate", "knitr", "tseries",
"strucchange", "lmtest", "parallel", "curl", "fansi", "methods",
"xts", "Rcpp", "scales", "fs", "fracdiff", "ggplot2", "stats",
"datasets", "graphics", "digest", "stringi", "dplyr", "grid",
"quadprog", "tools", "sandwich", "magrittr", "tibble", "crayon",
"pkgconfig", "MASS", "ellipsis", "rsconnect", "utils", "assertthat",
"rmarkdown", "base", "R6", "nnet", "nlme", "compiler")
and
.libPaths()
"C:/Users/HP/Documents/R/win-library/4.0" "C:/Program Files/R/R-4.0.2/library"
It is slowing my work as I have to way a long time to start RStudio. Any help?