AndrewLJackson / siar

Stable Isotope Analysis in R - package
24 stars 5 forks source link

package dependencies #1

Closed AndrewLJackson closed 9 years ago

AndrewLJackson commented 9 years ago

Version: 4.2 Check: package dependencies Result: NOTE Depends: includes the non-default packages: ‘hdrcde’ ‘coda’ ‘MASS’ ‘bayesm’ ‘mnormt’ ‘spatstat’ Adding so many packages to the search path is excessive and importing selectively is preferable.

AndrewLJackson commented 9 years ago

made calls to hdrcde, bayesm and spatstat more limited to specific functions. Left others as general imports (a little out of laziness in terms of hunting down exactly what functions are called)... will check again another time.