mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] R-plugins problem


Chronological Thread 
  • From: "chu-ching huang" <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] R-plugins problem
  • Date: Sat, 19 Dec 2009 21:05:45 +0800

Hi all,

As R-session started, tm-r executes the command first:

library(TeXmacs,lib.loc="/root/.TeXmacs/plugins/r/r/")

But this might result some problem if TeXmacs was built from source. Here my
solution to startuping "R" correctly:

1. First, R-2.10.1 is installed in "/usr" and TeXmacs-1.0.7.3 (qt-4.5.2) is
installed in "/usr/local" and all in slax linux-6.2.

2. Go to "/usr/local/share/TeXmacs/plugins/r/r/" and run the following
command:

R CMD INSTALL TeXmacs

This will create a new directory, "/usr/lib/R/library/TeXmacs". And dup it
back to "/usr/local/share/TeXmacs/plugins/r/r/".

This seems to solve the library loading problem.

Best regards,

cch


  • [TeXmacs] R-plugins problem, chu-ching huang, 12/19/2009

Archive powered by MHonArc 2.6.19.

Top of page