jamovi / jmv

jamovi for R
https://www.jamovi.org
56 stars 27 forks source link

CRAN-version: Missing packages / dependencies #314

Closed sjentsch closed 2 years ago

sjentsch commented 2 years ago

When trying to run jmv::ANOVA in R, there are error messages because of missing dependencies: data.table readxl carData abind

jonathon-love commented 2 years ago

yeah, i don't think this has anything to do with us. we list car as an import, and it's someone/something else's responsibility to ensure cars dependencies get installed.

sjentsch commented 2 years ago

Oh, I see. Should I register an issue there?

jonathon-love commented 2 years ago

i think you'll find if you nuke your library and install jmv from scratch, everything will work.

so i don't think this will be reproducible ... and may have come about through any number of circumstances.

sjentsch commented 2 years ago

I see. Thanks!