Last updated on 2017-07-21 08:48:12.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3 | 2.20 | 35.63 | 37.83 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.3 | 2.38 | 34.69 | 37.07 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.3 | 70.57 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.3 | 68.30 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 1.3 | 9.00 | 57.00 | 66.00 | NOTE | |
| r-patched-linux-x86_64 | 1.3 | 2.50 | 34.90 | 37.39 | NOTE | |
| r-patched-solaris-x86 | 1.3 | 94.20 | NOTE | |||
| r-release-linux-x86_64 | 1.3 | 2.36 | 35.06 | 37.43 | NOTE | |
| r-release-windows-ix86+x86_64 | 1.3 | 8.00 | 69.00 | 77.00 | NOTE | |
| r-release-osx-x86_64 | 1.3 | NOTE | ||||
| r-oldrel-windows-ix86+x86_64 | 1.3 | 6.00 | 65.00 | 71.00 | NOTE | |
| r-oldrel-osx-x86_64 | 1.3 | NOTE |
Version: 1.3
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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.3
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.
Package in Depends field not imported from: ‘survival’
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-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.3
Check: R code for possible problems
Result: NOTE
p3state: no visible global function definition for ‘survfit’
p3state: no visible global function definition for ‘terms’
p3state: no visible global function definition for ‘as.formula’
p3state: no visible global function definition for ‘coxph’
p3state: no visible binding for global variable ‘na.exclude’
plot.p3state: no visible global function definition for ‘matplot’
plot.p3state: no visible global function definition for ‘devAskNewPage’
plot.p3state: no visible global function definition for ‘persp’
plot.p3state: no visible global function definition for ‘colours’
plot.p3state: no visible global function definition for
‘filled.contour’
Undefined global functions or variables:
as.formula colours coxph devAskNewPage filled.contour matplot
na.exclude persp survfit terms
Consider adding
importFrom("grDevices", "colours", "devAskNewPage")
importFrom("graphics", "filled.contour", "matplot", "persp")
importFrom("stats", "as.formula", "na.exclude", "terms")
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