[R] issue -- Packages unavailable for R version 3.2.3

Ista Zahn istazahn at gmail.com
Wed Feb 24 12:57:24 CET 2016


Installing unsupported packages is usually not a good idea (there is a
reason they were removed...).

But if you must:

install.packages("devtools")
install_version("sentiment", '0.2')

Best,
Ista

On Wed, Feb 24, 2016 at 2:49 AM, Sandeep Rana
<sunnysingha.analytics at gmail.com> wrote:
> Hi,
>
> I have newly installed R version 3.2.3 and experiencing an issue where the
> packages that I had been using in previous release aren't compatible in the
> latest release.
> I need you help to suggest how we could force the installation even if its
> not supported or what is the workaround to move ahead with it.
>
> Right now, I need to install the package 'sentiment'. Please help.
>
> Regards,
>
> Sandeep S. Rana
>
>         [[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