79449293

Date: 2025-02-18 18:40:56
Score: 1
Natty:
Report link

It turns out that the issue was that the new file paths exceed Windows' maximum path length (256 characters):

> physical(my_ff_matrix_1)$filename %>% nchar()
[1] 262

Moving the ffarchive to a location such that physical(my_ff_matrix_1)$filename %>% nchar() was less than 256 solved the issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: E. Nygaard