Last updated on 2020-08-07 01:50:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 6.85 | 57.68 | 64.53 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 5.98 | 44.52 | 50.50 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 85.91 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 76.32 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 19.00 | 67.00 | 86.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 6.77 | 56.71 | 63.48 | NOTE | |
r-patched-solaris-x86 | 1.0 | 122.10 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 7.92 | 56.84 | 64.76 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 17.00 | 86.00 | 103.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 11.00 | 79.00 | 90.00 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'survival' which was already attached by Depends.
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: 1.0
Check: R code for possible problems
Result: NOTE
Survgini: no visible global function definition for 'pchisq'
Undefined global functions or variables:
pchisq
Consider adding
importFrom("stats", "pchisq")
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