Last updated on 2020-08-07 01:49:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.12.1 | 12.38 | 118.72 | 131.10 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 4.12.1 | 11.07 | 87.92 | 98.99 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 4.12.1 | 161.53 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 4.12.1 | 150.90 | NOTE | |||
r-devel-windows-ix86+x86_64 | 4.12.1 | 47.00 | 132.00 | 179.00 | NOTE | |
r-patched-linux-x86_64 | 4.12.1 | 8.84 | 112.97 | 121.81 | NOTE | |
r-patched-solaris-x86 | 4.12.1 | 235.30 | NOTE | |||
r-release-linux-x86_64 | 4.12.1 | 11.92 | 112.96 | 124.88 | NOTE | |
r-release-macos-x86_64 | 4.12.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 4.12.1 | 33.00 | 204.00 | 237.00 | NOTE | |
r-oldrel-macos-x86_64 | 4.12.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 4.12.1 | 25.00 | 129.00 | 154.00 | 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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64