小编Leo*_*pez的帖子

有关 x64 的 .o 文件的信息不可用:使用 Rcpp 检查 R 包的注意事项

我使用Windows和刚刚更新到R 4.0.3(带RStudio1.3.959),然后跑掉了R检查使用我的包之一Rcpp,并RcppArmadillo和我得到了以下注释:

> checking compiled code ... NOTE
  Note: information on .o files for i386 is not available
  Note: information on .o files for x64 is not available
  File 'C:/Users/NIR_Workstation/Documents/GitHub/prospectr.Rcheck/prospectr/libs/i386/prospectr.dll':
    Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
    Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
    Found 'printf', possibly from 'printf' (C)
  File 'C:/Users/NIR_Workstation/Documents/GitHub/prospectr.Rcheck/prospectr/libs/x64/prospectr.dll':
    Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
    Found 'exit', possibly from 'exit' (C), …
Run Code Online (Sandbox Code Playgroud)

r devtools rcpp rtools

11
推荐指数
1
解决办法
648
查看次数

标签 统计

devtools ×1

r ×1

rcpp ×1

rtools ×1