Displaying 20 results from an estimated 300 matches similar to: "Fortran BLAS giving bad results"
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
2005 Mar 14
4
The corresponding Fortran77 codes for R function pt()
Hi,
I'm trying to find the corresponding Fortran77 subroutines for R
function pt(). I tried some Fortran77 subroutines to compute the t
distribution function. But none of them are as good as R function pt().
Does anyone can give me some information about it?
Thank you very much!
Tianyue
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
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
2011 Mar 22
7
q4wine first start
Hi,
I'm new to this forum.
I've installed wine and q4wine-0.120+r1-1.9 on SLED11 SP1.
Whereas the wine shell works OK - iexplorer and notepad are active,
I'm unable to make q4wine first launch- neither from the glass icon nor from GNOME terminal.
The terminal after the command:
me at linux:~> q4wine produces:
Code:
q4wine: symbol lookup error: q4wine: undefined symbol:
2002 Sep 30
2
"Rcmd SHLIB" does not work
R-users
E-mail: r-help at stat.math.ethz.ch
Hi!
I would like to produce DLL files to be linked to
R objects on Windows98SE. The source files are
written in Fortran77.
I input the command below on R console.
Rcmd SHLIB aaa.f
The result is:
Error: syntax error
Does this mean that "Rcmd SHLIB aaa.f" contains
symtax error, or "aaa.f" contains it?
Or do I need to do
1999 Jul 01
1
version 0.5 of my libraries
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 1534 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19990701/51ad9da6/attachment.pl
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
1999 Jun 10
3
Compilation fails (PR#209)
Full_Name: Frank Beimfohr
Version: 0.64.1, devel.
OS: Solaris 2.5.1
Submission from: (NULL) (129.217.131.31)
I try to compile R on my Sparc 4 (Solaris 2.5.1) but the compilation fails. I
tried
the developer-version and the contributed 0.64.1-Version.
I start configure with the --g77-Option. During the compilation it stops with an
error, which says that the R/src/library/modreg/src/bsplvd.f
2005 Nov 03
1
Real FFT
The book "Numerical Recipes in Fortran77" by Press, Teukolsky, Vetterling and Flannery describes a way to "pack" the even and odd coordinates of a real vector "R" into a complex vector "C" of half the length. Then using various FFT symmetries, they extract the FFT of "R" from the FFT of "C" which is half the length of "R",
2009 Jul 01
1
Fortran90 and 77 on CentOS
Hi all,
Is anybody here using Fortran90 and Fortran77 on their CentOS-machine(s)?
If so, did you get that from a repo or something? One of our PhD-students
needs a software that requires the Fortran compilers mentioned in order to
make the sources for our i7-machines.
The Fortran stuff that is available to me is from the standard CentOS repos,
as well as Rpmforge and EPEL repos, from which I
2009 Mar 11
1
compile under Ubuntu 8.10 (Ibex)
I fired up a new machine last night and loaded Ubuntu 8.10 on it. I then had
to add in the usual compiler stuff which is not loaded by default: make, emacs,
fortran, c++, etc.
I'm having trouble compiling R 2.8 however. I get a message that it cannot
figure out how to link f77 and C. I've pulled in "gfortran". A google search
on "fortran ubuntu 8.10" shows
2007 Jun 06
1
Metropolis-Hastings Markov Chain Monte Carlo in Spatstat
I'm testing some different formulations of pairwise interaction point processes
in Spatstat (version 1.11-6) using R 2.5.0 on a Windows platform and I wish to
simulate them using the Metropolis-Hastings algorithm implemented with Spatstat.
Spatstat utilizes Fortran77 code with the preprocessor RatFor to do the
Metropolis-Hastings MCMC, but the Makefile is more complicated than any I have
2002 Dec 07
1
fortran -> R
Hi,
i'm working with a interesting book from
Michael Smithson: "Fuzzy Set Analysis for Behavioral and Social
Sciences",1987.
with small listenings in Fortran.
It's a pitty that i'm more or less understand nothing from Fortran -
have anybody an sugestion or perhaps interesting (...incl. Fortran skills ?)
how
i can get it in R or Java.
Now anybody a Fortran2Java translator,
2010 Mar 24
1
Fortran DLLs and R
Hi All,
I'm writing R code that would benefit from doing certain tasks using
compiled blocks of code, specifically Fortran subroutines of my own
(already written, debugged in both Fortran77 and Fortran90).
I am currently working on a Windows machine using Lahey and/or MinGW(g77)
compilers.
It is possible to dynamically load Fortran DLLs into R as evidenced from
the several documents
2013 Apr 12
2
[LLVMdev] GSoC project questions.
Hello everyone, I have a couple of questions about good project ideas for
GSoC because I'm kind of stuck thinking what I should do.
First of all, allow me to introduce myself - I'm Alex Lorenz, a Comp Sci
student from Ireland. I would like to participate in GSoC this year, and I
would love to do something for LLVM, because it's a great project. I am
familiar with LLVM api, as last
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 Nov 04
3
interfacing C into R and R packages
Hi,
I would like to interface a C code into R. Is it possible to use in the C code, functions from a R package (for instance, to use pmvnorm within loops in the C code and to call the result in a R function)?
Nathalie