<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Now I'm figuring it out: I ran make install with
DESTDIR=/home/user/rkwardrkward-0.4.7a/BUILD to create a Slackware
package.  The difference is that, when I do so, it doesn't link/install
the R package correctly (I asume).  This is what I get with the
"package" installation:<br>
<br>
> library (rkward)<br>
Error en library(rkward) : there is no package called 'rkward'<br>
> .rk.set.reply (NULL)<br>
Error: no se pudo encontrar la función ".rk.set.reply"<br>
> base::q()<br>
Save workspace image? [y/n/c]: n<br>
<br>
Instead, if I run make install alone (which I'd prefer to avoid for
ease of portability and uninstalling/upgrading later) the R package
works well (at least for me):<br>
<br>
> library (rkward)<br>
<br>
Attaching package: 'rkward'<br>
<br>
<br>
        The following object(s) are masked from package:grDevices :<br>
<br>
         X11,<br>
         x11<br>
<br>
<br>
        The following object(s) are masked from package:base :<br>
<br>
         Sys.setlocale,<br>
         makeActiveBinding,<br>
         q,<br>
         quit,<br>
         require,<br>
         setwd<br>
<br>
> .rk.set.reply (NULL)<br>
> base::q()<br>
Save workspace image? [y/n/c]: n<br>
<br>
I'm pretty sure that that the permissions of the package contents are
correct.  The fact is that you'd expect not to find any differences
between the "package" installation (with DESTDIR) and the "direct" one
(make install alone).  For now, I have no problem with "direct"
installation since it works well, but this does represent a problem to
the distribution of binaries in Slackware. Although, perhaps it's not a
generalised problem but a mistake of my own in the package creation
process.<br>
<br>
Anyway, again, thanks for the advice.<br>
<br>
Germán<br>
<br>
Thomas Friedrichsmeier escribió:
<blockquote
 cite="mid:200705301147.17904.thomas.friedrichsmeier@ruhr-uni-bochum.de"
 type="cite">
  <pre wrap="">On Wednesday 30 May 2007, Germán Márquez Mejía wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Now, I'm facing another problem: when runing rkward it gives a message
about not finding the R library and then hangs.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
[...]

  </pre>
  <blockquote type="cite">
    <pre wrap="">Any suggestions?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Did you do
        sudo make install
? What do you get, if you start a plain R session (outside of rkward) and then 
do
        library (rkward)
        .rk.set.reply (NULL)
        base::q()
?

Regards
Thomas
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
<a class="moz-txt-link-freetext" href="http://sourceforge.net/powerbar/db2/">http://sourceforge.net/powerbar/db2/</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
RKWard-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:RKWard-users@lists.sourceforge.net">RKWard-users@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/rkward-users">https://lists.sourceforge.net/lists/listinfo/rkward-users</a>
  </pre>
</blockquote>
</body>
</html>