当前位置:  开发笔记 > 开发工具 > 正文

将R自动安装SystemRequirements:对于尚未拥有该程序的用户

如何解决《将R自动安装SystemRequirements:对于尚未拥有该程序的用户》经验,为你挑选了0个好方法。

当用户使用SystemRequirements安装包时,如果他们还没有安装程序/包,那么R会安装它吗?

CLIPR包是这个问题的很好的例子:https://github.com/mdlincoln/clipr/blob/master/DESCRIPTION.如果一个包声明了一个SystemRequirements:在'DESCRIPTION'文件中它是否会由R安装进行检查?

clipr描述文件

Package: clipr
Type: Package
Title: Read and Write from the System Clipboard
Version: 0.2.0.9000
Authors@R: c(
  person("Matthew", "Lincoln", email = "matthew.d.lincoln@gmail.com", role = c("aut", "cre")),
  person("Louis", "Maddox", role = "ctb"))
Description: Simple utility functions to read from and write to the Windows,
  OS X, and X11 clipboards.
Imports: utils
SystemRequirements: xclip (http://sourceforge.net/projects/xclip/) or xsel
  (http://www.vergenet.net/~conrad/software/xsel/) for accessing the X11
  clipboard
License: GPL-3
LazyData: TRUE
Suggests: testthat
URL: https://github.com/mdlincoln/clipr
BugReports: https://github.com/mdlincoln/clipr/issues

我已经参考了描述文件中的Writing R Extensions部分,但找不到我的问题的答案.

推荐阅读
地之南_816
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有