PIFSCstockassessments / ss3diags

R package with advanced diagnostics to evaluate a Stock Synthesis model. Diagnostics include residual analyses, hindcasting and cross-validation techniques, and retrospective analyses.
http://pifscstockassessments.github.io/ss3diags/
2 stars 4 forks source link

Indirect use of gtools package warning message #47

Closed efletcherPIFSC closed 2 years ago

efletcherPIFSC commented 2 years ago

Warning message Requires (indirectly) orphaned package: 'gtools' pops up when checking ss3diags.

(As of 6/17/2022) maintainer of gtools is ORPHANED (https://cran.r-project.org/web/packages/gtools/index.html)

Initially, the r4ss dependency may of was the cause, however the it was give a simlar issue:
suggests orphaned package: 'gtools'. gtools is a suggested dependency for r4ss,

gplots is this package dependency that requires gtools.

efletcherPIFSC commented 2 years ago

To resolve this:

There is one instance that ss3diags uses gplots. It is used to create a 2D empirical confidence regions (kobe plot regions): stock and harvest, by kernel posterior.

efletcherPIFSC commented 2 years ago

Note: gtools devs are looking into the Orphaned package issue.

https://github.com/r-gregmisc/gtools/issues/15

efletcherPIFSC commented 2 years ago

Updating gtools to 3.9.3 resolves the orphaned waring.