Last updated on 2022-05-16 10:52:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3 | 9.66 | 76.63 | 86.29 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3 | 7.23 | 56.75 | 63.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3 | 101.53 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3 | 96.99 | NOTE | |||
r-devel-windows-x86_64 | 1.3 | 19.00 | 87.00 | 106.00 | NOTE | |
r-patched-linux-x86_64 | 1.3 | 7.98 | 73.07 | 81.05 | NOTE | |
r-release-linux-x86_64 | 1.3 | 5.61 | 70.81 | 76.42 | NOTE | |
r-release-macos-arm64 | 1.3 | 28.00 | NOTE | |||
r-release-macos-x86_64 | 1.3 | 62.00 | NOTE | |||
r-release-windows-x86_64 | 1.3 | 24.00 | 89.00 | 113.00 | NOTE | |
r-oldrel-macos-arm64 | 1.3 | 34.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.3 | 59.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.3 | 18.00 | 85.00 | 103.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-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: 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-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: 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-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