Last updated on 2020-08-27 10:49:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.12.1 | 14.59 | 118.10 | 132.69 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 4.12.1 | 10.62 | 89.28 | 99.90 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 4.12.1 | 182.94 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 4.12.1 | 2.28 | ERROR | |||
r-devel-windows-ix86+x86_64 | 4.12.1 | 31.00 | 157.00 | 188.00 | NOTE | |
r-patched-linux-x86_64 | 4.12.1 | 14.13 | 113.82 | 127.95 | NOTE | |
r-patched-solaris-x86 | 4.12.1 | 4.80 | ERROR | |||
r-release-linux-x86_64 | 4.12.1 | 10.19 | 113.57 | 123.76 | NOTE | |
r-release-macos-x86_64 | 4.12.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 4.12.1 | 34.00 | 149.00 | 183.00 | NOTE | |
r-oldrel-macos-x86_64 | 4.12.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 4.12.1 | 18.00 | 136.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-windows-ix86+x86_64, r-patched-linux-x86_64, 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-windows-ix86+x86_64, r-patched-linux-x86_64, 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: package dependencies
Result: ERROR
Package required but not available: ‘haplo.stats’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86