JClavel / mvMORPH

mvMORPH: an R package for fitting multivariate evolutionary models to morphometric data
17 stars 5 forks source link

Function ellipse not found while building vignettes #10

Closed gaballench closed 2 years ago

gaballench commented 2 years ago

Dear Dr. Clavel,

I tried to install mvMORPH using install_github but there is an error when compiling the rmd suggesting the function ellipse (used in this line https://github.com/JClavel/mvMORPH/blob/ca044d7cbb9314de04bf2f693d5567b409b529b1/vignettes/tutorial_mvMORPH.Rmd#L330) is not found. Which package does provide this function?

Thanks in advance,

Gustavo

JClavel commented 2 years ago

Dear Gustavo,

To build a vignette you need packages that are usually in the "Suggests" section of the NAMESPACE. Here, you'll need both "knitr" and "car"

Regards,

Julien