--
You received this message because you are subscribed to the Google Groups "lavaan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lavaan+un...@googlegroups.com.
To post to this group, send email to lav...@googlegroups.com.
Visit this group at https://groups.google.com/group/lavaan.
For more options, visit https://groups.google.com/d/optout.
Hi Armin,
lavaan requires a newer R.
| Depends: | R (≥ 3.4) |
lavaan depends on R version 3.4 or higher. At version 3.3.3, you
can't use the newer lavaan. I am guessing a package tried to
install a newer version of lavaan and now you've lost the older
version of lavaan.
If you don't need the newest features, you could download a
tarball from here:
https://cran.r-project.org/src/contrib/Archive/lavaan/ and install
it from source. I would recommend downloading
lavaan_0.5-23.1097.tar.gz (since it predates 3.3.3)
1. Download the tarball to your Downloads folder.
2. Open a Terminal and type: cd ~/Downloads
3. Type: R CMD INSTALL lavaan_0.5-23.1097.tar.gz
This should install. You might need to install Xcode but I don't think lavaan uses C, C++, or fortran (or something else that needs to be compiled).
You may also be able to install a newer version of R from source
(https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Installing-R-under-Unix_002dalikes).
Chris