r-spatial / spatialreg

spatialreg: spatial models estimation and testing
https://r-spatial.github.io/spatialreg/
41 stars 12 forks source link

WARNING: Requires (indirectly) orphaned package: 'gtools' #28

Closed aritz-adin closed 2 years ago

aritz-adin commented 2 years ago

Dear Roger,

Perhaps you are already aware of this issue, but it seems that the gtools package is orphaned.

Because of this, all packages (like mine) that indirectly depends on spatialreg are now seeing build failures with the warning in R CMD check

Check: package dependencies
Result: WARN
    Requires orphaned package: ‘gtools’

How could I fix this problem?

Best regards, Aritz

rsbivand commented 2 years ago

Yes, a known but stale issue, as gtools is on CRAN again: https://cran.r-project.org/package=gtools. I don't see any need to act on this, unless CRAN asks for an update

edzer commented 2 years ago

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

aritz-adin commented 2 years ago

Thank you very much to both of you for your quick reply.

In that case, there should be no problem when uploading the new version of my package to CRAN.

rsbivand commented 2 years ago

Let's hope so!