Last updated on 2020-08-07 01:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2 | 7.49 | 52.93 | 60.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.2 | 5.12 | 41.58 | 46.70 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.2 | 80.17 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.2 | 71.91 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.2 | 19.00 | 62.00 | 81.00 | NOTE | |
r-patched-linux-x86_64 | 2.2 | 6.87 | 52.17 | 59.04 | NOTE | |
r-patched-solaris-x86 | 2.2 | 109.50 | NOTE | |||
r-release-linux-x86_64 | 2.2 | 8.14 | 51.77 | 59.91 | NOTE | |
r-release-macos-x86_64 | 2.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.2 | 19.00 | 84.00 | 103.00 | NOTE | |
r-oldrel-macos-x86_64 | 2.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.2 | 10.00 | 79.00 | 89.00 | NOTE |
Version: 2.2
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: 2.2
Check: dependencies in R code
Result: NOTE
Packages in Depends field not imported from:
'smcure' '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: 2.2
Check: R code for possible problems
Result: NOTE
NPHMC: no visible global function definition for 'integrate'
NPHMC: no visible global function definition for 'qnorm'
NPHMC: no visible global function definition for 'pnorm'
NPHMC: no visible global function definition for 'lines'
NPHMC: no visible global function definition for 'smcure'
NPHMC: no visible global function definition for 'coxph'
Undefined global functions or variables:
coxph integrate lines pnorm qnorm smcure
Consider adding
importFrom("graphics", "lines")
importFrom("stats", "integrate", "pnorm", "qnorm")
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
Version: 2.2
Check: R code for possible problems
Result: NOTE
NPHMC: no visible global function definition for ‘integrate’
NPHMC: no visible global function definition for ‘qnorm’
NPHMC: no visible global function definition for ‘pnorm’
NPHMC: no visible global function definition for ‘plot’
NPHMC: no visible global function definition for ‘lines’
NPHMC: no visible global function definition for ‘smcure’
NPHMC: no visible global function definition for ‘coxph’
Undefined global functions or variables:
coxph integrate lines plot pnorm qnorm smcure
Consider adding
importFrom("graphics", "lines", "plot")
importFrom("stats", "integrate", "pnorm", "qnorm")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64