m-clark / mixedup

An R package for extracting results from mixed models that are easy to use and viable for presentation.
http://m-clark.github.io/mixedup
MIT License
67 stars 2 forks source link

R version #18

Closed crancran2 closed 3 years ago

crancran2 commented 4 years ago

I'm unable to install this package and get this error message: "package ‘mixedup’ is not available for this version of R." package may need updates.

SchmidtPaul commented 4 years ago

Maybe you need to update R, because the recommended installing method just worked for me:

remotes::install_github('m-clark/mixedup')

I have R version 4.0.3

m-clark commented 4 years ago

It depends on at least R 3.6. But let me know if you still have issues.

remotes::install_github('m-clark/mixedup')

# if you don't already have rstanarm and/or brms

withr::with_envvar(c(R_REMOTES_NO_ERRORS_FROM_WARNINGS = "true"), 
  remotes::install_github('m-clark/mixedup')
)
m-clark commented 3 years ago

Going ahead and closing until something comes up.