Open bschilder opened 3 years ago
I found a way around this by adding these repos as git submodules.
The software is then installed the first time a function that uses it is run. This strategy is currently implemented for:
echofinemap
echofinemap
echoannot
When installing echolocatoR, you'll probably see a long list of warnings like this:
This is coming from the fact that R doesn't like the folder naming scheme of some of the submodules echolocatoR depends on, specifically:
The only way I've come across to address this would be to fork my own version of these repos and rewrite the code so it uses a different directory structure. But this runs a very high risk of messing up these software entirely. So until I can figure out a smarter solution, we'll have to bear with loads of warning messages 😞
Sources