Skip to content
Prev 8239 / 15274 Next

(no subject)

You need to install certain dependencies (if you do not know how please
ask on the general R help forums).
These include:
Rcpp, RcppArmadillo, numDeriv, chron, Rsolnp, mvtnorm, Kendall, fftw
and can generally be installed with one call from within R,
e.g.
install.packages(c("Rcpp", "RcppArmadillo", "numDeriv", "chron",
"Rsolnp", "mvtnorm", "Kendall", "fftw"))

Depending on the functionality you make use of, more packages might have
to be installed.

Regards,
Alexios
On Wed, 2011-07-20 at 06:52 -0700, Amjad Ali wrote: