Displaying 4 results from an estimated 4 matches for "tsutil".
Did you mean:
psutil
2007 Jul 26
1
Problem installing tseries package
...I/usr/lib/R/include -I/usr/local/include
-fpic -O3 -g -std=gnu99 -c garch.c -o garch.o
gcc -I/usr/lib/R/include -I/usr/lib/R/include -I/usr/local/include
-fpic -O3 -g -std=gnu99 -c ppsum.c -o ppsum.o
gcc -I/usr/lib/R/include -I/usr/lib/R/include -I/usr/local/include
-fpic -O3 -g -std=gnu99 -c tsutils.c -o tsutils.o
gcc -shared -Bdirect,--hash-stype=both,-Wl,-O1 -o tseries.so arma.o
bdstest.o boot.o dsumsl.o garch.o ppsum.o tsutils.o -L/usr/lib/R/lib -lRblas
-lgfortran -lm -lgcc_s -lgfortran -lm -lgcc_s -L/usr/lib/R/lib -lR
/usr/bin/ld: skipping incompatible /usr/lib/R/lib/libRblas.so when sear...
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
2006 Apr 26
1
MacOSX package install problem: pkgs quadprog & tseries
...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-
darwin6.8/3.4.2 -lg2c -lSystem -L/usr/local/lib/gcc/powerpc-apple-
darwin6.8/3.4.2 -lg2c -lSystem -lcc_dynamic -F/Library/Frameworks/
R.framework/.. -framework R
ld: can't locate file for: -lcc_dynamic
make: *** [tseries.so] Error 1
ER...
2011 Mar 31
1
R packages "Demography installing Error In Ubuntu 10.04"
...-fpic -std=gnu99 -O3 -pipe -g -c formats.c -o formats.o
gcc -I/usr/share/R/include -fpic -std=gnu99 -O3 -pipe -g -c garch.c -o garch.o
gcc -I/usr/share/R/include -fpic -std=gnu99 -O3 -pipe -g -c ppsum.c -o ppsum.o
gcc -I/usr/share/R/include -fpic -std=gnu99 -O3 -pipe -g -c tsutils.c -o tsutils.o
gcc -shared -o tseries.so arma.o bdstest.o boot.o dsumsl.o formats.o garch.o ppsum.o tsutils.o -lblas -lgfortran -lm -lgfortran -lm -L/usr/lib/R/lib -lR
安装至 /home/zzk/R/i686-pc-linux-gnu-library/2.12/tseries/libs
** R
** data
** inst
** preparing package for lazy loading
** help
***...