CRAN requires single quotes around software names in title and other fields of DESCRIPTION. A package title `Using 'QGIS' Processing Algorithms` is being transformed erroneously to: `title: 'qgisprocess: Using ''QGIS'' Processing Algorithms'` Given the use of double quotes in https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md#title, I suggest to apply double quotes to surround string fields in the CFF file.