brandmaier / semtree

Recursive Partitioning for Structural Equation Models
https://brandmaier.github.io/semtree/
GNU General Public License v3.0
13 stars 11 forks source link

Install package wrong in read me #57

Closed LeonieHagitte closed 3 months ago

LeonieHagitte commented 11 months ago

devtools::install_github("brandmaier/semtree")

even better: install with package vignette (extra documentation)

devtools::install_github("brandmaier/semtree",force=TRUE, build_opts = c())

in the first line in the readme the name of repo and author are mixed up, which returns an error in R

brandmaier commented 3 months ago

Thanks @LeonieHagitte. Fixed as of https://github.com/brandmaier/semtree/commit/f439b98403ae40f29af6f9059972327b94be715b.