Displaying 20 results from an estimated 440 matches for "rhome".
Did you mean:
home
1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you
can use the same directories for multiple machines. That is, machines
running various flavors of UNIX can access the same directories.
The modified structure adds the directories
$RHOME/bin/$OSTYPE/
$RHOME/lib/$OSTYPE/
to hold the ma...
1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you
can use the same directories for multiple machines. That is, machines
running various flavors of UNIX can access the same directories.
The modified structure adds the directories
$RHOME/bin/$OSTYPE/
$RHOME/lib/$OSTYPE/
to hold the ma...
1999 Jul 28
1
problem to install R-0.64.2 on mips-sgi-irix6.4
...mmand, so I switched to the gmake
command, which replied me the following lines.
May be the problem is not really one for some people... but, well, I
need help...
Laurent Gautier
----------------------------------------------------------
> gmake
gmake[1]: Entering directory `/home/gautier/RHome/R-0.64.2/afm'
gmake[1]: Leaving directory `/home/gautier/RHome/R-0.64.2/afm'
gmake[1]: Entering directory `/home/gautier/RHome/R-0.64.2/demos'
gmake[1]: Leaving directory `/home/gautier/RHome/R-0.64.2/demos'
gmake[1]: Entering directory `/home/gautier/RHome/R-0.64.2/doc'
gmake[1...
1997 Aug 22
0
R-alpha: RHOME
...ith
rm -r library/<package>
It also means that the userid for the maintainer of a package does not
necessarily need to be the userid of R.
> * (As an aside, we could also discuss whether we want to have several
> versions of R installed simultaneously. This would imply having
> RHOME/<version_1>/...
> RHOME/<version_2>/...
> ...
> * The main question is, how is the right platform determined at runtime?
> ...
There seems to be an assumption here that RHOME will be the same no
matter what machine you are running on. I would set RHOME depending on
the m...
2007 Dec 20
2
SHLIB steps on a Makefile
...ess. My Makefile works fine in Linux
but I am having trouble creating Makefile.win for MinGW. I first
looked at the commands that Rcmd SHLIB appeared to be running and
copied those onto the Makefile. But one step seems to be missing, the
creation of the _res.rc file needed by windres
g++-sjlj -I$(RHOME)/include -I../inst/include/ -O2 -Wall -c pkg.cpp -o pkg.o
windres --preprocessor="gcc-sjlj -E -xc -DRC_INVOKED"
-I$(RHOME)/include -I../inst/include -i pkg_res.rc -o pkg_res.o
g++-sjlj -shared -s -o pkg.dll pkg.def pkg.o FL pkg_res.o -L$(RHOME)/bin -lR
This might be fairly obvious, but...
2003 Mar 18
3
Package installation when $RHOME is not writable (win)
I'm using R in a student lab with machines running win XP. $RHOME is not
writable by the students. How do I set this up so that they can install
packages?
Thanks,
Robert.
----
Robert King, Statistics, School of Mathematical & Physical Sciences,
University of Newcastle, Australia
Room V133 ph +61 2 4921 5548
Robert.King at newcastle.edu.au...
2002 Sep 03
1
Bugs in $RHOME/src/library/SJava/src/makefile.win (PR#1977)
...Version: R1.5.1
OS: Windows NT
Submission from: (NULL) (195.65.178.178)
Line 11 is:
"DLLLIBS=-L'c:/jdk1.3/lib' -L$(JAVA_HOME)/jre/bin/hotspot...."
should be:
"DLLLIBS=-L$(JAVA_HOME)/lib -L$(JAVA_HOME)/jre/bin/hotspot...."
Line 59 is:
" (cd .. ; ./configure.win $(RHOME))"
should be:
" (cd .. ; sh ./configure.win $(RHOME))"
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"...
2009 Sep 09
4
'make install' fails on Solaris (PR#13946)
...is 10
Submission from: (NULL) (164.55.254.106)
The sed lines in src/unix/Makefile confuse the grep distributed with Solaris
that gets configured by ./configure.
Switching from a separator of ':' to a separator of ',' fixes the problem.
76,77c76,77
< @$(SED) -e "s:@rhome:$(rhome):" -e "s:@rincludedir:$(rincludedir):" \
< -e 's:@libsprivate:$(STATIC_LIBR_PC):' \
---
> @$(SED) -e "s, at rhome,$(rhome)," -e "s, at rincludedir,$(rincludedir)," \
> -e 's, at libsprivate,$(STATIC_LIBR_PC),'...
1999 Feb 17
2
HREFS for private packages - fixed? (PR#19)
Anyone know if this is still with us? -pd
> There is however, a small problem with installing the HTML documention in a
> private (i.e. not RHOME/library) location. The file
>
> RHOME/doc/html/packages.html
>
> linking the main documention to the packages is written (BTW this will
probably
> fail if the package owner and the R owner are not the same) but the links in
it
> are not quite correct. For me the link indicate...
2009 Apr 06
1
Possible bug: How does libR.so find RHOME?
...e way that libR.so find the R
installation directory. I wonder if this might be a subtle bug that only
causes problems when one has several versions of R on one system but
then can be very annoying and cause very strange behaviour.
It seems to me that libR.so asks the Unix shell to execute "R RHOME" or
something similar, and this causes problems, as detailed below.
We have several R installations on our server (a CentOS Linux, version
4.6, x86_64 machine), and in my shell environment, the symlink "R" that
is found in the system search path points to a static build of R-2.8.1,...
1999 Apr 01
2
Makefile fix on Solaris 2.7 (PR#155)
...examples: stamp-examples
! stamp-docs: $(RDFILES) $(top_builddir)/library/LibIndex
@rm -f $@ stamp-help stamp-html stamp-latex stamp-examples
@echo "Building ALL documentation (help, HTML, LaTeX, R-Examples)"
@$(MAKE) DOCS
***************
*** 44,64 ****
@RHOME=`cd $(top_builddir); pwd`; export RHOME; \
$${RHOME}/bin/build-help --htmllists
@touch $@ stamp-help stamp-html stamp-latex stamp-examples
! stamp-help: $(srcdir)/*/man/*.Rd $(top_builddir)/library/LibIndex
@rm -f $@
@OPTS="--nroff" $(MAKE) DOCS
@to...
2006 Feb 02
2
RHOME
R-help --
I built R-2.2.1 in my own directory on a sun (solaris). Now I would like
the sysadmin to move the contents to /usr/local/lib and place the binary
in /usr/local/bin. No problem. However, the RHOME variable defaults to
the directory from which R was built so it is not usable by anyone but me
or ROOT. I would like to avoid building this again if possible. Any ideas?
Thanks,
Dan
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Daniel A. Powers, Ph.D.
Department of Sociology
University...
2007 May 16
2
Installing SJava - problem
Hi there.
I am trying to install SJava on my windows xp machine.
I downloaded the windows source file SJava_0.69-0.tar.gz from the web site
http://www.omegahat.org/RSJava/
I have folloed the XP command line instructions as directed in the table
underneath the download link:
cd $RHOME/src/library
unzip SJava_0.69-0.zip
cd SJava
./configure.win $RHOME
cd $RHOME/src/gnuwin32
make pkg-SJava
I reconfigured the configure.win file so that the correct java sdk was
referred to. Not a problem.
However, when I try to type in make pkg-SJava i get the following error:
C:\Program Fil...
2011 Aug 16
1
Problems installing SJava
...lling package(s) into ‘C:\Users\Hp\Documents/R/win-library/2.12’
(as ‘lib’ is unspecified)
Mensajes de aviso perdidos
In getDependencies(pkgs, dependencies, available, lib) :
package ‘SJava’ is not available
And I have also tried the instructions: found in
http://www.omegahat.org/RSJava/.
cd *$RHOME*/src/library
unzip SJava_0.69-0.zip
cd SJava
./configure.win $RHOME
cd *$RHOME*/src/gnuwin32
make pkg-SJava
But when I tried the line unzip SJava_0.69-0.zip it tells me the command
cannot be recognized. If I unzip the file manually and then try the
line ./configure.win
$RHOME I get...
2003 Nov 17
2
$RHOME/bin/check in windows (PR#5135)
To whom it may concerned,
I'm trying to build a new R package in a windows platform.
Before that, I tried to check the previous well-know package from the CRAN
using the Rcmd command.
But I got the error messages as below.
I think this comes from the parsing error from the Perl script in $RHOME/bin/check.
In the following example, 'Program Files' is splited into 'Program',
and this has made the R checking prosess halt.
What could I've done wrong?
---------------BELOW: ScreenShot from the windows console---------------
C:\Program Files\R\rw1080\src\library>Rcmd che...
2010 May 31
4
building rpy against lenny-cran
...`/tmp/rpy-1.0.3/doc'
rm -f rpy.cp rpy.cps rpy.fn rpy.fns rpy.ky
rm -f rpy.kys rpy.log rpy.pg rpy.pgs rpy.tmp
rm -f rpy.toc rpy.tp rpy.tps rpy.vr rpy.vrs
rm -f rpy.aux
make[1]: Leaving directory `/tmp/rpy-1.0.3/doc'
for python in python2.4 python2.5; \
do $python setup.py clean; \
done
RHOMES= []
DEBUG= True
Setting RHOMES to ['/usr/lib64/R']
Traceback (most recent call last):
File "setup.py", line 109, in ?
RVERSION = rpy_tools.get_R_VERSION(RHOME, force_exec=True)
File "/tmp/rpy-1.0.3/rpy_tools.py", line 103, in get_R_VERSION
raise Runtime...
1997 Apr 16
2
R-alpha: data in contributed packages
...39;ve discussed this several times in the good old days days
of the R-testers list :-), but the problem is still unsolved.
I want to include Tibshirani's data in my port of the bootstrap
package, but we still have no way of including data in a clean way.
IMHO we should have a subdirectory of $RHOME/data for each library,
e.g.
$RHOME/data/base
$RHOME/data/bootstrap
Actually that's the setup we are currently using here in Vienna.
We've modified the filename script to reflect that changes (which also
allows users to have a R hierarchy with library, data, etc in
~/lib/R):
**********...
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a
problem while running "make check":
running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1
make[3]: Leaving directory `/opt/R/R-2.9.1/tests'
make[2]: *** [test-Specific] Error 2
make[2]: Leaving directory `/opt/R/R-2.9.1/tests'
make[1]: *** [test-all-basics] Error 1
make[1]: Leaving
2007 Jun 12
1
PATCH: install inst/ before doing lazyload on Windows
...ages may need data in inst, I think the order on Windows
should be changed. Perhaps like this:
diff --git a/src/gnuwin32/MakePkg b/src/gnuwin32/MakePkg
index 57af321..868e8f1 100644
--- a/src/gnuwin32/MakePkg
+++ b/src/gnuwin32/MakePkg
@@ -74,10 +74,10 @@ all:
@$(MAKE) --no-print-directory -f $(RHOME)/src/gnuwin32/MakePkg -s nmspace
@$(MAKE) --no-print-directory -f $(RHOME)/src/gnuwin32/MakePkg Dynlib
@$(MAKE) --no-print-directory -f $(RHOME)/src/gnuwin32/MakePkg -s R
+ @$(MAKE) --no-print-directory -f $(RHOME)/src/gnuwin32/MakePkg -s $(DPKG)/demo $(DPKG)/exec $(DPKG)/inst $(DATA)
ifeq ($...
1998 Jan 19
2
R-beta: updating the library index / overriding compile options
Would it be possible to include a new command in the ${RHOME}/etc path, which
updates the Library index (Rd and html) via "R LIBINDEX".
I need it because I use RPM to manage three different R installations (at home,
at the institute and in the seminar rooms). I put all libraries into several
packages, so it is easy for me to update a single libra...