简体   繁体   English

我正在尝试安装包操作:message =不适用于r 3.1.1

[英]I am trying to install package manipulate : message = not available for r 3.1.1

windows 7 -pro r studio 0.98.945 r 3.1.1 windows 7 -pro r studio 0.98.945 r 3.1.1

I am trying to install manipulate: install.packages("manipulate"). 我正在尝试安装操作:install.packages(“操纵”)。

Warning in install.packages : package 'manipulate' is not available (for R version 3.1.1) install.packages中的警告:包'manipulate'不可用(对于R版本3.1.1)

is this package not available or is something wrong in my machine or how to get it ? 这个包装不可用或我的机器有什么问题或如何获得它?

thanks for all update/help best regards, Guy Przytula 感谢所有更新/帮助最好的问候,Guy Przytula

It's not on CRAN. 它不在CRAN上。 It's usually installed as part of the RStudio install process. 它通常作为RStudio安装过程的一部分安装。 I'd suggest to re-install RStudio. 我建议重新安装RStudio。

Another possibility is offered by the RStudio support: RStudio支持提供了另一种可能性:

1.) The easiest workaround is to just install the package manually from its location in Program Files - you can zip up the C:\\Program Files\\RStudio\\R\\library\\manipulate folder and install it using install.packages() - this will get the manipulate package installed and running. 1.)最简单的解决方法是从程序文件中的位置手动安装软件包 - 您可以压缩C:\\ Program Files \\ RStudio \\ R \\ library \\ manipulate文件夹并使用install.packages()安装它 - 这将安装并运行操作包。

If that doesn't solve your issues, you should post at the RStudio support forum. 如果这不能解决您的问题,您应该在RStudio支持论坛上发帖。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么我要安装的每个软件包都出现错误“软件包'XXXX'不可用(对于R版本3.5.0)”? - Why am i getting an error “package ‘XXXX’ is not available (for R version 3.5.0)” for every package that I am trying to install? R 3.1.1中的RCurl安装:软件包“ RCurl”不可用(对于R版本3.1.1)? - RCurl Installation in R 3.1.1: package 'RCurl' is not available (for R version 3.1.1)? 尝试在R中安装homals软件包的错误消息 - error message trying to install homals package in R 我正在尝试在 R 中安装 twitteR 包,但我无法这样做 - I am trying to install the twitteR package in R but I am unable to do so 我无法在 r 中安装 quantstrat 包 - I am not able to install quantstrat package in r 我试图使用Ubuntu 18.04在R中安装openssl软件包但没有成功 - I am trying to install openssl package in R using Ubuntu 18.04 without success “没有可用的R包”当我在centos 6上使用“yum install R”时 - “No R package available” When I use “yum install R” on centos 6 R Package panelAR 无法安装 - R Package panelAR not available to install rmarkdown不可用(对于R版本3.1.1) - rmarkdown is not available (for R version 3.1.1) 如何安装 Caret 包? 安装时,我收到此消息 - How to install Caret package? While installing, I am getting this message
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM