Error while installing summarytools package on R version greater than 4.0.5

Not able to install summarytools in R version 4.0.5 or above. Can someone suggest a way around or another alternate package.

summarytools

  if(!require(summarytools)){
        install.packages("summarytools",dependencies = TRUE)
        library(summarytools)
}

Actually, you have symmarytools installed. The warning message you get is because the binary used to install the package has been compiled using a different version of R than the one you are currently using, this is harmless most of the time if you are not using a different major version of R.

If you want to get read of this message, match the same R version with your binaries

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.