我正在尝试在Ubuntu上安装Rjags,我先安装了这个
sudo apt-get install JAGS
然后我尝试了
R
install.packages("rjags")
我有以下错误
> install.packages("rjags")
Installing package into ‘/home/louis/R/x86_64-pc-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 71719 100 71719 0 0 46062 0 0:00:01 0:00:01 --:--:-- 46032
* installing *source* package ‘rjags’ ...
** package ‘rjags’ successfully unpacked and MD5 sums checked
checking for pkg-config... /usr/bin/pkg-config
configure: Setting compile and link flags according to pkg-config
configure: Compile flags are -I/usr/include/JAGS
configure: Link flags are -ljags
checking for gcc... x86_64-conda_cos6-linux-gnu-cc
checking whether we are using the GNU C compiler... no
checking whether x86_64-conda_cos6-linux-gnu-cc accepts -g... no
checking for x86_64-conda_cos6-linux-gnu-cc option to accept ISO C89... unsupported
checking for jags_version in -ljags... no
configure: error: "cannot link to JAGS library in /usr/lib."
ERROR: configuration failed for package ‘rjags’
* removing ‘/home/charlie/R/x86_64-pc-linux-gnu-library/3.4/rjags’
The downloaded source packages are in
‘/tmp/Rtmp9yfeon/downloaded_packages’
Warning message:
In install.packages("rjags") :
installation of package ‘rjags’ had non-zero exit status
我不知道如何解决这个问题,谢谢你的帮助
Andrey Kolyadin,我按照你的指示,安装后我得到了这个
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
r-cran-rjags
1 upgraded, 0 newly installed, 0 to remove and 296 not upgraded.
Need to get 88,6 kB of archives.
After this operation, 1 024 B of additional disk space will be used.
Get:1 http://ppa.launchpad.net/marutter/rrutter/ubuntu xenial/main amd64 r-cran-rjags amd64 1:4.6-1cran4ubuntu1ppa1~ubuntu16.04.1~ppa1 [88,6 kB]
Fetched 88,6 kB in 1s (68,8 kB/s)
(Reading database ... 250343 files and directories currently installed.)
Preparing to unpack .../r-cran-rjags_1%3a4.6-1cran4ubuntu1ppa1~ubuntu16.04.1~ppa1_amd64.deb ...
Unpacking r-cran-rjags (1:4.6-1cran4ubuntu1ppa1~ubuntu16.04.1~ppa1) over (1:4-5-1) ...
Setting up r-cran-rjags (1:4.6-1cran4ubuntu1ppa1~ubuntu16.04.1~ppa1) ...
我曾尝试在R中调用该库,但遗憾的是它未被检测到......
答案 0 :(得分:3)
如果您从andrey建议的ppa安装它,请使用
将其删除
sudo apt-add-repository --remove ppa:marutter/rrutter
(然后)更新您的数据:
sudo apt update
然后从默认
安装它sudo apt install r-cran-rjags
在R中测试。
R
在R:
>library(rjags)
# Loading required package: coda
# Linked to JAGS 4.2.0
# Loaded modules: basemod,bugs
(可能多余,仅供SEO ^^ :)也适用于Linux Mint