Last updated on 2022-06-13 12:54:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 7.96 | 75.57 | 83.53 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 5.12 | 57.85 | 62.97 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 105.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 105.09 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 20.00 | 95.00 | 115.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 7.03 | 74.22 | 81.25 | NOTE | |
r-release-linux-x86_64 | 1.0 | 7.41 | 75.59 | 83.00 | NOTE | |
r-release-macos-arm64 | 1.0 | 29.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 41.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 18.00 | 92.00 | 110.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 36.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 57.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 15.00 | 83.00 | 98.00 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
'Matrix' 'splines'
Please remove these calls from your code.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
bgmm : SplineGMM : moment.conditions: warning in matrix(nr = n.para, nc
= J): partial argument match of 'nr' to 'nrow'
bgmm : SplineGMM : moment.conditions: warning in matrix(nr = n.para, nc
= J): partial argument match of 'nc' to 'ncol'
bgmm: no visible global function definition for 'ecdf'
bgmm : SplineGMM: no visible global function definition for
'constrOptim'
blr: no visible global function definition for 'ecdf'
blr: no visible global function definition for 'constrOptim'
blr: no visible global function definition for 'lm'
parentcdf : combinations: no visible global function definition for
'combn'
parentcdf : solver: no visible global function definition for 'uniroot'
Undefined global functions or variables:
combn constrOptim ecdf lm uniroot
Consider adding
importFrom("stats", "constrOptim", "ecdf", "lm", "uniroot")
importFrom("utils", "combn")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64