Last updated on 2021-01-25 00:48:05 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3 | 6.70 | 62.09 | 68.79 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3 | 6.66 | 47.44 | 54.10 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3 | 91.71 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3 | 82.60 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3 | 17.00 | 64.00 | 81.00 | NOTE | |
r-patched-linux-x86_64 | 1.3 | 8.53 | 57.08 | 65.61 | NOTE | |
r-patched-solaris-x86 | 1.3 | 122.60 | NOTE | |||
r-release-linux-x86_64 | 1.3 | 7.83 | 57.01 | 64.84 | NOTE | |
r-release-macos-x86_64 | 1.3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.3 | 14.00 | 77.00 | 91.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3 | 13.00 | 76.00 | 89.00 | 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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64