【发布时间】:2017-04-13 14:06:07
【问题描述】:
当我将我的包裹提交给 CRAN 时,它没有通过自动收货检查,并出现以下警告:
* checking whether package 'EpiILM' can be installed ... WARNING
Found the following significant warnings:
Warning: GNU Extension: Different type kinds at (1)
和相应的日志文件说
Epimcmc.f95:440.25:
psi= min(1.0,exp(ratio))
1
Warning: GNU Extension: Different type kinds at (1)
当我使用 R CMD CHECK 和 R CMD CHECK --as-cran 测试我的包时,两者都没有警告或注释。我在我的 MacOS 上使用 R 版本 3.3.2 (2016-10-31) -- “Sincere Pumpkin Patch”,代码是用 Fortran 95 编写的。
有什么建议吗?
【问题讨论】:
标签: r fortran gfortran cran fortran95