- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在将我的R包提交给CRAN,并且从CRAN服务器收到警告,当我在上传到CRAN之前在包tarball上本地运行R CMD CHECK --as-cran
时没有出现警告。这导致我的程序包无法通过自动CRAN检查。
这是警告:
* checking DESCRIPTION meta-information ... WARNING
Dependence on R version '3.4.3' not with patchlevel 0
Depends: R (>= 3.4.3)
最佳答案
在Section 1.1.3中,我们注意到了最新版本的Writing R Extensions:
It is inadvisable to use a dependence on R with patchlevel (the third digit) other than zero. Doing so with packages which others depend on will cause the other packages to become unusable under earlier versions in the series, and e.g. versions 3.x.1 are widely used throughout the Northern Hemisphere academic year.
z
中的
R x.y.z
,因此您要为3.4点发行版指定
3
的修补程序级别,这是要注意的地方。
关于r - CRAN检查警告:依赖R版本 '3.4.3'而不是patchlevel 0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48433412/
我正在尝试在 Ubuntu 11.04 上使用 bjam 编译 C++ 项目。我不断收到以下错误: ../../libraries/boost_1_44_0/boost/python/detail/w
版本 1.5 的 Bundler 文档说我应该按如下方式指定补丁级别: ruby '1.9.3', :patchlevel => 448 当我按照说明运行 bundle install 时,我得到:
我是一名优秀的程序员,十分优秀!