I just developed and released a package called DiversityOccupancy
(version 1.0.2) in CRAN.
It passes every R CMD check --as-cran
, and I have been able to install it in Ubuntu, and Windows without any problem. However, when I tried to install it on a Mac running OS X 10.11.2 El Capitan, it could not install it from CRAN, and the message I got was:
** preparing package for lazy loading Error : object ‘plot’ is not exported by 'namespace:raster'
however I checked, and that is on the NAMESPACE
file in the Source.
Two questions,
- Can anyone think a reason on why my package should not be compatible with mac? if you see the check link in CRAN https://cran.r-project.org/web/checks/check_results_DiversityOccupancy.html It seemed that it passed every check in OS X El Capitan.
- Could anyone try to install it on OS X to see if it works? (I don't have more Macs available in my circle), it might be a particular problem of the system I have available.