Question Details

No question body available.

Tags

r data.table

Answers (2)

Accepted Answer Available
Accepted Answer
July 15, 2026 Score: 5 Rep: 402 Quality: Medium Completeness: 30%

This appears to be a known bug: https://github.com/rstudio/rstudio/issues/18230. According to the link it is fixed in the newest daily build. So (if that's correct) you can either upgrade to the latest daily build, downgrade to the previous version, or put up with it until the fix makes it into the official version.

July 15, 2026 Score: 4 Rep: 61 Quality: Low Completeness: 10%

This seems to be a problem with RStudio itself than something wrong with data.table or fs. I notice that the error message. At the start which's something that RStudio uses internally. Since everything works when you source it I think you should try updating RStudio to see if that fixes the issue. You could also try running your code in a R session to see if the problem is really, with RStudio.