Error library(Rcmdr) R 3.6.3

Hello everyone,
I need help with the installation of the rcmdr package in version r 3.6.3 since it is the one required by the R wizard. I already ran install.packages("RcmdrMisc") but the error persists
This is the error:

image

Hi @SebasSe,
Something very weird is going on here!
I don't see how theRcmdr package could have been built under R version 4.3.0 since that version hasn't been released yet.
My updated set-up includes this output from sessioninfo::session_info()

..snip..
Rcmdr              * 2.8-0    2022-08-15 [1] CRAN (R 4.2.1)
RcmdrMisc          * 2.7-2    2022-01-05 [1] CRAN (R 4.2.0)
..snip..

You should post your output from these functions to solicit more help:

install.packages("Rcmdr", dependencies=TRUE)
sessionInfo()

Also, you are using a very old R version - I assume there is a valid reason for that.

Now i have this problem:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.