Last updated on 2017-07-31 01:47:03.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.39 | 23.45 | 25.84 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.13 | 17.33 | 19.46 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 35.75 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 35.65 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 15.00 | 54.00 | 69.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.27 | 22.78 | 25.05 | NOTE | |
r-patched-solaris-x86 | 1.0 | 46.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.08 | 23.55 | 25.63 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 11.00 | 62.00 | 73.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 15.00 | 45.00 | 60.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
‘RLRsim’ ‘varComp’
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
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
minque0 : <anonymous>: no visible global function definition for
‘quantile’
pairwise.product: no visible global function definition for ‘combn’
pseudo.rlr.test: no visible global function definition for ‘qchisq’
rlr.test: no visible global function definition for ‘qchisq’
rlr.test: no visible global function definition for ‘qf’
test.varcomp: no visible global function definition for ‘model.frame’
test.varcomp: no visible global function definition for
‘model.response’
test.varcomp: no visible global function definition for ‘model.matrix’
test.varcomp: no visible binding for global variable ‘contr.treatment’
test.varcomp : <anonymous>: no visible global function definition for
‘model.matrix’
test.varcomp : <anonymous>: no visible global function definition for
‘formula’
test.varcomp : <anonymous>: no visible binding for global variable
‘contr.treatment’
Undefined global functions or variables:
combn contr.treatment formula model.frame model.matrix model.response
qchisq qf quantile
Consider adding
importFrom("stats", "contr.treatment", "formula", "model.frame",
"model.matrix", "model.response", "qchisq", "qf",
"quantile")
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
Version: 1.0
Check: compiled code
Result: NOTE
File ‘lmeVarComp/libs/lmeVarComp.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
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-patched-linux-x86_64, r-release-linux-x86_64