- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
尝试为 jupyter 设置 R-kernel,但是我收到以下错误,我正在按照 https://github.com/IRkernel/IRkernel 上的说明进行操作,但是,它在 install.packages("devtools") 上失败。
checking for gawk... gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.19.7
checking whether libcurl is usable... no
checking for struct stat.st_mtim... no
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtime_nsec... no
checking for futimens... no
checking for qsort_r... no
checking for qsort_s... no
----- Results of the git2r package configure -----
OpenSSL to talk over HTTPS...........: yes
LibSSH2 to enable the SSH transport..: no
--------------------------------------------------
configure: creating ./config.status
config.status: creating src/Makevars
** libs
/home/sheetal/software/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -I/home/sheetal/software/anaconda3/lib/R/include -DNDEBUG -I. -Ilibgit2/src -Ilibgit2/include -Ilibgit2/deps/http-parser -D_FORTIFY_SOURCE=2 -O2 -I/home/sheetal/software/anaconda3/include -DGIT_ARCH_64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DGIT_OPENSSL -DLIBGIT2_NO_FEATURES_H -DGIT_SHA1_OPENSSL -DGIT_USE_NSEC -D_FORTIFY_SOURCE=2 -O2 -I/home/sheetal/software/anaconda3/include -fpic -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -pipe -I/home/sheetal/software/anaconda3/include -c git2r.c -o git2r.o
make: /home/sheetal/software/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc: Command not found
make: *** [git2r.o] Error 127
ERROR: compilation failed for package ‘git2r’
* removing ‘/home/sheetal/software/anaconda3/lib/R/library/git2r’
ERROR: dependency ‘git2r’ is not available for package ‘devtools’
* removing ‘/home/sheetal/software/anaconda3/lib/R/library/devtools’
The downloaded source packages are in
‘/tmp/RtmpJ1BaT2/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Warning messages:
1: In install.packages("devtools") :
installation of package ‘git2r’ had non-zero exit status
2: In install.packages("devtools") :
installation of package ‘devtools’ had non-zero exit status
最佳答案
据我所知,安装 IRkernel 的最佳方法是使用 anaconda。在我的 mac 中(我想在 Linux 和 Windows 上是一样的)我输入:
conda install -c r r-irkernel
然后我开始用 R 打字:
R
最后,我安装了 kernelspec 来告诉 Jupyter 关于 IRkernel,在全局环境中安装选项 user=FALSE:
IRkernel::installspec(user=FALSE)
希望对您有所帮助!
关于r - Jupyter 的 IRkernel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48836196/
类似于在 Python 中为对象的 repr 编写 _repr_html_ 的方式,我希望能够装饰 R 中的对象以便使用 IRKernel 检查(同时不干扰常规 R库的使用)。我应该如何编写 R 以使
尝试为 jupyter 设置 R-kernel,但是我收到以下错误,我正在按照 https://github.com/IRkernel/IRkernel 上的说明进行操作,但是,它在 install.
我是论坛的新手,所以如果这个问题已经得到解答,我很抱歉。我环顾四周,虽然我发现有些人有类似的问题,但我在以前的帖子中找不到解决我的问题的方法。所以 - 这里是... 我运行的是 Mac OS X 10
我试图让 R 在我的 Windows 机器上与 Jupyter Notebook 一起工作。我关注了 IRkernel tutorial . 但是,我无法安装 GitHub 存储库,总是出现错误 in
我仍在努力让 Jupyter-Notebook 和 R 在 Windows 10 机器上协同工作。解决后problem with install_github()我现在面临的只是另一个问题。我还在关注
我尝试安装 R Kernel到我在 Windows 上的 Jupyter 笔记本 devtools::install_github('IRkernel/IRkernel') 但我遇到了这个错误 Err
我是一名优秀的程序员,十分优秀!