Skip to content

[R-pkg-devel] unicode WARNING on solaris?

1 message · Toby Hocking

#
Right, thanks for the tip.

For future reference: if you want to avoid this warning, but still use
examples with unicode, you can put the unicode text data in
inst/extdata/file_with_unicode.txt and then in your example code you can
read it via

readLines(system.file("extdata", "file_with_unicode.txt",
package="yourPkg"))

On Wed, Sep 25, 2019 at 11:45 AM Tomas Kalibera <tomas.kalibera at gmail.com>
wrote: