[R] help with contributed package MTS
Sarah Goslee
sarah.goslee at gmail.com
Mon Jul 20 20:16:37 CEST 2015
Hi,
On Mon, Jul 20, 2015 at 2:01 PM, AGUSTIN ALONSO RODRIGUEZ
<aalonso at rcumariacristina.com> wrote:
> I am using R-3.2.1, and when I type install.packages(“MTS”), I get the
> message:
>
> package ‘MTS’ is not available (for R version 3.2.1).
It's on CRAN, and passes check for R-release:
https://cran.r-project.org/web/checks/check_results_MTS.html
I didn't have any problem installing it with install.packages().
I'd suggest trying again after installing the requirements (see
below), and if you still have no success posting your sessionInfo().
> I have tried also to install from local zip files, and I got it, but when I
> type: library(MTS), I got the message that Rcpp was absent.
That means you need to install the Rcpp package before you can install
MTS. You can see these requirements listed:
https://cran.r-project.org/web/packages/MTS/index.html
> Would you please, tell me how to install MTS in R-3.2.1?
By reading and following the error messages you received.
Sarah
--
Sarah Goslee
http://www.functionaldiversity.org
More information about the R-help
mailing list