Hi,
Because of some problems with Java and the 'XLConnect' package I uninstalled it. Now, when I start RStudio I get this error.
Loading required package: XLConnect
Error in .requirePackage(package) :
unable to find required package ‘XLConnect’
Además: Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘XLConnect’
Hi,
Thank you. It happens with new session without any loading of saved data. I have try to find this file but I cannot.
This is my system
R version 4.3.2
RStudio 2023.12.0 Build 369
I do not run any code. This happens when opening RStudio. This is the Rstudio console output:
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
Loading required package: XLConnect
Error in .requirePackage(package) :
unable to find required package ‘XLConnect’
In addition: Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘XLConnect’
# Things you might want to change
# options(papersize="a4")
# options(editor="notepad")
# options(pager="internal")
# set the default help type
# options(help_type="text")
options(help_type="html")
# set a site library
# .Library.site <- file.path(chartr("\\", "/", R.home()), "site-library")
# set a CRAN mirror
# local({r <- getOption("repos")
# r["CRAN"] <- "http://my.local.cran"
# options(repos=r)})
# Give a fortune cookie, but only to interactive sessions
# (This would need the fortunes package to be installed.)
# if (interactive())
# fortunes::fortune()
Try closing all your RStudio tabs and then restarting. It looks to me like you may have a tab open with an XLConnect object in it (in an Object Explorer/Inspector tab). RStudio is trying to reload the XLConnect package so it can show the object again.