mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] R Plugin


Chronological Thread 
  • From: Jiezhe Wang <address@hidden>
  • To: Michael Shea <address@hidden>
  • Cc: texmacs-users <address@hidden>
  • Subject: Re: [TeXmacs] R Plugin
  • Date: Sun, 26 Mar 2017 10:26:51 +0800
  • Authentication-results: smtp1p.mail.yandex.net; dkim=pass header.i=@yandex.com

There is a problem for R plugin in TeXmacs. If you build TeXmacs yourself,
you will find that an error occurs during the building. However, it does not
terminate the build session.

An attempt to fix it is in the attachment. I see it works, but I really don't
know why it works...

Alternatively, you can install the texmacs-svn package in the AUR, which
includes this patch and others.


On 03/26/2017 04:45 AM, Michael Shea wrote:
> Frustrated with TeXmacs poor plugin support in Windows, I installed Arch
> Linux via VMware. I need to use R for a project but an R session session
> hangs at Busy. debug console just says "cannot start tm_r".
>
> R is installed in /usr/bin and that is in the PATH.
>
> Any ideas.

--
My current OpenPGP key:
dsa3072/EEE00331 (expires: 2025-07-18)
02D0 27CE DC67 6FA7 EC5E 09B9 A498 B054 EEE0 0331
From e2175645f43330781d9cbb9b68172024c1ab884f Mon Sep 17 00:00:00 2001
From: wangjiezhe <address@hidden>
Date: Mon, 23 May 2016 13:36:44 +0800
Subject: [PATCH 1/2] R plugin: fix preprocessor

---
 plugins/r/src/tm_r.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/r/src/tm_r.c b/plugins/r/src/tm_r.c
index 342d2d1f3..4f9283b68 100644
--- a/plugins/r/src/tm_r.c
+++ b/plugins/r/src/tm_r.c
@@ -17,7 +17,8 @@
 #else
 #if HAVE_PTY_H
 #include <pty.h>
-#else
+#endif
+#if HAVE_UTIL_H
 #include <util.h>
 #endif
 
-- 
2.12.0




Archive powered by MHonArc 2.6.19.

Top of page