Skip to content

[Bioc-devel] non-ASCII strings in data for a developing package

1 message · Vincent Carey

#
The Cell Line Ontology includes tokens like

CSMa?1H cell

which trigger warnings if included in .rda files in data folder.

They can be masked using iconv but it seems unfortunate to do this.

The offending .rda files can be kept elsewhere and loaded

by function.  Is that the appropriate practice?