Displaying 20 results from an estimated 4000 matches similar to: "R-alpha: RHOME"
1997 Aug 25
0
R-alpha: Re: missing' BB functions
Kurt
The function tempfile is available based on some C code from Friedrich
Leisch. The function unlink is fairly simple in unix but I haven't
experimented elsewhere. In this regard, I have put together a small
kernel set of functions to try to handle cross platform and R vs S
issues. This is appended below and I would certainly appreciate
feedback. The purpose of this kernel is so that I can
2009 Aug 18
2
Odd results with Chi-square test. (Not an R problem, but general statistics, I think.)
Hi,
I am working on a system which automatically answers user questions (such
systems are commonly called "Question Answering systems"). I evaluated
different versions of the same system on a publicly available test sets.
Naturally, there is a fixed number of questions in the test set, and the
system answers some right and some wrong.
I want to compare each version of the system
2001 Mar 07
1
syskern
The bug list summary reported an error in syskern which I finally
realized is due to a badly chosen example in the help rather an error in
the code. However, I have taken the opportunity to re-evaluate what I
have been trying to do with syskern, since some parts may no longer be
important. Since syskern was intended to address certain problems in
package development I would appreciate other
1997 Sep 07
1
R-alpha: naming convention for index files
In the process of moving to the new directory structure, we might also
reconsider the naming of the various index files.
A simple idea would be to have an `INDEX' file in each directory where
this is appropriate. E.g., we could have
pkg/funs/INDEX (rather than help/pkg/INDEX)
pkg/data/INDEX (rather than index.doc)
pkg/help/INDEX (rather than AnIndex)
or e.g.
pkg/INDEX.funs
2009 Apr 06
1
Possible bug: How does libR.so find RHOME?
Hi
While installing RPy2, I had curious problems which, if I traced them
back correctly, have their root in the 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
1997 Nov 04
0
R-alpha: compatibility functions
Below is a revised copy of my compatibility functions with additions
from Martin. I expect I may need a new version when 0.6 arrives but I
thought it would be worth circulating this in case it suggests anything
which might be resolved before the release of 0.6 rather than after.
Thanks to a few people for pointing out the R function machine(). I have
a kludge below for determining the same
2002 Sep 03
1
Bugs in $RHOME/src/library/SJava/src/makefile.win (PR#1977)
Full_Name: Heinz Grimm
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))"
2009 Aug 18
0
Odd results with Chi-square test. (Not an R problem, but general statistics, I think)
I'm far from an expert on stats but what I think you are saying is if you try and compare Baseline with Version 3 you don't think your p-value is as good as version 1 and 2. I'm not 100% sure you are meant to do that with p-values but I'll let someone else comment on that!.
total incorrect correct % correct
baseline 898 708 190 21.2%
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',
1997 Apr 16
2
R-alpha: data in contributed packages
I know, we'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
1997 Apr 22
1
R-alpha: contributed packages -- Yes, use library/<package>/.. !
>>>>> "Kurt" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
>>>>> Paul Gilbert writes:
>> Friedrich
>> Regarding the location of data for libraries it might be easier if
>> everything for one library is included in one subdirectory. At least
>> it would certainly be easier to clean-up, which I like to do
1997 May 21
1
R-alpha: plot(1); axis(1, at=10) >>> Seg.fault -- and a patch
This problem has been mentioned by Arne Kovac <maak@stats.bris.ac.uk> on May 9-10.
The patch is really a replacement of 'axis' in RHOME/src/library/base/funs/
It contains the fixes which where proposed Arne Kovac
and fixes (all?) the errors he/she (?) reported on May 9.
"axis" <-
function (which, at, labels = TRUE, ...)
{
if (which%%2 == 1) {
axp <-
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
1997 Dec 02
1
R-alpha: compatability functions
With some input from Martin Maechler and Martyn Plummer I think I now have a
fairly good set of functions for handling R/S and OS differences, however, I
still have two areas where I would appreciate input. These are largely S
problems, not R problems, but I am doing this so I can write code to work on
both.
1/ In Windows I have been trying to identify NT, 95, or 3.1, but Martyn (who
claims to
1998 Sep 11
1
R-beta: cannot make R
Can anyone help?
I am trying to install R-0.62.2 on a Sun with OS 5.6 (Solaris 2.6),
and gcc/f77. Unfortunatley the simple commands
./configure --prefix=/opt/R
make
did not work, complaining when building help/docs.
It claims to have problems perl (which has worked fine so far)
but in practice it is not only a documentation problem:
if I force "make install" and run R, then it
1997 Apr 22
1
R-alpha: Rprofiles
The x11() window can be a nuisance to have popping up at startup (esp.
on small screens) when you're not working with graphics. However,
currently you can't get rid of it without modifying the systemwide
Rprofile.
Current logic is:
Run $RHOME/library/Rprofile
if ./.Rprofile exists
run it
else if $HOME/.Rprofile exists
run that
endif
I think it should be
Run $RHOME/library/Rsetup
if
2003 Jul 06
0
Installing RSPerl (PR#3415)
Full_Name: Nisai Wanakule
Version: 1.7.1
OS: Solaris 2.9
Submission from: (NULL) (65.32.94.36)
I tried to install RSPerl with --with-in-perl option and got some errors. R was
built with --enable-R-shlib as indicated in the RSPerl instructions. Here is the
list output during installation:
nisai@lagrange:src 102$ R CMD INSTALL -c --configure-args='--with-in-perl'
RSPerl_0.5-7.tar.gz
*
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
2006 Oct 31
0
PSARC 2005/738 SSG-Availability Feature Set 2 APR
Author: ayznaga
Repository: /hg/zfs-crypto/gate
Revision: e3fd1c8e561df6513f95dba9c1ab58f4690d3354
Log message:
PSARC 2005/738 SSG-Availability Feature Set 2 APR
PSARC 2005/748 FMA for UltraSPARC DataPath
6229087 SPARC CPU/Mem DE should track DIMM serial numbers on Serengeti/Starcat
6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms
6281113 RFE: AVL-FS2:
1998 May 12
0
R-beta: R-0.61.3 with readline]
Jan Kutylowski <janku at ifi.uio.no> writes:
> Hi,
>
> Originally on Solaris I get
>
> checking for main in -lreadline... no
>
> and also
> checking for readline/history.h... no
>
Um, I think you said that the 1st one gave "yes" first time around???
> You kindly suggests:
>
> <I bet the problem is that gcc cannot find the include