Last updated on 2017-07-21 08:48:30.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0 | 2.21 | 37.59 | 39.80 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0 | 2.20 | 37.25 | 39.46 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0 | 79.16 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0 | 79.61 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 62.00 | 70.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0 | 2.46 | 37.16 | 39.61 | NOTE | |
| r-patched-solaris-x86 | 1.0 | 116.30 | NOTE | |||
| r-release-linux-x86_64 | 1.0 | 2.57 | 37.02 | 39.59 | NOTE | |
| r-release-windows-ix86+x86_64 | 1.0 | 8.00 | 77.00 | 85.00 | NOTE | |
| r-release-osx-x86_64 | 1.0 | NOTE | ||||
| r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 78.00 | 83.00 | NOTE | |
| r-oldrel-osx-x86_64 | 1.0 | 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64