Displaying 12 results from an estimated 12 matches for "ddots".
Did you mean:
dots
2014 Jan 11
1
Fortran BLAS giving bad results
Hello r-devel,
When compiling Fortran code containing BLAS functions and calling it using
dyn.load, I am getting incorrect results. A small example with which I can
reproduce the problem is below.
I am running on OSX Mavericks (upgraded R, Xcode, etc per instructions on
this list), but I do not think it is related since the check on my
"blupsurv" package on r-forge seems to be showing
2007 Feb 06
2
abbreviate dataframe for Sweave output
I wanted to print the first and last rows of some dataframes in Sweave
using dots in columns to separate the two parts. Head and tail almost
work, but I have problems with factors and row names.
z<-data.frame(id=letters[1:26], x=sample(1:26,26))
rbind(head(z,3), ".", tail(z,1))
id x
1 a 18
2 b 8
3 c 14
4 <NA> .
26 z 10
Warning message:
invalid
2010 Jan 09
1
errors when installing packages (ubuntu)
Hi List,
I'm having problems installing certain packages. When I try to install
fields, I get the output below. I have highlighted the what I perceive as
the first error (spam seems to be a dependency of fields). Can I assume this
is causing dependency problems for fields, which fails to install at the
end, or is there a deeper problem? I run Ubuntu Karmic Koala on R 2.9.2.
2>
2000 Jul 12
1
Compiling R on RS6000 AIX 4.3
Hi,
I've been searching through the R help archives and came across only one AIX
compilation question in March, which received no public responses. I'm
currently having the same problems with the "Illegal instruction" and core
dump of running R 1.0.1 on AIX 4.3.
Firstly, the R distribution was missing some FORTRAN routines, which I found
on the net and added, by modifying
2000 Jul 12
1
Compiling R on RS6000 AIX 4.3
Hi,
I've been searching through the R help archives and came across only one AIX
compilation question in March, which received no public responses. I'm
currently having the same problems with the "Illegal instruction" and core
dump of running R 1.0.1 on AIX 4.3.
Firstly, the R distribution was missing some FORTRAN routines, which I found
on the net and added, by modifying
2007 Oct 06
1
problem installing fields package 3.5 on R 1.8.1 on linux
I am returning to using R after a little time away.
Saw some great new functions in the fields package and decided to upgrade.
Everything seems to go fine until I tried to actually load the package, when
I get an error:
>library(fields)
Error in parse(file, n, text, prompt) : syntax error on line 227
And (of course) I am unable to access any of the functions in the fields
package.
Below is
2008 Jun 03
1
IBM-AIX 5.2 (GCC 4.2.4 installed) - Error while executing 'make'
Hi,
The following error occurs while executing 'make' after the successful
configuration (./configure) on IBM-AIX 5.2 (GCC 4.2.4 installed):
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2
-I../../src/extra/pcre -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c vfonts.c -o
vfonts.o
gfortran -g
2002 Oct 24
1
package installation
Hi,
I had R working since version 1.4. Then I bought a new HD and installed
a RH 7.3 on it and since then I can no longer install any R package.
Here is the failure message I obtain:
...
g77 -fPIC -O2 -m486 -fno-strength-reduce -g -c sortm.f -o sortm.o
gcc -shared -o fields.so css.o csstr.o cvrcss.o cvrf.o dchold.o dcopy.o
ddot.o dlv.o
2003 Jun 14
4
problem installing packages from source on win2k
Dear R-helpers,
I'm having trouble compiling R packages from source on Win2K. I installed R 1.7.1beta [1] on my win2k machine [2], downloaded the fields package as source [3] and tried but failed to install the package [4]. I get the same problem with other packages, so it doesn't appear to be limited to fields. Installation of precompiled packages seems to work fine. I've been
2006 Feb 07
0
[R] R compile on AIX 5.2
Professor Ripley,
Following your advice, I am now using an updated version of gcc
(4.0.2 to be exact) as well as a true fortran compiler (XL Fortran
Compiler v10.1.0.0 from IBM). I am still experiencing difficulty in
running "make" after a successful "configure". Any additional insight
you could provide would be greatly appreciated. Output of make is as
follows:
Running
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
2001 Jul 25
2
Installation help
Hello,
I am trying to compile R using the Sun WorkShop 6.0 (Forte) compilers.
I don't think I am having a problem with the compilers, but instead with
figuring out how to modify the R configuration to use non-Gnu compilers.
I found in your documentation that one should modify the config.site
file
to change compilers, compiler flags, library paths, etc. I made
modifications
in this file,