Hi,

On Mon, Jul 20, 2015 at 2:01 PM, AGUSTIN ALONSO RODRIGUEZ
<[email protected]> 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

______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to