Currently, this is only done in one place:
https://github.com/Rdatatable/data.table/blob/b739ab2d9150777e50f730b4147623733188bb2f/inst/tests/tests.Rraw#L162
But then each test that encounters this would also need to set the same option:
https://github.com/Rdatatable/data.table/blob/b739ab2d9150777e50f730b4147623733188bb2f/inst/tests/tests.Rraw#L10997-L10998
Better to just disable it everywhere.
Intended to do so in #6728, but it got mixed up with #6771. However, to be sure that it indeed causes no issues to set useFancyQuotes=FALSE, we should wait for CI to be green again before attempting a clean PR with this change.
Currently, this is only done in one place:
https://github.com/Rdatatable/data.table/blob/b739ab2d9150777e50f730b4147623733188bb2f/inst/tests/tests.Rraw#L162
But then each test that encounters this would also need to set the same option:
https://github.com/Rdatatable/data.table/blob/b739ab2d9150777e50f730b4147623733188bb2f/inst/tests/tests.Rraw#L10997-L10998
Better to just disable it everywhere.
Intended to do so in #6728, but it got mixed up with #6771. However, to be sure that it indeed causes no issues to set
useFancyQuotes=FALSE, we should wait for CI to be green again before attempting a clean PR with this change.