Displaying 20 results from an estimated 3000 matches similar to: "Problem installing tseries package"
2006 Apr 26
1
MacOSX package install problem: pkgs quadprog & tseries
I upgraded to R-2.2.1 on two PPC G5 computers today. Further I want
to work with the tseries package for the first time.
As root with
R CMD INSTALL tseries_0.10-0.tar.gz
I get the following
gcc-3.3 -bundle -flat_namespace -undefined suppress -L/usr/local/lib -
o tseries.so arma.o bdstest.o boot.o dsumsl.o garch.o ppsum.o
tsutils.o -framework vecLib -L/usr/local/lib/gcc/powerpc-apple-
2006 Jul 26
1
R CMD SHLIB flags
How can one specify multiple extra flags to R CMD SHLIB? The example in
R-exts section 5.5
MAKEFLAGS="CFLAGS=-O3" R CMD SHLIB *.c
works for a single flag, but when I try
MAKEFLAGS="CFLAGS=-g -O2 -Wall" R CMD SHLIB *.c
only the first flag is used and the rest seem to be ignored (version
2.3.1, Mac OS X)
-thomas
Thomas Lumley Assoc. Professor, Biostatistics
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’,
2008 May 07
2
Problem installing tseries under FC7 x86_64
I have just installed the 64 bit version of R, using yum. The version
is: 2.6.2-1.fc7.1.x86_64.
I installed zoo without any major problem and the same with quadprog (a
few warnings). However, when I came to install tseries I get the
following:
install.packages()
Warning in install.packages() :
argument 'lib' is missing: using
1999 Jul 14
1
tseries package -- license
Thanks a lot for "tseries"!
The new (0.1-2) version of the tseries package
contains the following in ./README :
>> Author(s): A. Trapletti <A.Trapletti@ci.tuwien.ac.at>,
>> B. LeBaron ("./src/bdstest.c"),
>> K. Krischer, and T. M. Kruel ("./src/muin2ser.f",
>> "./misc/mutinfo-1.21b.tar.gz")
>>
2012 Aug 12
1
trouble compiling R-patched from source on Windows 64 bit
Hello!
I'm trying to install R-patched from source on a Windows 64 bit laptop.
I have installed R-tools 2.16 and set up the jpeg, tiff, and libpng files
Here is the output:
c:\R64\R-patched\src\gnuwin32>make all recommended
make all recommended
make[1]: `MkRules' is up to date.
make[4]: Nothing to be done for `svnonly'.
installing C headers
make[2]: Nothing to be done for
2000 Dec 19
1
packages installation failed on Linux
Hi all,
I've successfully compiled R-1.2 on a Linux box (Mandrake 7.1). However,
when I installed packages from sources, I run into problems with the
packages logspline and tseries. The error messages are as follows. Can
anyone help? The compiler is gcc 2.95.3, if that helps.
Andy
================================================
Installing source package `logspline' ...
libs
gcc
2008 Jul 03
1
--enable-BLAS-shlib conflict with --with-lapack in configure?
Dear developeRs,
I'm trying to build R (2.7.1, on an x86_64 running Linux, but I believe
I have observed this on x86 and with earlier versions of R as well)
using external BLAS and LAPACK libraries _and_ generating libR.so,
libRblas.so and libRlapack.so.
Without --enable-BLAS-shlib, configure is able to find and use the
external LAPACK library:
./configure \
2009 May 08
1
dqrdc2_ dqrsl_ dtrsl_ missing from libs? compiling earth standalone
I have been trying to compile the earth Multivariate Adaptive
Regression of Splines package as a standalone application under Linux
(x86_64 kernel-2.6.27.21 openSUSE 11.1) with gcc 4.3.2.
The package compiles without problems from within R as an R module and
I get the following linker error:
earth.c:(.text+0x1a14): undefined reference to `dqrdc2_'
earth.c:(.text+0x1ae4): undefined
2004 Sep 28
2
[Fwd: Re: tseries Package for R]
-------- Original Message --------
Subject: [R] Re: tseries Package for R
Date: Mon, 27 Sep 2004 23:56:34 -0800
From: Martin Renner <martin.renner at stonebow.otago.ac.nz>
To: Adrian Trapletti <a.trapletti at bluewin.ch>
References: <61CBB4C9-10C7-11D9-A624-000D932E990C at comcast.net>
<4158F5B6.3020103 at bluewin.ch>
see http://cran.stat.ucla.edu/bin/macosx/ and
2003 Oct 03
2
tseries
Has anyone successfully check/build tseries for MacOSX?
It seems like there is the same problem with symbols duplications. The
-m like option does not seem to help.
stefano
2007 Mar 07
1
compiling latest version of R
Dear R-help community,
I have had trouble in the past installing the latest version of R: we got the
errors shown below (the computer specifications and version of R are below
that). Does anybody have tips for compiling the latest version of R so that I
can avoid these errors?
configure
make
...
...
...
f90: CODE: 0 WORDS, DATA: 0 WORDS
gcc -G -L/usr/local/lib -o stats.so init.o kmeans.o
2015 Sep 04
2
Build R with MKL and ICC
On Wed, 2015-09-02 at 20:49 +0200, arnaud gaboury wrote:
> On Wed, Sep 2, 2015 at 7:35 PM, arnaud gaboury <arnaud.gaboury at gmail.com> wrote:
> > After a few days of reading and headache, I finally gave a try at
> > building R from source with Intel MKL and ICC. Documentation and posts
> > on this topic are rather incomplete, sometime fantasist et do not give
> >
2016 Nov 22
2
shared libraries: missing soname
Dirk,
Dirk Eddelbuettel <edd at debian.org> writes:
> On 20 November 2016 at 21:49, Joseph Mingrone wrote:
> | Hello Dirk,
> |
> | Dirk Eddelbuettel <edd at debian.org> writes:
> |
> | > On 20 November 2016 at 19:28, Joseph Mingrone wrote:
> | > | Hello,
> | > |
> | > | R's shared libraries are linked without setting the soname. This is
2016 Nov 22
2
shared libraries: missing soname
Dirk,
Dirk Eddelbuettel <edd at debian.org> writes:
> On 21 November 2016 at 23:24, Joseph Mingrone wrote:
> | Dirk Eddelbuettel <edd at debian.org> writes:
> | > On 20 November 2016 at 21:49, Joseph Mingrone wrote:
> | > | Hello Dirk,
> | > |
> | > | Dirk Eddelbuettel <edd at debian.org> writes:
> | > |
> | > | > On 20 November
2015 Sep 02
4
Build R with MKL and ICC
After a few days of reading and headache, I finally gave a try at
building R from source with Intel MKL and ICC. Documentation and posts
on this topic are rather incomplete, sometime fantasist et do not give
much explanations about configure options.
As I am not sure if mine is correct, I would appreciate some advices and hints.
OS: Fedora 22
parallel_studio_xe_2016
Hardware : 8 Thread(s) per
2006 Nov 14
2
Building R from source
Hello,
I was trying to build R from source on Windows XP. I installed software which are mentioned from the follow web page http://www.murdoch-sutherland.com/Rtools/ (Last accessed on Nov. 13th, 2006) . Unfortunately, I got error messages whenever I run 'make all recommended' without modifying 'MkRules' file. I have removed software and reinstalled them several times but I still
2012 Mar 31
1
trouble compiling on Windows
Dear R People:
I'm trying to compile R-2.15.0 on a 64 bit Windows machine.
However, I'm getting the following error:
c:\R64\R-2.15.0\src\gnuwin32>set TMPDIR=c:\temp
set TMPDIR=c:\temp
c:\R64\R-2.15.0\src\gnuwin32>make all recommended
make all recommended
make[1]: `MkRules' is up to date.
make[4]: Nothing to be done for `svnonly'.
installing C headers
make[2]: Nothing to
2008 Jan 25
4
Problem building R with Intel MKL v10 BLAS
NO
Hi. I'm not sure if this is an R-help or R-devel problem, so I'm
starting here in the hope that someone can help (and willing to go to
the other list if it's more appropriate). I think I am following all of
the instructions in the various manuals, but clearly I am missing something.
I have an Intel EM64T Dell with 2 dual-core Xeon processors running Red
Hat EL5. I would
2016 Nov 23
2
shared libraries: missing soname
Dirk Eddelbuettel <edd at debian.org> writes:
> On 22 November 2016 at 00:02, Joseph Mingrone wrote:
> | These are also not fatal errors on FreeBSD, where everything, for now, also just
> | works. ...until a library's interface changes. You seem to be arguing that
> | sonmaes are pointless. We disagree.
> You are putting words in my mouth. In my very first reply to