search for: basecit

Displaying 1 result from an estimated 1 matches for "basecit".

Did you mean: base_id
2009 Dec 31
1
readCitationFile encoding
Hi, does anybody know, how to enforce a certain encoding for readCitationFile()? Haven't found any usable documentation for this :( E.g.: basecit <- system.file("CITATION", package="base") source(basecit, echo=TRUE, encoding="8859-1") readCitationFile(basecit) BTW: 'make check' is a relativ long running task and if one changes a source file, all checks are ran again til it gets to the code in questi...