I am trying to install a package manipulate: message = not available for r 3.1.1

windows 7 -pro r studio 0.98.945 r 3.1.1

I am trying to install manipulation: install.packages ("manipulate").

Warning in install.packages folder: package "not available (for R version 3.1.1)

This package is not available or is there something wrong in my machine or how to get it?

thanks for all updates / help with best wishes, Guy Pshitula

+3


source to share


1 answer


It's not on CRAN. It is usually installed as part of the RStudio installation process. I suggest reinstalling RStudio.

Another possibility is offered by RStudio support:



1.) The easiest workaround is to simply install the package manually from its location in Program Files - you can pin C: \ Program Files \ RStudio \ R \ library \ manage the folder and install it using install.packages () - this will result in install the management pack and it works.

If this does not solve your problems, you should post them on the RStudio support forum.

+3


source







All Articles