Warning in utils::tar(filepath, pkgname, compression = compression, compression_level = 9L, : storing paths of more than 100 bytes is not portable: #10
Labels
enhancement
New feature or request
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
The text was updated successfully, but these errors were encountered: