Displaying 20 results from an estimated 800 matches similar to: "DONE: Installation of packages?"
1999 Mar 10
1
Fortran90
Hi,
working with R, version 0.63.0, I was successful to dyn.load
fortran90 subroutines on a Solaris 2.6, as long as they are more or less
in conformity with f77.
It was not possible to work with statements like
REAL,DIMENSION(:) :: d
or
x=SUM(y).
REAL,DIMENSION(1:10) :: d is possible.
We compiled R with f77.
Is it possible with real f90 routines or is is in any conflict with the
shared
1999 Jan 20
2
Installation of packages?
Dear r-helpers,
we have installation problems:
Successful installation of R-0.63 base package on Solaris 2.5.1 with the
SunSoft compilers f77, c version 4.2.
We habe problems with the installation of further packages e.g.
integrate from CRAN.
R code works but the shared objects built from fortran code do not find
the appropriate libs with functions like __pow_ii or __epx at runtime.
We tried
2003 Sep 12
1
levelplot
Dear helpers,
I have strange results with levelplot: The following lines of code produce a
figure with a strange gray horizontal line. Changing n to 9 the line vanishes
almost - it stays in the colorbar. Any ideas? The pixel geometry of the lower
half of the figure is wrong?
##############################
n<-8
xyz<-expand.grid(x=seq(1,n),y=seq(1,n))
z<-matrix(0,n,n)
1999 Jan 20
1
pow__ii
> R code works but the shared objects built from fortran code do not find
> the appropriate libs with functions like __pow_ii or __epx at runtime.
I used to have endless trouble with __pow_ii which as I recall could be be
fixed by the correct incantation of the mix of compiler libraries and
LD_LIBRARY_PATH. It seemed to be extremely sensitive and never easy to get
right. The problem is
1998 Jun 22
1
R-beta: data(foo) - Error in sub(...
R-0.62.1 sparc-sun-solaris2.4:
demo(graphics) stops at:
> data("iris")
Error in sub(pattern, replacement, x, ignore.case, extended) : invalid regular
expression
or these direct entries give:
> data(iris)
Error in sub(pattern, replacement, x, ignore.case, extended) : invalid regular
expression
> > help(iris)
Error in gsub(pattern, replacement, x, ignore.case, extended) :
1998 Jul 02
1
R-beta: Solaris 2.4, R-62.1, and regex
With R-62.1 on Solaris 2.4, configure says the system has regcomp though I do
not know where it is getting that information. The Solaris 2.4 regex and other
regular expression functions are not interchangeable with the GNU regex and
libraries used by sub() and gsub(). Hence it is necessary to acquire the GNU
version and to get it into the load path ahead of the system libraries to load
it rather
1999 Sep 09
1
monitor linearity
demo("graphics") notes that a circle (piechart) is a test of monitor linearity.
With a new monitor on a new linux system with R-0.65.0 I get an ellipse. This
is not a pincushion effect and the major/minor axis ratio is constant over size
and screen location variation. Is this a hardware problem or are there
alternative possible explanations to explore?
Gordon M. Harrington Mail: 3720
1998 Jun 18
0
R-beta: netscape/R interaction [color allocation]
Thanks to Martin Maechler, Douglas Bates, Peter Dalgaard, and Hedderik van Rijn
for pointing out the problem is with the color resource demands of the two
applications and for their suggested possible solutions. A 24 bit monitor would
be ideal and maybe someday I'll have the $$$ to upgrade. "netscape -install"
works with the attendant flashing screen color changes from window to
2006 Mar 03
5
flag day: ZFS on-disk format change
Summary: If you use ZFS, do not downgrade from build 35 or later to
build 34 or earlier.
This putback (into Solaris Nevada build 35) introduced a backwards-
compatable change to the ZFS on-disk format. Old pools will be
seamlessly accessed by the new code; you do not need to do anything
special.
However, do *not* downgrade from build 35 or later to build 34 or
earlier. If you do so, some of
2004 Sep 03
0
Installation problems on Solaris 2.6
I am trying to install R 1.9.1 on a 5-year-old Sun: here is the
description:
version
Machine hardware: sun4u
OS version: 5.6
Processor type: sparc
Hardware: SUNW,Ultra-4
The following components are installed on your system:
Sun Visual WorkShop C++ 3.0
Sun WorkShop Compiler C 4.2
Sun WorkShop Compiler C++ 4.2
Sun WorkShop Tools.h++ 7.0
1998 Sep 12
1
R-beta: Sun native compiler SC2.0.1, R-0.62.x
Several multiple definition fatal errors occur compiling R-0.62.2 and more with
0.62.3 using the Sun native compiler SC2.0.1. Earlier versions of R did not
present the problem. It does not occur with gcc.
The problem lies in the SC2.0.1 library in sunmath.h which is not fully ANSI
compliant. The compiler, with appropriate options, compiles non-ANSI usages but
does not recognize alternatives as
2010 May 19
3
[PATCH] com32/lib/syslinux/load_linux.c: cmdline truncated
Hi,
in syslinux-386, I think I've found a problem in
com32/lib/syslinux/load_linux.c
that leads to cmdline being truncated unnecessarily when e.g.
linux.c32 is used.
The patch below fixes the problem for me. But I don't know,
whether the patch is safe in all cases. I tried to reproduce
the logic found in runkernel.inc, but I might have missed
something. So, feel free to tell me
1998 Jun 26
2
R-beta: Problem with functions using sub and gsub
Previously I had problems with data(foo) and Gass and I had problems with
help(). His diagnostic was "POSIX regular expressions not available" and mine
was "invalid regular expression". Martin Maechler has no problems with Solaris
2.5 and suggested a regular expression library was needed, e.g., regex-x.xx.
Solaris 2.4 has regex.o in /usr/ccs/libgen.a and regex.h in
1999 Jan 11
1
choosing systems
After many helpful suggestions from many including Brian Ripley, Peter
Dalgaard, Martin Maechler, Douglas Bates, and Tristan Savatier--it is clearly
time to upgrade my system from SPARC-10 Solaris 2.4. Rational choice of
configuration should be based on intended application and perhaps the fact it
is my pension, not my university, which now finances my research.
My most demanding applications
1997 May 02
0
R-beta: Re: S Compatibility
Ross Ihaka writes:
> Peter Dalgaard writes:
************************
> > What he probably would tell you is that the FSF has a substantial "red
> > tape" procedure for code contributions to ensure that nobody can claim
> > to own parts of the code and thereby block the use of the entire
> > product. You can't put code under GPL if you don't own it,
2018 Feb 15
0
Fleming-Harrington weighted log rank test
> On Feb 13, 2018, at 4:02 PM, array chip via R-help <r-help at r-project.org> wrote:
>
> Hi all,
>
> The survdiff() from survival package has an argument "rho" that implements Fleming-Harrington weighted long rank test.
>
> But according to several sources including "survminer" package
2018 Feb 14
2
Fleming-Harrington weighted log rank test
Hi all,?
The survdiff() from survival package has an argument "rho" that implements Fleming-Harrington weighted long rank test.?
But according to several sources including "survminer" package (https://cran.r-project.org/web/packages/survminer/vignettes/Specifiying_weights_in_log-rank_comparisons.html), Fleming-Harrington weighted log-rank test should have 2 parameters
2018 Feb 15
1
Fleming-Harrington weighted log rank test
> On Feb 14, 2018, at 5:26 PM, David Winsemius <dwinsemius at comcast.net> wrote:
>
>>
>> On Feb 13, 2018, at 4:02 PM, array chip via R-help <r-help at r-project.org> wrote:
>>
>> Hi all,
>>
>> The survdiff() from survival package has an argument "rho" that implements Fleming-Harrington weighted long rank test.
>>
2002 Mar 08
2
Multiple smbd processes per client
We have around 30+ users using one computer (Win2kTS)
So I guess that means one smbd process is handling all 30 users'
requests?
You can watch the smbd process for this machine max out the CPU at times
Is there anyway of getting multiple smbd processes per client/computer
that connects
Thanks,
Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
1998 Jun 18
3
R-beta: netscape/R interaction
Using netscape 4.03 (or 2.x or 3.x)/ R-0.62.1 with SPARC Solaris 2.4:
when netscape is running for help, graphics in R quit with "Color allocation
error". Closing netscape removes the problem. netscape does not interfere with
other X11 imaging programs including ghostscript and ImageMagick except that it
increases the contrast in my mailer windows slightly.
(netscape does block