Alipio Galiana
2023-Dec-16 20:39 UTC
[R] call: file.exists("~/.Rtk2theme") error: file name conversion problem -- name too long?
I'm trying to study with r-commander but for a few days now I've been getting this error.> library (Rcmdr)Error: package or namespace load failed for ?Rcmdr?: .onLoad failed in loadNamespace() for 'tcltk2', details: call: file.exists("~/.Rtk2theme") error: file name conversion problem -- name too long? I have uninstalled, deleted, reinstalled several times and always the same error. can anybody help me? i'm work under R version 4.3.2 [[alternative HTML version deleted]]
Ivan Krylov
2023-Dec-17 07:38 UTC
[R] call: file.exists("~/.Rtk2theme") error: file name conversion problem -- name too long?
On Sat, 16 Dec 2023 21:39:16 +0100 Alipio Galiana <azhriel1 at gmail.com> wrote:> call: file.exists("~/.Rtk2theme") > error: file name conversion problem -- name too long?When you type file.exists('~/.Rtk2theme') into R, do you get the same error? Does such file actually exist in your home directory?> i'm work under R version 4.3.2What's the output of sessionInfo() and path.expand('~')? Feel free to redact the user name, but please preserve the number of characters and let us know whether they are non-ASCII. -- Best regards, Ivan