emmeans download for 3.6.3 version on R

Hello,

Is there a way for me to download "emmeans" for version 3.6.3 MAC in R?
I have attempted the following code and they produce errors:
library(remotes)
install_version("emmeans", version = "3.6.3")
Error in download_version_url(package, version, repos, type) :
version '3.6.3' is invalid for package 'emmeans'

I have also tried installing lsmeans
library(lsmeans)
Error: package ‘emmeans’ required by ‘lsmeans’ could not be found

thanks

your R version is 3.6.3; but the emmeans version that last supported R3 was 1.7.5

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.