Windows sets a limit to file path sizes and this is causing issues with some write.table if the user's directory is deep enough.
Note that Windows will see the full path (even though you're using relative paths in R).
Not sure there's an easy way to solve it, but maybe a warning could be added as part of the script?
Windows sets a limit to file path sizes and this is causing issues with some
write.tableif the user's directory is deep enough.Note that Windows will see the full path (even though you're using relative paths in R).
Not sure there's an easy way to solve it, but maybe a warning could be added as part of the script?