R-Shiny-我们在哪里可以找到DT软件包主版本的.tar.gz文件? [英] R - Shiny - Where can we find the .tar.gz file of the master version of DT package?

查看:88
本文介绍了R-Shiny-我们在哪里可以找到DT软件包主版本的.tar.gz文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要安装DT软件包的0.1.40版本( https://github.com/rstudio/ DT )在未连接到互联网的Linux服务器上。因此,我不能使用语句 devtools :: install_github('rstudio / DT')

I need to install the version 0.1.40 of the DT package (https://github.com/rstudio/DT) on a Linux server which is not connected to internet. Thus I can't use the statement devtools::install_github('rstudio/DT').

因此,我需要获取DT_0.1.40.tar.gz文件来安装此DT的开发版本。

Thus I need to get the DT_0.1.40.tar.gz file to install this development version of DT.

在哪里可以找到版本0.1.40的tar.gz文件。的DT吗?

Where can I find the tar.gz file of the version 0.1.40 of DT ?

谢谢。

推荐答案

如果您满意CRAN上的版本,您可以转到 DT CRAN上的页面以下载tarball软件包。文本 Package source:旁边有一个链接。这是链接(针对Linux)。

If you are fine with the version on CRAN, you can go to DT's page on CRAN to download the package tarball. There is a link beside the text "Package source:". Here's the link for linux.

但是,您似乎想要的开发版本当前不是CRAN上的版本。您实际上可以使用此链接从github以tarball格式下载源代码:

However, it looks like you want the development version that is currently not the version found on CRAN. You can actually download the source from github as a tarball using this link:

https://github.com/rstudio/DT/archive/master.tar.gz

然后将其转移到您的linux机器上,然后从源代码安装软件包

then just transfer it to your linux box and install the package from source.

install.packages("/path/to/master.tar.gz", repos = NULL, type = "source")

这篇关于R-Shiny-我们在哪里可以找到DT软件包主版本的.tar.gz文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆