I updated R and Rstudio today to the newest version R 4.4.0 and R studio 2024.04.2+764. For some reason when I type R.Version(), I get : R.Version()
$platform
[1] "x86_64-w64-mingw32"
$arch
[1] "x86_64"
$os
[1] "mingw32"
$crt
[1] "ucrt"
$system
[1] "x86_64, mingw32"
$status
[1] ""
$major
[1] "4"
$minor
[1] "3.2"
$year
[1] "2023"
$month
[1] "10"
$day
[1] "31"
$svn rev
[1] "85441"
$language
[1] "R"
$version.string
[1] "R version 4.3.2 (2023-10-31 ucrt)"
$nickname
[1] "Eye Holes"
What is the problem? Also, some libraries like Hmisc aren't working.
First, is the operating system piece correct (mingw32 on an X86-64 architecture)? Second, do you get this version info if you run R in a command prompt (outside RStudio)?
Thanks for the swift response. I fixed it by uninstalling everything and reinstalling the latest versions. It seems that there was some interference from the old version 4.3.2, because it showed that it was still installed for some reason.