Last updated on 2017-07-31 01:47:09.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.27 | 36.86 | 39.13 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.14 | 29.52 | 31.66 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 74.08 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 73.32 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 9.00 | 76.00 | 85.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.44 | 35.99 | 38.43 | NOTE | |
r-patched-solaris-x86 | 1.0 | 99.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.20 | 36.75 | 38.95 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 6.00 | 75.00 | 81.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 9.00 | 53.00 | 62.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | 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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64