Displaying 20 results from an estimated 2000 matches similar to: "Fortran linking problems"
2008 Jul 09
1
Help with installing add-on packages
Dear R users.
Recently I wanted to update my R distribution to the current one (R-2.7.1). I am running a Fedora core 8 distirbution. The installation went fine, but when I tried to add some additional packages the majority made an exit with an error. Only a few least demanding (e.g. RColorBrewer) managed to get through the installation process.
What happened between the versions 2.6.x and 2.7.x
2008 Sep 18
2
Problem installing packages in newer versions of R
Dear all,
I was wandering what could be wrong with my system (regularly updated Fedora core 8) so that installing packages does not succeed with almost every package. I follow the procedure specified in the help file R-admin section 6.3. This is not a feature new to the current version but happened (to me) in the previous version as well. Additionally R-help html pages try to follow wrong links
2006 Feb 13
2
Package compiling problem in Linux
Hi,
I am trying to install packages in R-2.2.1 on a Redhat WS4 system. I
get the following error messages trying to install, for example, the
akima package:
> R.version.string
[1] "R version 2.2.1, 2005-12-20"
> install.packages("akima", lib="/usr/lib/R/library", repos =
"http://cran.fhcrc.org/")
.
.
.
gcc -shared -L/usr/local/lib -o akima.so
2011 Mar 31
1
R packages "Demography installing Error In Ubuntu 10.04"
Dear lists:
I could not calculate what is wrong with my installing.
Could you help me to find the solution?
Thanks.
Following are the installing screen massages:
install.packages("demography")
将程序包安装入‘/home/zzk/R/i686-pc-linux-gnu-library/2.12’
(因为‘lib’没有被指定)
--- 在此連線階段时请选用CRAN的鏡子 ---
载入Tcl/Tk接口... 完成
also installing the dependencies ‘akima’, ‘rgl’, ‘misc3d’, ‘quadprog’, ‘zoo’, ‘locfit’,
1998 Oct 13
1
Assembler messages?
Up to now I have got the base R and about half of the packages
working on SuSe Linux 5.3 using gcc, g77 and xdevel.
The other half, for example: pspline, logspline, KernSmooth, akima,
tripack, ppr, principal.curve, cluster, funfit, repeated, event, etc.,
just won't install.
Some of them give warnings at expressions in subroutines (repeated,
event, pspline,etc.. I will ask about this in
1998 Oct 13
1
Assembler messages?
Up to now I have got the base R and about half of the packages
working on SuSe Linux 5.3 using gcc, g77 and xdevel.
The other half, for example: pspline, logspline, KernSmooth, akima,
tripack, ppr, principal.curve, cluster, funfit, repeated, event, etc.,
just won't install.
Some of them give warnings at expressions in subroutines (repeated,
event, pspline,etc.. I will ask about this in
2006 Feb 01
1
akima 0.4-5, interpp() bug = COMMON block problem
Hi,
I'm currently hunting a bug in the akima library, especially in the code
behind the interpp.old function (bi-variate linear interpolation).
It is based on a triangulation algorithm, interpolation at a given point
needs to know the triangle which contains this point, then the
interpolation is a straightforward calculation based on the three
vertexes.
The problem is: Sometimes the triangle
2003 Jan 21
1
problems when compiling package 'norm'
Dear All,
Trying to install package 'norm' under linux-mandrake8.2 I've got the
following messages:
R CMD INSTALL norm_1.0-9.tar.gz
* Installing *source* package 'norm' ...
** libs
g77 -mieee-fp -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro
-march=i586 -fno-fast-math -fno-strength-reduce -O3
-fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -fno-fast-math
2002 Jun 04
0
build fails dumping R code in 'methods' on i686-pc-linux-gnu (PR#1632)
aa056@chebucto.ca wrote:
>
> Using the same settings in config.site as were used for R-1.4.1,
> R-1.5.0 fails to build.
>
> ./configure --enable-R-shlib
>
> Using defaults and using PPro optimizations, the build failed in
> package methods:
>
> dumping R code in package 'methods'
> gmake[4]: *** [../../../library/methods/R/all.rda] Error 139
>
2002 Jun 03
1
build fails dumping R code in 'methods' on i686-pc-linux-gnu (PR#1630)
Using the same settings in config.site as were used for R-1.4.1,
R-1.5.0 fails to build.
./configure --enable-R-shlib
Using defaults and using PPro optimizations, the build failed in
package methods:
dumping R code in package 'methods'
gmake[4]: *** [../../../library/methods/R/all.rda] Error 139
gmake[4]: Leaving directory `/mnt/Data/src/install/R-1.5.0/src/library/methods'
The
2003 Sep 23
3
problems installing Design and Hmisc libs
Dear All,
when I try to:
install.packages("Design"); install.packages("Hmisc")
I get the following error messages:
* Installing *source* package 'Design' ...
** libs
g77 -mieee-fp -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -c lrmfit.f -o lrmfit.o
make: g77: Command not found
make: ***
2001 Nov 09
1
Installing packages
Hello,
I have upgraded from Mandrake Linux 8.0 to Mandrake 8.1 and try to reinstall
my favourite R... Everything is OK for the base software but I have trouble
to get some packages installed.
Specifically, for some packages, a "collect2" binary seems to be necessary
during the compilation/linking process of the library, and LD complains about
not finding it :
Installing source
2002 Apr 26
2
Can't install packages (PR#1486)
Hello,
I install R under Mandrake Linux 8.2.
R itself work fine, but I had an error to install packages, i.e. fields, geoR
and geoRglm :
$: R CMD INSTALL geoRglm_0.4-3.tar.gz
Installing *source* package `geoRglm' ...
libs
gcc-3.0.1 -I/usr/lib/R/include -I/usr/local/include -mieee-fp
-D__NO_MATH_INLINES -fPIC -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro
-march=i586 -fno-fast-math
2002 Apr 26
2
Can't install packages (PR#1486)
Hello,
I install R under Mandrake Linux 8.2.
R itself work fine, but I had an error to install packages, i.e. fields, geoR
and geoRglm :
$: R CMD INSTALL geoRglm_0.4-3.tar.gz
Installing *source* package `geoRglm' ...
libs
gcc-3.0.1 -I/usr/lib/R/include -I/usr/local/include -mieee-fp
-D__NO_MATH_INLINES -fPIC -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro
-march=i586 -fno-fast-math
2008 Mar 05
0
Press delete key three times in R-2.6.1 to get segmentation fault (PR#10892)
Full_Name: Poor Yorick
Version: R-2.6.1
OS: 2.4.21-50.ELhugemem #1 SMP Tue May 8 17:10:31 EDT 2007 i686 i686 i386 GNU/Linux
Submission from: (NULL) (148.168.40.4)
After compiling R-2.6.1 with gcc-4.2.1 pressing the 'delete' key three times in
an interactive session causes R to malfunction, spitting out an infinite stream
of errors. I have also replicated the issue in R-2.5.1:
R
2002 Jul 15
1
ReInstalling packages
Hello,
I just have upgraded from Mandrake 8.1 to 8.2 and installed R 1.5.1. I now try
to reinstall all the packages but get the following error (for the multiv
package for instance) :
/usr/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
make: *** [multiv.so] Erreur 1
ERROR: compilation failed for package 'multiv'
The readline library is under /lib on my system and I
2009 Nov 20
1
AKIMA: z values at a set coordinate
Dear all.
I am using the akima function to produce 3d contour plots using interp based
on irregular data.
using the eg in the akima manual
library("akima")
data(akima)
plot(y ~ x, data = akima, main = "akima example data")
with(akima, text(x, y, formatC(z,dig=2), adj = -0.1))
## linear interpolation
akima.li <- interp(akima$x, akima$y, akima$z)
image (akima.li, add=TRUE)
2010 Jan 26
1
sp package coordinates and gridded problems with as.list()
Dear All I hope that someone can help.
I am working with sp pakage and akima
library("akima")
library(sp)
imagine lots of different dataframes, of row = 100 columns = 3 of x and y
coordinates with z values I will call these data frames for the sake of this
example akima
akima<-as.list(1:100)
producing 100 dataframes dataframes of the form akima[[i]]
I then wish to interp this
2000 Apr 17
2
akima core dumps on loading (PR#521)
Full_Name: Massimo santini
Version: 1.0.1
OS: Linux
Submission from: (NULL) (159.149.147.89)
I've just dl the .rpm of R 1.0.1, installed it and then launched
insatll.packages("akima")
after re-launching R [--vanilla], the command
library(akima)
has the only effect to coredump the program. Here is the output of gdb and
strace...
--- GDB (commands given can be seen from the
2023 Jan 26
1
akima interp results to zero with less than 10 values
The akima package has a problematic license (it doesn't allow commercial
use), so it's been recommended that people use the interp package
instead. When I use interp::interp instead of akima::interp, I get
reasonable output from your example.
So that's another reason to drop akima...
Duncan Murdoch
On 26/01/2023 9:35 a.m., PIKAL Petr wrote:
> Dear all
>
> I have this