Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elf_dynamic_array_reader.h:61 tag not found #26

Closed
bonushenricus opened this issue Dec 9, 2023 · 3 comments
Closed

elf_dynamic_array_reader.h:61 tag not found #26

bonushenricus opened this issue Dec 9, 2023 · 3 comments

Comments

@bonushenricus
Copy link

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

@mrke
Copy link
Owner

mrke commented Dec 9, 2023

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')

@bonushenricus
Copy link
Author

When I install with devtools this waring appears: Warning: Fortran 2018 deleted feature: Arithmetic IF statement at (1)
The problem isn't resolve.

@mrke
Copy link
Owner

mrke commented Dec 10, 2023

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.

@mrke mrke closed this as completed Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants