ncsu-landscape-dynamics / rpops

PoPS (Pest or Pathogen Spread) R Package
https://ncsu-landscape-dynamics.github.io/rpops/
GNU General Public License v3.0
10 stars 5 forks source link

rcmdcheck reports that all declared Imports should be used #88

Closed wenzeslaus closed 3 years ago

wenzeslaus commented 3 years ago

The call:

rcmdcheck::rcmdcheck(args = c("--no-manual", "--no-multiarch"), error_on = "warning")

Gives:

N  checking dependencies in R code (3.1s)
   Namespaces in Imports field not imported from:
     ‘igraph’ ‘rgdal’ ‘rlist’
     All declared Imports should be used.
   Missing or unexported object: ‘PoPS::pops_model’