Last updated on 2022-06-20 14:51:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-1 | 9.37 | 81.05 | 90.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-1 | 8.42 | 62.14 | 70.56 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-1 | 126.94 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-1 | 118.19 | WARN | |||
r-devel-windows-x86_64 | 0.1-1 | 19.00 | 101.00 | 120.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-1 | 9.53 | 77.38 | 86.91 | NOTE | |
r-release-linux-x86_64 | 0.1-1 | 10.76 | 78.67 | 89.43 | NOTE | |
r-release-macos-arm64 | 0.1-1 | 37.00 | NOTE | |||
r-release-macos-x86_64 | 0.1-1 | 50.00 | NOTE | |||
r-release-windows-x86_64 | 0.1-1 | 20.00 | 107.00 | 127.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1-1 | 40.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1-1 | 64.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1-1 | 21.00 | 103.00 | 124.00 | NOTE |
Version: 0.1-1
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
'gtools' 'mgcv'
Please remove these calls from your code.
Packages in Depends field not imported from:
'gtools' 'mgcv' 'msm'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1-1
Check: R code for possible problems
Result: NOTE
HtoGp: no visible global function definition for 'odd'
HtoGp: no visible global function definition for 'even'
plot.pirls.gam: no visible global function definition for 'par'
plot.pirls.gam: no visible global function definition for 'title'
plot.pirls.gam: no visible global function definition for 'lines'
plot.pirls.gam: no visible global function definition for 'rug'
plot.pirls.gam: no visible global function definition for 'mtext'
test.trioGxE: no visible global function definition for 'write.table'
trioGxE: no visible global function definition for 'quantile'
trioGxE: no visible global function definition for 'qtnorm'
trioplot: no visible global function definition for 'quantile'
trioplot: no visible global function definition for 'formula'
trioplot: no visible global function definition for 'gam'
trioplot: no visible global function definition for 'binomial'
Undefined global functions or variables:
binomial even formula gam lines mtext odd par qtnorm quantile rug
title write.table
Consider adding
importFrom("graphics", "lines", "mtext", "par", "rug", "title")
importFrom("stats", "binomial", "formula", "quantile")
importFrom("utils", "write.table")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1-1
Check: package dependencies
Result: WARN
Requires orphaned package: ‘gtools’
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc