ob-R.el: Add package name to read.table call
commit780db69cdf2f805d386f682c304aee77d78e15ca
authorRainer M. Krug <R.M.Krug@gmail.com>
Mon, 6 Oct 2014 11:48:49 +0000 (6 13:48 +0200)
committerAaron Ecay <aaronecay@gmail.com>
Fri, 10 Oct 2014 04:16:31 +0000 (10 00:16 -0400)
treea7a0ed88242efc9aef7776ceade023dd29392cc6
parentc6c1a05894e6fb1698d1a12bb2dc6a47874169f6
ob-R.el: Add package name to read.table call

* lisp/ob-R.el: (ob-R-transfer-variable-table-with-header)
(ob-R-transfer-variable-table-without-header): Add package name to
call of R function `read.table'.

Thus, it now reads `utils::read.table'.  This clarifies the call as
well as avoids "could not find function" error in R with the devtools
package.  See
<https://github.com/hadley/devtools/issues/336#issuecomment-23517837>.
lisp/ob-R.el