Displaying 13 results from an estimated 13 matches for "zidsrv".
Did you mean:
dirsrv
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 library at all these
different places.
But
1997 Dec 02
2
R-beta: wish: hist() returning breaks and counts
Hi,
would it be possible to change the hist() function in future R Versions to
accept a "plot=F" parameter (like hist() in S it should return a list with
"breaks" and "counts" in this case). This change should be very simple.
Albrecht
-------------------------------------------------------------------------------
Albrecht Gebhardt email :
1997 Dec 02
2
R-beta: wish: hist() returning breaks and counts
Hi,
would it be possible to change the hist() function in future R Versions to
accept a "plot=F" parameter (like hist() in S it should return a list with
"breaks" and "counts" in this case). This change should be very simple.
Albrecht
-------------------------------------------------------------------------------
Albrecht Gebhardt email :
1997 Nov 26
0
R-beta: library format for R-0.60
Currently I'm porting the spatial library from
"Venables W.N., Ripley, B.D. (1995): Modern applied statistics with S-PLUS,
Springer"
to R. Now it seems to work with R-0.50-a4, but I guess it has to be adjusted
when R 0.60 comes out.
So my questions are:
What changes will appear in library sources (directories, Makefile, help
page format)?
Can I get an unofficial pre-version
1998 Mar 13
0
R-beta: modified "help.start()"
Hi,
this modified version of help.start() makes it possible to store R Documentation
on your (intranet) webserver.
This could be necessary if you run netscape and R from different systems on one
X11 display (if there is no $RHOME directory on the host running netscape).
help.start() <-
function (gui = "irrelevant", browser = "netscape", remote = NULL)
{
if
1999 Mar 30
0
New SuSE rpms + DU 4.0 binaries
Hi,
I updated my R rpms for SuSE systems. They are now available both for
S.u.S.E 5.3 and SuSE 6.0 under
ftp://ftp.ci.tuwien.ac.at/pub/R/bin/linux/suse/
Additionally I put binaries for DEC Alpha systems running Digital Unix 4.0
under
ftp://ftp.ci.tuwien.ac.at/pub/R/bin/osf/osf4.0/alpha/
These packages are available as rpms and as a setld kit. setld is the
Digital Unix package maintanance
1997 Nov 17
1
R-beta: autoloading a required library
I wanted to use the dist() function from the mva library in my own
library, so I put require(mva) in my files. When my library loads, a
message about "Autoloading ... mva" appears. But when I call dist() now
within my functions the message
Error in .C("dist", as.double(x), nrow(x), ncol(x), double(len),
as.integer(method)) : C/Fortran function not in load table
appears.
1998 Nov 19
0
SuSE RPMs available
Hi,
first versions of RPMs of R and its libraries for SuSE 5.3 are available
at CRAN:
ftp://ftp.ci.tuwien.ac.at/pub/R/bin/linux/suse/
I compiled it with gcc and g77 from egcs 1.1b.
There are still some problems:
+ the "event", "gnlm", ... libraries are missing (g77 complains about
wrong declarations)
+ "modreg" does not work (library contains
1998 Feb 26
2
R-beta: question on dyn.loaded code
Hi,
when designing libraries for R, is it possible to call C/Fortran
subroutines from other dynamically loaded code?
The following example crashes R:
********* fn1.c *****************
void twice(int *i)
{
*i = 2 * *i;
}
*********************************
********* fn2.c *****************
extern int twice(int *i);
void negtwice(int *i)
{
*i = -1 * twice(i);
}
1998 Feb 26
2
R-beta: question on dyn.loaded code
Hi,
when designing libraries for R, is it possible to call C/Fortran
subroutines from other dynamically loaded code?
The following example crashes R:
********* fn1.c *****************
void twice(int *i)
{
*i = 2 * *i;
}
*********************************
********* fn2.c *****************
extern int twice(int *i);
void negtwice(int *i)
{
*i = -1 * twice(i);
}
1997 Dec 23
0
R-beta: bug in hist() (0.60/0.61)
I discovered a bug in hist().
Try the following:
x<-c(-5,-4,-4,-4,-3,-3,-3,-3,-2,-2,0,0,0,0,1,1,1,3,3,5,6)
# Note that sum(x)<0:
sum(x)
# [1] -13
hist(x)
# looks ok
hist(x,freq=F)
# negative bars !!
# and finally this gives not 1:
sum(hist(x,plot=F)$rel.freqs)
# [1] -0.8076923
The reason is, that "sum(x)" is used instead of "length(x)" in the following
line near
1998 May 07
2
R-beta: 0.61.3: Problems on DEC Unix 4.0
Hi,
I had some trouble compiling the new R version on my Alpha:
make[2]: Entering directory `/usr2/local/R/src/graphics'
cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
gdevice.c
cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
graphics.c
cc: Error: graphics.c, line 808: An unexpected newline character is present in a
string literal.
1998 May 07
2
R-beta: 0.61.3: Problems on DEC Unix 4.0
Hi,
I had some trouble compiling the new R version on my Alpha:
make[2]: Entering directory `/usr2/local/R/src/graphics'
cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
gdevice.c
cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
graphics.c
cc: Error: graphics.c, line 808: An unexpected newline character is present in a
string literal.