TheoreticalEcology / s-jSDM

Scalable joint species distribution modeling
https://cran.r-project.org/web/packages/sjSDM/index.html
GNU General Public License v3.0
67 stars 14 forks source link

plotInternalStructure: there is no package called ‘ggplodt2’ #118

Closed wevertonbio closed 1 year ago

wevertonbio commented 1 year ago

Hello,

I installed the package's development version today. When I use the plotInternalStructure function, I get the following error: Error in loadNamespace(x) : there is no package called ‘ggplodt2’

I believe it is due to a typo in the anova function (line 503 in https://github.com/TheoreticalEcology/s-jSDM/blob/master/sjSDM/R/anova.R): ggplodt2::theme(tern.axis.arrow.text = element_text(size = 7),legend.position = "bottom", legend.margin = margin(r = 30), legend.box="vertical")

MaximilianPi commented 1 year ago

Thx @WevertonBio!