Last updated on 2019-03-14 00:46:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.12.1 | 9.64 | 101.87 | 111.51 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 4.12.1 | 8.16 | 78.35 | 86.51 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 4.12.1 | 135.77 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 4.12.1 | 127.16 | NOTE | |||
r-devel-windows-ix86+x86_64 | 4.12.1 | 28.00 | 165.00 | 193.00 | NOTE | |
r-patched-linux-x86_64 | 4.12.1 | 8.09 | 92.18 | 100.27 | NOTE | |
r-patched-solaris-x86 | 4.12.1 | 209.00 | NOTE | |||
r-release-linux-x86_64 | NOTE | |||||
r-release-windows-ix86+x86_64 | 4.12.1 | 22.00 | 117.00 | 139.00 | NOTE | |
r-release-osx-x86_64 | 4.12.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 4.12.1 | 23.00 | 170.00 | 193.00 | NOTE | |
r-oldrel-osx-x86_64 | 4.12.1 | NOTE |
Version: 4.12.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
'MASS' 'haplo.stats' 'msm'
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: 4.12.1
Check: R code for possible problems
Result: NOTE
fitBVS: no visible global function definition for 'qnorm'
fitBVS: no visible global function definition for 'model.matrix'
fitBVS: no visible global function definition for 'as.formula'
fitBVS: no visible global function definition for 'glm'
fitBVS: no visible global function definition for 'deviance'
fitBVS: no visible global function definition for 'pnorm'
plotBVS: no visible global function definition for 'par'
plotBVS: no visible global function definition for 'image'
plotBVS: no visible global function definition for 'axis'
sampleBVS: no visible global function definition for 'qnorm'
sampleBVS: no visible global function definition for 'pnorm'
sampleBVS: no visible global function definition for 'runif'
summaryBVS: no visible global function definition for 'qnorm'
summaryBVS : inc.prob: no visible global function definition for
'pnorm'
summaryBVS: no visible global function definition for 'pnorm'
summaryBVS: no visible global function definition for 'model.matrix'
Undefined global functions or variables:
as.formula axis deviance glm image model.matrix par pnorm qnorm runif
Consider adding
importFrom("graphics", "axis", "image", "par")
importFrom("stats", "as.formula", "deviance", "glm", "model.matrix",
"pnorm", "qnorm", "runif")
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