Last updated on 2018-04-22 23:49:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.12.1 | 6.39 | 72.22 | 78.61 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 4.12.1 | 5.20 | 68.85 | 74.05 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 4.12.1 | 115.79 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 4.12.1 | 113.33 | NOTE | |||
r-devel-windows-ix86+x86_64 | 4.12.1 | 19.00 | 145.00 | 164.00 | NOTE | |
r-devel-osx-x86_64 | 4.12.1 | NOTE | ||||
r-patched-linux-x86_64 | 4.12.1 | 5.58 | 85.07 | 90.65 | NOTE | |
r-patched-solaris-x86 | 4.12.1 | 182.10 | NOTE | |||
r-release-linux-x86_64 | 4.12.1 | 5.59 | 89.92 | 95.51 | NOTE | |
r-release-windows-ix86+x86_64 | 4.12.1 | 13.00 | 146.00 | 159.00 | NOTE | |
r-release-osx-x86_64 | 4.12.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 4.12.1 | 20.00 | 95.00 | 115.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-devel-osx-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
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-devel-osx-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