Last updated on 2020-08-07 01:50:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-1 | 8.60 | 55.57 | 64.17 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-1 | 6.38 | 42.29 | 48.67 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-1 | 83.59 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-1 | 72.21 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1-1 | 22.00 | 83.00 | 105.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-1 | 7.79 | 53.58 | 61.37 | NOTE | |
r-patched-solaris-x86 | 1.1-1 | 115.30 | NOTE | |||
r-release-linux-x86_64 | 1.1-1 | 7.53 | 53.62 | 61.15 | NOTE | |
r-release-macos-x86_64 | 1.1-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1-1 | 21.00 | 104.00 | 125.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-1 | 13.00 | 105.00 | 118.00 | NOTE |
Version: 1.1-1
Check: dependencies in R code
Result: NOTE
Packages in Depends field not imported from:
'survC1' '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.1-1
Check: R code for possible problems
Result: NOTE
Est.HR.FUN: no visible global function definition for 'coxph'
Est.HR.FUN: no visible global function definition for 'basehaz'
Est.HR.FUN: no visible global function definition for 'approx'
Ghat.FUN: no visible global function definition for 'survfit'
IDI.INF: no visible global function definition for 'kmcens'
IDI.INF: no visible global function definition for 'quantile'
IDI.INF.GRAPH: no visible global function definition for 'lines'
IDI.INF.GRAPH: no visible global function definition for 'abline'
IDI.INF.GRAPH: no visible global function definition for 'points'
IDI.INF.GRAPH: no visible global function definition for 'title'
PTB.IDI.FUN: no visible global function definition for 'rexp'
shade: no visible global function definition for 'polygon'
Undefined global functions or variables:
abline approx basehaz coxph kmcens lines points polygon quantile rexp
survfit title
Consider adding
importFrom("graphics", "abline", "lines", "points", "polygon", "title")
importFrom("stats", "approx", "quantile", "rexp")
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: 1.1-1
Check: Rd line widths
Result: NOTE
Rd file 'IDI.INF.GRAPH.Rd':
\usage lines wider than 90 characters:
IDI.INF.GRAPH(x, main = NULL, xlab = NULL, ylab = NULL, cex.main = NULL, cex.lab = NULL, ...)
Rd file 'IDI.INF.Rd':
\usage lines wider than 90 characters:
IDI.INF(indata, covs0, covs1, t0, npert = 300, npert.rand = NULL, seed1 = NULL, alpha = 0.05)
These lines will be truncated in the PDF manual.
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.1-1
Check: compiled code
Result: NOTE
File ‘survIDINRI/libs/survIDINRI.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.1-1
Check: R code for possible problems
Result: NOTE
Est.HR.FUN: no visible global function definition for ‘coxph’
Est.HR.FUN: no visible global function definition for ‘basehaz’
Est.HR.FUN: no visible global function definition for ‘approx’
Ghat.FUN: no visible global function definition for ‘survfit’
IDI.INF: no visible global function definition for ‘kmcens’
IDI.INF: no visible global function definition for ‘quantile’
IDI.INF.GRAPH: no visible global function definition for ‘plot’
IDI.INF.GRAPH: no visible global function definition for ‘lines’
IDI.INF.GRAPH: no visible global function definition for ‘abline’
IDI.INF.GRAPH: no visible global function definition for ‘points’
IDI.INF.GRAPH: no visible global function definition for ‘title’
PTB.IDI.FUN: no visible global function definition for ‘rexp’
shade: no visible global function definition for ‘polygon’
Undefined global functions or variables:
abline approx basehaz coxph kmcens lines plot points polygon quantile
rexp survfit title
Consider adding
importFrom("graphics", "abline", "lines", "plot", "points", "polygon",
"title")
importFrom("stats", "approx", "quantile", "rexp")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64