Open pw2 opened 3 years ago
Whenever I try and load rstanarm, library(rstanarm), it freezes at the step Loading required package: Rcpp.
library(rstanarm)
Loading required package: Rcpp
The version of the rstanarm package you are running (e.g., from packageVersion("rstanarm"))
packageVersion("rstanarm")
I'm running R 4.0.5. Should I upgraded to a newer version of R?
R 4.0.5
I'm running Windows 10, 64-bit
This is where it gets hung up and just stays there, freezing R.
I would upgrade your R and possibly reinstall Rcpp.
Summary:
Whenever I try and load rstanarm,
library(rstanarm)
, it freezes at the stepLoading required package: Rcpp
.RStanARM Version:
The version of the rstanarm package you are running (e.g., from
packageVersion("rstanarm")
)R Version:
I'm running
R 4.0.5
. Should I upgraded to a newer version of R?Operating System:
I'm running Windows 10, 64-bit
This is where it gets hung up and just stays there, freezing R.