I have an ubuntu 22.04 system with R 4.3.1. When I try to install geomorph, I get this:
> install.packages("geomorph")
Installing package into ‘/home/maga/R/x86_64-pc-linux-gnu-library/4.3’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘geomorph’ is not available for this version of R
‘geomorph’ version 4.0.8 is in the repositories but depends on R(>= 4.4.0)
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
I thought maybe geomorph 4.0.8 has some R 4.4 specific code, but on another system with R 4.2.1, same command works happily (didn't check which geomorph version it did bring though).
install_github() is also failing with the same error. Any suggestions (beyond switching 4.4?)