[Rd] source and textConnection

Erich Neuwirth erich.neuwirth at univie.ac.at
Mon Oct 19 11:56:18 CEST 2009


Is this warning given on purpose?

> myconn<-textConnection("print(11*11)")
> source(myconn)
[1] 121
Warning message:
In source(myconn) : argument 'encoding = "native.enc"' will be ignored


Could it be omitted, since the docs state that encoding is only use if
the corresponding argument is a file name or url?





-- 
Erich Neuwirth, University of Vienna
Faculty of Computer Science
Computer Supported Didactics Working Group
Visit our SunSITE at http://sunsite.univie.ac.at
Phone: +43-1-4277-39464 Fax: +43-1-4277-39459



More information about the R-devel mailing list