flr / FLa4a

The repository for the JRC initiative on stock assessment
https://fishreg.jrc.ec.europa.eu/web/a4a
12 stars 6 forks source link

Use of latticeExtra without import #89

Closed iagomosqueira closed 7 years ago

iagomosqueira commented 8 years ago

plot(a4aFitResiduals) tries to use latticeExtra if available, but R CMD check complains about the method not being imported

* checking dependencies in R code ... WARNING
'::' or ':::' import not declared from: ‘latticeExtra’

In fact, latticeExtra is not even suggested in DESCRIPTION. Need to see how best to solve it.