gpt4 book ai didi

r - 如何在 ubuntu 18.04 中安装 rstan

转载 作者:行者123 更新时间:2023-12-04 18:34:53 27 4
gpt4 key购买 nike

我正在尝试在 Ubuntu 18.04 中安装 rstan。我从

 apt-get install r-cran-rstan
它显示了对软件包的依赖性:r-cran-ggplot2、r-cran-pkgbuild 和 r-cran-v8。
然后在尝试安装所有这些时,又依赖于我尝试安装的 r-api-3.5
  apt-get install r-api-3.5
然后我看到以下消息:

The r-api-3.5 package is a virtual package provided by: r-base-core3.6.3-1bionic [Not a candidate version]

E: The 'r-api-3.5' package has no candidate for installation


我读过一些这样的教程: Not able to install rstanarm on Ubuntu 18.04 LTS说我应该通过以下方式添加 ppa:
sudo add-apt-repository -y "ppa:marutter/rrutter"
sudo add-apt-repository -y "ppa:marutter/c2d4u3.5"
sudo apt update
sudo apt install r-cran-rstanarm
我做到了。但它仍然无法正常工作。我的 R 版本是最新的。我没有在 Ubuntu 中找到有关 r-api-3.5 的文档。如果有人知道如何解决它,请告诉我。

最佳答案

我遇到了同样的问题,我的同事也遇到了。
我们只是直接跳到安装,它工作得很好。
简而言之:

remove.packages("rstan")
if (file.exists(".RData"))
file.remove(".RData")
install.packages("rstan", repos = "https://cloud.r-project.org/", dependencies = TRUE)
library(rstan)
example(stan_model,run.dontrun = TRUE)
出处和更详细的解释: https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started#installation-of-rstan

关于r - 如何在 ubuntu 18.04 中安装 rstan,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64121866/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com