作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想向 CRAN 提交一个包。在CRAN repository policy它指出“当发布新的 R x.y.0 版本时,R CMD 检查给出‘错误’的包将被存档”。
它还说“请确保 R CMD check --as-cran 已在提交前对要上传的 tarball 运行”。
在我的 tarball 上运行 R CMD check --as cran
给我警告:
Warning: unknown option ‘--as-cran’
我在 Ubuntu 12.04.2 LTS 上运行 R 版本 2.14.1。我可以使用此版本构建源代码包还是必须使用 R 3.0?
为什么 R CMD check --as-cran
对我不起作用?
最佳答案
您链接到的文档说:
Please ensure that R CMD check --as-cran has been run on the tarball to be uploaded before submission. This should be done with the current release of R or (preferably) R-devel or R-patched.
因此,现在,您应该使用 R-3.0.1 并针对 R-devel 分支进行测试(如果可能)。
关于R 提交给 CRAN : which R version to build package?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17192980/
我是一名优秀的程序员,十分优秀!