[R] Cannot install contributed package MTS
Duncan Murdoch
murdoch.duncan at gmail.com
Tue Jul 21 21:41:32 CEST 2015
On 21/07/2015 1:46 PM, AGUSTIN ALONSO RODRIGUEZ wrote:
> Dear Sirs:
>
>
>
> I have attempted to install the contributed package MTS, but without
> success.
>
>
>
> I am using R.3.2.1, on Windows 8.1, after selecting Espa�ol as the
> instalation language, on a Lenovo PC, 64 bits.
>
>
>
> If I use the instruction: install.packages(�MTS�)
>
>
>
> i get:
>
>
>
>> install.packages("MTS")
>
> Installing package into �C:/Users/Usuario/Documents/R/win-library/3.2�
>
> (as �lib� is unspecified)
>
> Warning: unable to access index for repository
> https://cran.r-project.org/src/contrib
The issue is that CRAN now prefers you to use https access, but your
system is having problems with that. Since you are on a recent version
of Windows, the problem should go away if you use
setInternet2(TRUE)
This will be the default in R 3.2.2 (and is the default already in
R-patched).
Duncan Murdoch
>
> Warning: unable to access index for repository
> https://cran.r-project.org/bin/windows/contrib/3.2
>
> Warning message:
>
> package �MTS� is not available (for R version 3.2.1)
>
>
>
> If I use the men� bar: Packages, install packages, after selecting a CRAN
> mirror, I get a window with the packages:
>
> GLMMGibbs
>
> RDCOMClient
>
> Rsterm
>
> Survnnet
>
> yags
>
>
>
> As I do not select any of the above, I get
>
>
>
>> utils:::menuInstallPkgs()
>
> --- Please select a CRAN mirror for use in this session ---
>
> Warning: unable to access index for repository
> https://cran.r-project.org/src/contrib
>
> Error in install.packages(NULL, .libPaths()[1L], dependencies = NA, type =
> type) :
>
> no packages were specified
>
>
>
>
>
> I have been using R for more than fifteen years. I never had a problem
> installing packages, and I am so confused that do not know what to do.
>
>
>
> Would you, please, help me?
>
>
>
> Thanking you for your attention, I am sincerely yours
>
>
>
> Agustin Alonso
>
>
> [[alternative HTML version deleted]]
>
>
>
> ______________________________________________
> R-help at r-project.org 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.
>
More information about the R-help
mailing list