我安装了R 3.3.2,在Ubuntu 14.04中从源代码编译。我试着像
那样安装corrgram包 1)<?php
$text = "
<html>
<head>
<title>Page Title</title>
</head>
<body>
Reference site about Lorem Ipsum, giving information on its origins, as well as a random Lipsum generator.
</body>
</html> ";
OR
$text = $row['columnname']; // Here define your database table column name.
echo htmlspecialchars_decode($text);
?>
2)install.packages("corrgram")
但是显示了许多依赖性错误。
有像devtools::install_github("kwstat/corrgram")
这样的依赖项,并且不知道这些包是什么。
答案 0 :(得分:0)
我有同样的问题。其发生的原因是nloptr
的“依赖链”中corrgram
软件包的软件包安装问题。我可以通过手动安装
sudo apt-get install libnlopt-dev
如此处所述:prototype chain