While using drake I found the error:
Error in file.rename(tmp, filename) : expanded 'to' name too long
and dug in to find that it is ultimately caused by R or Windows getting upset that it couldn't create a file with such a big name. Is there any modification for encode64 that could limit the size of these names somehow?
cc @wlandau