You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From googling your error it seems that you are using the binary to install and that binary is not compatible with your system. Did you try installing it by compiling it? I.e. devtools::install_github('mrke/NicheMapR')
There are often warnings about old fortran features from different compilers. But did the compilation finish and could you load the package? What you reported isn't an error and so I can't suggest anything.
I tried https://mrke.github.io/NicheMapR/inst/doc/microclimate-hourly-input-example
but at the end the command
micro <- microclimate(microin)
done some trouble in fortran:
elf_dynamic_array_reader.h:61 tag not found
I have Linux Debian 12, with fortran 12
The text was updated successfully, but these errors were encountered: