I am having a series of problems and receiving error messages installing BiodiversityR in a Mac computer
I type
install.packages("BiodiversityR")
install.packages("Rcmdr")
install.packages("dismo")
install.packages("RcmdrMisc")
Although all installations seem to run fine, when I try:
require(BiodiversityR)
require(Rcmdr)
then I get an Error: package or namespace load failed for 'RcmdrMisc':
object 'print.rcorr' is not exported by 'namespace:Hmisc'
Can someone advise me on how to solving this problem?
Many thanks