Displaying 20 results from an estimated 6000 matches similar to: "TSERIES package dependencies"
2001 Oct 11
2
Where's MVA?
Hi All:
Package TSERIES is stated to depend on MVA. However, there is no MVA package to be found under the list of package sources.
Best wishes,
ANDREW
tseries: Package for time series analysis
Package for time series analysis with emphasis on non-linear and non-stationary modelling Version: 0.7-6
Depends: ts, mva, quadprog
Date: 2001-08-27
Author: Compiled by Adrian
1999 Nov 27
1
portfolio.optim.default, Packages tseries quadprog (PR#348)
Full_Name: Ansgar Steland
Version: 0.90.0
OS: Linux 6.1 FreeBSD 3.2
Submission from: (NULL) (62.104.196.10)
Dear R Team,
Yesterday I downloaded R 0.90.0 and the current versions of some
packages (tseries, quadprog,...).
I had no problems to build the program using FreeBSD 3.2 and SuSe Linux 6.1.
I also re-build all packages required by tseries.
I checked out portfolio.optim (package:
2002 Apr 29
2
tseries package segmentation fault (PR#1497)
Full_Name: Gang Liang
Version: 1.4.1
OS: mandrake-8.2
Submission from: (NULL) (128.32.81.135)
tseries version: 0.9-1
quadprog version: 1.4-4
mva version: 1.4.1
version:
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 4.1
year 2002
month 01
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-
2005 Mar 02
2
Problems with the "tseries" package
Dear Sirs,
I am trying to perform a garch analysis to some data time series.Therefore, I've downloaded the package "tseries", as the garch analysis is not available in the main R program.When I try to load the "tseries package" from the R-Console screen, the following message appears:
local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg))
2005 Aug 19
1
Problem with get.hist.quote() in tseries
When using get.hist.quote(), I find the dates are broken. This is with
R 2.1.1 on Mac OS X `panther'.
> library(tseries)
Loading required package: quadprog
'tseries' version: 0.9-27
'tseries' is a package for time series analysis and computational
finance.
See 'library(help="tseries")' for details.
> x <-
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
2002 Nov 17
2
Package tseries: crash for Windows version (PR#2302)
Platform: Windows 98
R version: Version 1.6.1 (2002-11-01)
Package 'tseries' version: 0.9-4 Built: R 1.6.0; Win32; Mon Oct 7 14:02:38 2002)
(dependanted packages 'quadprog': Built: R 1.5.1; Win32; 2002-07-03 12:20:50)
I've just upgraded to R 1.6.1. By typing
library(tseries)
example(garch)
=> I've got a crash with the following message:
"RGUI a causé une
2002 Nov 17
2
Package tseries: crash for Windows version (PR#2302)
Platform: Windows 98
R version: Version 1.6.1 (2002-11-01)
Package 'tseries' version: 0.9-4 Built: R 1.6.0; Win32; Mon Oct 7 14:02:38 2002)
(dependanted packages 'quadprog': Built: R 1.5.1; Win32; 2002-07-03 12:20:50)
I've just upgraded to R 1.6.1. By typing
library(tseries)
example(garch)
=> I've got a crash with the following message:
"RGUI a causé une
2003 Jan 20
1
make check for R-1.6.2 on IBM AIX
Dear all,
The 'make check' step fails for the pacakge mva on IBM AIX.
The tail of the Rout log file looks like:
> for(factors in 2:4) print(update(Harman23.FA, factors = factors))
Call:
factanal(factors = factors, covmat = Harman23.cor)
Uniquenesses:
height arm.span forearm lower.leg weight
0.170 0.107 0.166
2005 May 02
1
Trying to understand kpss.test() in tseries package
I'm trying to understand how to use kpss.test() properly. If I have a
level stationary series like rnorm() in the help page, shouldn't I get a
small p-value with the null hypothesis set to "Trend"? The (condensed)
output from kpss.test() for the two possible null hypotheses is given
below. I don't see any significant difference between these results.
> x <-
1999 Oct 29
1
No subject
Dear friends. I just downloaded tseries dated 27.10.99 (from Aalborg, Denmark) and it seems it lacked something, library ts was not available ? What to do ?
> library(tseries)
Loading required package: ts
Warning: There is no package called `ts'
>
>
Best wishes
Troels Ring, M.D
Department of Nephrology
Aalborg, Denmark
tring at mail1.stofanet.dk
2013 Feb 22
1
R on mac not installing packages
Hi, I have not been able to use R in my macbook pro. I am getting the
following error message every time i try to install a package
* installing *source* package ?Hmisc? ...
** package ?Hmisc? successfully unpacked and MD5 sums checked
** libs
*** arch - i386
sh: make: command not found
ERROR: compilation failed for package ?Hmisc?
* removing ?/Users/ravshonbek/Library/R/2.15/library/Hmisc?
*
2001 Oct 29
1
Help with 'get.hist.quote' on tseries
Hi ALL:
I am trying to use get.help.quote from library(tseries). I tried
to run the example from help(get.hist.quote) but R complained. Here
is the command I used and the response:
ibm <- get.hist.quote(instrument = "ibm", start = "1998-01-01")
trying URL
2007 Sep 14
1
segfault in download.file
Hello,
I was trying to use get.hist.quote in tseries, and got a segfault:
-8<-----------------------------------
> library(tseries)
Loading required package: quadprog
Loading required package: zoo
'tseries' version: 0.10-6
'tseries' is a package for time series analysis and computational
finance.
See 'library(help="tseries")' for
2011 Nov 20
3
install.package tseries
I have not been successfull in downloading tseries package in the R in my macbook air.
The message sent is:Error in dyn.load(file, DLLpath = DLLpath, ...) :
imposs?vel carregar objeto compartilhado '/Library/Frameworks/
Do you have any clue?
2010 Jun 01
1
TSA package dependencies
In Ubuntu 10.04, from the R command line
install.packages('TSA',dep=TRUE)
downloads & installs about 100 packages from CRAN, including some big
ones like Zelig. It's only supposed to depend on leaps, locfit, mgcv,
& tseries & through them akima, lattice, quadprog, zoo, & stats.
Not a big problem of course, but I wondered if anyone else had noticed
this behaviour.
2010 Apr 25
1
problem with Rcmdr Plugins
Dear R Development People:
I have written a couple of plugins for Rcmdr and they do not seem to work with R-2.11.0.
Here is the output:
> library(RcmdrPlugin.epack)
Loading required package: Rcmdr
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Loading required package: car
--- Please select a CRAN mirror for use in this session ---
Rcmdr Version 1.5-4
Attaching package:
1999 Sep 20
0
Updated tseries package
Fritz just put the updated tseries package to CRAN. I mainly removed
(and corrected) code such that tseries fits together with package ts.
New code is White's and Teraesvirta's tests for neglected non-linearity
(also for the regression case). From the INDEX file:
NelPlo Nelson-Plosser Macroeconomic Time Series
adf.test Augmented Dickey-Fuller Test
amif
1999 Sep 20
0
Updated tseries package
Fritz just put the updated tseries package to CRAN. I mainly removed
(and corrected) code such that tseries fits together with package ts.
New code is White's and Teraesvirta's tests for neglected non-linearity
(also for the regression case). From the INDEX file:
NelPlo Nelson-Plosser Macroeconomic Time Series
adf.test Augmented Dickey-Fuller Test
amif