emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] read.table in variable transfer caused sometimes "function n


From: Rainer M Krug
Subject: [O] [PATCH] read.table in variable transfer caused sometimes "function not found" error - small change
Date: Mon, 06 Oct 2014 14:00:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin)

Hi

The variable transfer of tables from org to R caused sometimes 'could
not find function "read.table"' errors (e.g. when the file was tangled
into a ./data directory which was loaded by the function
devtools::load_all("./")). This can easily be fixed by adding the package
name to the call in R, i.e. replacing =read.table()= with
=utils::read.table()= which is done in this patch.

In R the calls read.table and utils::read.table are interchangeable (the
second one is actually preferred) so no negative effects can be
expected.

Cheers,

Rainer

Attachment: 0001-ob-R.el-Add-package-name-to-read.table-call.patch
Description: Patch


-- 
Rainer M. Krug
email: Rainer<at>krugs<dot>de
PGP: 0x0F52F982

Attachment: pgpFgjoyufY45.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]