CRAN Package Check Results for Maintainer ‘Hajime Uno <huno at jimmy.harvard.edu>’

Last updated on 2022-04-24 03:52:55 CEST.

Package NOTE OK
survC1 12
survIDINRI 9 3
survRM2 12

Package survC1

Current CRAN status: OK: 12

Package survIDINRI

Current CRAN status: NOTE: 9, OK: 3

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-fedora-clang, 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

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-fedora-clang, 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

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-fedora-clang, 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.
Flavor: r-devel-linux-x86_64-fedora-clang

Package survRM2

Current CRAN status: NOTE: 12

Version: 1.0-3
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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, 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