- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 OpenSUSE Leap 15.2
操作系统连同预装 R v3.5.0
.除了 rstudio
,我不需要安装任何软件包.
下面是安装细节:
> sessionInfo()
R version 3.5.0 (2018-04-23)
Platform: x86_64-suse-linux-gnu (64-bit)
Running under: openSUSE Leap 15.2
Matrix products: default
BLAS: /usr/lib64/R/lib/libRblas.so
LAPACK: /usr/lib64/R/lib/libRlapack.so
locale:
[1] LC_CTYPE=fr_FR.UTF-8 LC_NUMERIC=C
[3] LC_TIME=fr_FR.UTF-8 LC_COLLATE=fr_FR.UTF-8
[5] LC_MONETARY=fr_FR.UTF-8 LC_MESSAGES=fr_FR.UTF-8
[7] LC_PAPER=fr_FR.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=fr_FR.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.5.0
我在安装分析所需的两个软件包时遇到困难:
arm
和
lme4
.我安装没有任何问题
ggplot2
我也需要的包。
ERROR: compilation failed for package ‘RcppEigen’
* removing ‘/home/thomas/R/x86_64-suse-linux-gnu-library/3.5/RcppEigen’
Warning in install.packages :
installation of package ‘RcppEigen’ had non-zero exit status
ERROR: dependency ‘latticeExtra’ is not available for package ‘Hmisc’
* removing ‘/home/thomas/R/x86_64-suse-linux-gnu-library/3.5/Hmisc’
Warning in install.packages :
installation of package ‘Hmisc’ had non-zero exit status
ERROR: dependencies ‘minqa’, ‘nloptr’, ‘statmod’, ‘RcppEigen’ are not available for package ‘lme4’
* removing ‘/home/thomas/R/x86_64-suse-linux-gnu-library/3.5/lme4’
Warning in install.packages :
installation of package ‘lme4’ had non-zero exit status
ERROR: dependencies ‘lme4’, ‘Hmisc’ are not available for package ‘arm’
* removing ‘/home/thomas/R/x86_64-suse-linux-gnu-library/3.5/arm’
Warning in install.packages :
installation of package ‘arm’ had non-zero exit status
The downloaded source packages are in
‘/tmp/Rtmp5c12rX/downloaded_packages’
我确实观察到有关 Eigen 内容的大量错误行,如下所示:
../inst/include/Eigen/src/Core/CoreEvaluators.h:665:8: required from ‘struct Eigen::internal::evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<double, double>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<double, -1, -1>, 1, -1, false> >, const Eigen::Block<const Eigen::Transpose<const Eigen::Matrix<double, -1, -1> >, -1, 1, false> > >’
../inst/include/Eigen/src/Core/Redux.h:349:39: required from ‘class Eigen::internal::redux_evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<double, double>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<double, -1, -1>, 1, -1, false> >, const Eigen::Block<const Eigen::Transpose<const Eigen::Matrix<double, -1, -1> >, -1, 1, false> > >’
../inst/include/Eigen/src/Core/Redux.h:416:17: required from ‘typename Eigen::internal::traits<T>::Scalar Eigen::DenseBase<Derived>::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op<double, double>; Derived = Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<double, double>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<double, -1, -1>, 1, -1, false> >, const Eigen::Block<const Eigen::Transpose<const Eigen::Matrix<double, -1, -1> >, -1, 1, false> >; typename Eigen::internal::traits<T>::Scalar = double]’
我找不到如何在文件中导出完整的安装输出,所以我不能在这里提供更多细节......
minqa
我得到以下输出:make: gfortran: command not found
,这可能有任何帮助......
arm
的输出包安装尝试。请注意,这是从 R 版本 4.1.0 完成的,我也安装在我的 OpenSUSE 系统上(见评论):
thomas@localhost:~> sudo R
R version 4.1.0 (2021-05-18) -- "Camp Pontanezen"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-suse-linux-gnu (64-bit)
R est un logiciel libre livré sans AUCUNE GARANTIE.
Vous pouvez le redistribuer sous certaines conditions.
Tapez 'license()' ou 'licence()' pour plus de détails.
R est un projet collaboratif avec de nombreux contributeurs.
Tapez 'contributors()' pour plus d'information et
'citation()' pour la façon de le citer dans les publications.
Tapez 'demo()' pour des démonstrations, 'help()' pour l'aide
en ligne ou 'help.start()' pour obtenir l'aide au format HTML.
Tapez 'q()' pour quitter R.
> install.packages(pkgs="arm", repos="http://cran.univ-lyon1.fr/")
installation des dépendances ‘jpeg’, ‘latticeExtra’, ‘lme4’, ‘Hmisc’
essai de l'URL 'http://cran.univ-lyon1.fr/src/contrib/jpeg_0.1-8.1.tar.gz'
Content type 'application/x-gzip' length 18116 bytes (17 KB)
==================================================
downloaded 17 KB
essai de l'URL 'http://cran.univ-lyon1.fr/src/contrib/latticeExtra_0.6-29.tar.gz'
Content type 'application/x-gzip' length 1292315 bytes (1.2 MB)
==================================================
downloaded 1.2 MB
essai de l'URL 'http://cran.univ-lyon1.fr/src/contrib/lme4_1.1-27.tar.gz'
Content type 'application/x-gzip' length 3302287 bytes (3.1 MB)
==================================================
downloaded 3.1 MB
essai de l'URL 'http://cran.univ-lyon1.fr/src/contrib/Hmisc_4.5-0.tar.gz'
Content type 'application/x-gzip' length 775444 bytes (757 KB)
==================================================
downloaded 757 KB
essai de l'URL 'http://cran.univ-lyon1.fr/src/contrib/arm_1.11-2.tar.gz'
Content type 'application/x-gzip' length 79464 bytes (77 KB)
==================================================
downloaded 77 KB
* installing *source* package ‘jpeg’ ...
** package ‘jpeg’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/usr/lib64/R/include" -DNDEBUG -I/usr/local/include -fpic -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -c read.c -o read.o
In file included from read.c:1:0:
rjcommon.h:11:10: fatal error: jpeglib.h: Aucun fichier ou dossier de ce type
#include <jpeglib.h>
^~~~~~~~~~~
compilation terminated.
make: *** [/usr/lib64/R/etc/Makeconf:168: read.o] Error 1
ERROR: compilation failed for package ‘jpeg’
* removing ‘/usr/lib64/R/library/jpeg’
* installing *source* package ‘lme4’ ...
** package ‘lme4’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++14 -I"/usr/lib64/R/include" -DNDEBUG -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/RcppEigen/include' -I/usr/local/include -DNDEBUG -DEIGEN_DONT_VECTORIZE -fpic -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -c external.cpp -o external.o
g++ -std=gnu++14 -I"/usr/lib64/R/include" -DNDEBUG -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/RcppEigen/include' -I/usr/local/include -DNDEBUG -DEIGEN_DONT_VECTORIZE -fpic -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -c glmFamily.cpp -o glmFamily.o
g++ -std=gnu++14 -I"/usr/lib64/R/include" -DNDEBUG -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/RcppEigen/include' -I/usr/local/include -DNDEBUG -DEIGEN_DONT_VECTORIZE -fpic -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -c optimizer.cpp -o optimizer.o
g++ -std=gnu++14 -I"/usr/lib64/R/include" -DNDEBUG -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/RcppEigen/include' -I/usr/local/include -DNDEBUG -DEIGEN_DONT_VECTORIZE -fpic -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -c predModule.cpp -o predModule.o
g++ -std=gnu++14 -I"/usr/lib64/R/include" -DNDEBUG -I'/usr/lib64/R/library/Rcpp/include' -I'/usr/lib64/R/library/RcppEigen/include' -I/usr/local/include -DNDEBUG -DEIGEN_DONT_VECTORIZE -fpic -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -c respModule.cpp -o respModule.o
Erreur : le package ‘Rcpp’ a été installé avant R 4.0.0 : veuillez le réinstaller, s'il-vous-plait
Exécution arrêtée
g++ -std=gnu++14 -shared -L/usr/lib64/R/lib -L/usr/local/lib64 -o lme4.so external.o glmFamily.o optimizer.o predModule.o respModule.o -L/usr/lib64/R/lib -lR
Erreur : le package ‘Rcpp’ a été installé avant R 4.0.0 : veuillez le réinstaller, s'il-vous-plait
Exécution arrêtée
installing to /usr/lib64/R/library/00LOCK-lme4/00new/lme4/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error: le chargement du package ou de l'espace de noms a échoué pour ‘Matrix’ :
le package ‘Matrix’ a été installé avant R 4.0.0 : veuillez le réinstaller, s'il-vous-plait
Erreur : le package ‘Matrix’ ne peut être chargé
Exécution arrêtée
ERROR: lazy loading failed for package ‘lme4’
* removing ‘/usr/lib64/R/library/lme4’
ERROR: dependency ‘jpeg’ is not available for package ‘latticeExtra’
* removing ‘/usr/lib64/R/library/latticeExtra’
ERROR: dependency ‘latticeExtra’ is not available for package ‘Hmisc’
* removing ‘/usr/lib64/R/library/Hmisc’
ERROR: dependencies ‘lme4’, ‘Hmisc’ are not available for package ‘arm’
* removing ‘/usr/lib64/R/library/arm’
The downloaded source packages are in
‘/tmp/Rtmpz1IryW/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Messages d'avis :
1: Dans install.packages(pkgs = "arm", repos = "http://cran.univ-lyon1.fr/") :
installation of package ‘jpeg’ had non-zero exit status
2: Dans install.packages(pkgs = "arm", repos = "http://cran.univ-lyon1.fr/") :
installation of package ‘lme4’ had non-zero exit status
3: Dans install.packages(pkgs = "arm", repos = "http://cran.univ-lyon1.fr/") :
installation of package ‘latticeExtra’ had non-zero exit status
4: Dans install.packages(pkgs = "arm", repos = "http://cran.univ-lyon1.fr/") :
installation of package ‘Hmisc’ had non-zero exit status
5: Dans install.packages(pkgs = "arm", repos = "http://cran.univ-lyon1.fr/") :
installation of package ‘arm’ had non-zero exit status
最佳答案
根据我的经验,Unix 上的这些错误通常源于缺少外部库。例如,安装 R xml2
包需要 libxml2-dev
通过系统包管理器(即在 R 之外)安装,否则安装将失败。
我看不懂法语,但在我看来好像依赖项 jpeg
失败,由于缺少外部 jpeg 库,然后所有内容从那里级联。你可以尝试安装一些版本的 libjpeg
图书馆。我知道它预装在 Ubuntu 中,这可能是它对你有用的原因。我有点惊讶它没有安装在 OpenSUSE 中,但我没有使用 OpenSUSE 的经验。
关于r - 无法从 OpenSUSE Leap 15.2 安装 arm 和 lme4 软件包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67407328/
Leap Motion API 仅支持四种标准手势:圆圈、滑动、按键和屏幕点击。在我的应用程序中,我需要其他手势,但我不知道如何添加它们,或者是否可以添加更多手势。我阅读了 API 并没有帮助。 在我
我是一名相当新的开发人员,一直致力于使用 Leap Motion 进行处理 https://github.com/voidplus/leap-motion-processing .到目前为止,我很享受
本文整理了Java中leap.lang.yaml.YAML类的一些代码示例,展示了YAML类的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项
本文整理了Java中leap.lang.yaml.YamlValue类的一些代码示例,展示了YamlValue类的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等
对我来说,在制作递归方法时。我总是需要花很多时间去做,因为我会做一些测试用例,看看我的递归用例是否有效并绘制堆栈图。然而,当我问其他人时,他们只是说我需要相信自己会奏效。如果您不知道递归情况下发生了什
所以,我试图让两台计算机同时从跳跃运动中获取数据。 (使用 JavaScript API) 理想情况下,第一个会模仿第二个,在两个屏幕上显示被操纵的手 Leap.loop({host:a
我编写了一个计算闰年的程序。第二部分是如果该年不是闰年,我必须打印到下一个闰年的年数。对于 2097 年,输出显示距离下一次飞跃还有 3 年,但实际上应该是 7 年。我认为我在最后一行的代码中犯了一个
我正在尝试创建一个具有跳跃 Action 的虚拟鼓。如果一根棍子走得很快并在一瞬间改变了方向(意味着高加速度),我会把它算作“命中”。问题是我无法计算我的工具(棍子)的加速度。我完全检查了官方文档,但
我刚拿到 Leap Motion Controller 。但我必须承认,我不知道如何在 SmartMS 中启动和运行基本初始化!? 我已经包含了来自 https://github.com/logoty
本文整理了Java中ninja.leaping.configurate.yaml.YAMLConfigurationLoader类的一些代码示例,展示了YAMLConfigurationLoader类
我使用 regsubsets 来搜索模型。是否可以自动创建所有lm来自参数选择列表? library(leaps) leaps<-regsubsets(y ~ x1 + x2 + x3, data,
我们如何在 Leap Motion API 中访问点云?促使我购买它的一个功能是他们的宣传视频中的点云演示,但我似乎无法找到有关它的文档,而且论坛上的用户回复似乎参差不齐。我只是错过了什么吗? 我希望
我正在尝试在 python 中运行 Leap Motion 的基础知识。 import os, sys, inspect, thread, time 代码可以在这里看到.. http://pastie
我正在尝试将我的 Android 项目与 Leap 运动 Controller 连接,并使用 this question 中提到的过程和源代码。作为引用。 我对 Node.js 非常陌生,无法让
我注意到我从 Leap Motion Controller 获得的数据非常嘈杂。除了明显的(即手指的位置)之外,我还遇到过诸如 手指在双手之间移动, 出现“幻影”手, 手指消失并立即重新出现。 API
有没有办法从 Leap Motion 流式传输(最好使用 JS,但任何语言都可以)实际的红外摄像机视频馈送?在 0:52 here 看到的演示似乎表明该设备可以提供更多的数据,而不仅仅是点的骨架,我希
我一直在使用 Java 玩跳跃运动,它很好..但后来我尝试使用 C++,但我似乎无法让它工作。我正在使用 Visual Studio 2012 并正确设置库和包含目录。尽管如此,我总是以这个错误结束:
我刚刚开始开发 Leap 运动,我有一般性问题这是我的代码: Leap.loop(function(obj) { var hands = obj.hands.map(functi
我正在使用 Leap Motion 的 JS SDK。无论我在互联网上看到哪个示例,即使浏览器窗口位于后台,它也能正常运行=该示例在每一帧上都会更新。但是,我不知道该怎么做才能真正实现同样的目标,当浏
我正在尝试通过 OpenCV 的校准库和棋盘图案校准 Leap Moion 设备,但它没有找到棋盘角。 我使用的是印在 DIN A3 纸上的 9x6 棋盘图案,该纸又安装在一张大的白色 table 上
我是一名优秀的程序员,十分优秀!