search for: readcitationfil

Displaying 3 results from an estimated 3 matches for "readcitationfil".

Did you mean: readcitationfile
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...
2008 Oct 20
2
R 2.8.0 is released
...r() now open a connection which was not already open in an appropriate binary mode rather than the default mode. readLines(), cat() and sink() now open a connection which was not already open in an appropriate text mode rather than the default mode. o readCitationFile() (and hence citation) now reads a package's CITATION file in the package's declared encoding (if there is one). o The behaviour of readLines() for incomplete final lines on binary-mode connections has been changed to be like blocking rather than non-blocking...
2008 Oct 20
2
R 2.8.0 is released
...r() now open a connection which was not already open in an appropriate binary mode rather than the default mode. readLines(), cat() and sink() now open a connection which was not already open in an appropriate text mode rather than the default mode. o readCitationFile() (and hence citation) now reads a package's CITATION file in the package's declared encoding (if there is one). o The behaviour of readLines() for incomplete final lines on binary-mode connections has been changed to be like blocking rather than non-blocking...