[R] R CMD check <PACKAGE> Error

Johannes Graumann johannes_graumann at web.de
Fri Apr 18 22:02:51 CEST 2008


On Friday 18 April 2008 16:35:12 Prof Brian Ripley wrote:
> On Fri, 18 Apr 2008, Johannes Graumann wrote:
> > Hi,
> >
> > Can anyone give me a hint on what's wrong if "R CMD check <PACKAGE>"
> > gives me this error:
> >
> >        Rd files with unknown encoding:
> >          <FILENAME>.Rd
> >
> > I have checked that file over and over and can't find any weired
> > characters or some such.
> > How can I fix this?
>
> Remove the non-ASCII characters, or declare an encoding.
>
> You didn't tell us your OS -- one good way I find on Linux to spot such
> characters is to use 'less 'in the C locale.  Another is something like
> (in R)
>
> foo <- readLines("foo.Rd")
> foo2 <- iconv(foo, "", "ASCII", sub="byte")
> foo2[foo2 != foo]
>
> which should show the line(s) concerned with non-ASCII characters
> highlighted as <xx>.
Perfekt - found the offending quote characters! Thanks!

Joh

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20080418/3113fb27/attachment.bin 


More information about the R-help mailing list