CRAN Package Check Results for Package AIM

Last updated on 2020-11-26 14:47:25 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.01 10.96 97.87 108.83 NOTE
r-devel-linux-x86_64-debian-gcc 1.01 8.80 74.59 83.39 NOTE
r-devel-linux-x86_64-fedora-clang 1.01 157.45 NOTE
r-devel-linux-x86_64-fedora-gcc 1.01 127.07 NOTE
r-devel-windows-ix86+x86_64 1.01 20.00 121.00 141.00 NOTE
r-patched-linux-x86_64 1.01 10.38 91.71 102.09 NOTE
r-patched-solaris-x86 1.01 185.10 NOTE
r-release-linux-x86_64 1.01 10.49 90.42 100.91 NOTE
r-release-macos-x86_64 1.01 NOTE
r-release-windows-ix86+x86_64 1.01 19.00 126.00 145.00 NOTE
r-oldrel-macos-x86_64 1.01 NOTE
r-oldrel-windows-ix86+x86_64 1.01 18.00 113.00 131.00 NOTE

Check Details

Version: 1.01
Check: package namespace information
Result: NOTE
     Namespace with empty importFrom: 'survival'
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.01
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
    Package listed in more than one of Depends, Imports, Suggests, Enhances:
     'survival'
    A package should be listed in only one of these fields.
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.01
Check: R code for possible problems
Result: NOTE
    backfit.cox.interaction: no visible global function definition for
     'coxph'
    backfit.lm.interaction: no visible global function definition for 'lm'
    backfit.logistic.interaction: no visible global function definition for
     'glm'
    backfit.logistic.main: no visible global function definition for 'glm'
    cox.interaction: no visible global function definition for 'coxph'
    cv.cox.interaction: no visible global function definition for 'coxph'
    cv.cox.main: no visible global function definition for 'coxph'
    cv.lm.interaction: no visible global function definition for 'lm'
    cv.lm.main: no visible global function definition for 'lm'
    cv.logistic.interaction: no visible global function definition for
     'glm'
    cv.logistic.main: no visible global function definition for 'glm'
    lm.interaction: no visible global function definition for 'lm'
    logistic.interaction: no visible global function definition for 'glm'
    logistic.main: no visible global function definition for 'glm'
    Undefined global functions or variables:
     coxph glm lm
    Consider adding
     importFrom("stats", "glm", "lm")
    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

Version: 1.01
Check: Rd line widths
Result: NOTE
    Rd file 'cox.interaction.Rd':
     \examples lines wider than 100 characters:
     ## compute the index based on the 2nd model of the sequence using new data xx, and compare the result with the true index
    
    Rd file 'cox.main.Rd':
     \examples lines wider than 100 characters:
     ## compute the index based on the 2nd model of the sequence using new data xx, and compare the result with the true index
    
    Rd file 'cv.cox.interaction.Rd':
     \usage lines wider than 90 characters:
     cv.cox.interaction(x, trt, y, status, K.cv=5, num.replicate=1, nsteps, mincut=0.1, backfit=F, maxnumcut=1, dirp=0)
    
    Rd file 'cv.cox.main.Rd':
     \usage lines wider than 90 characters:
     cv.cox.main(x, y, status, K.cv=5, num.replicate=1, nsteps, mincut=0.1, backfit=F, maxnumcut=1, dirp=0)
    
    Rd file 'cv.lm.interaction.Rd':
     \usage lines wider than 90 characters:
     cv.lm.interaction(x, trt, y, K.cv=5, num.replicate=1, nsteps, mincut=0.1, backfit=F, maxnumcut=1, dirp=0)
    
    Rd file 'cv.lm.main.Rd':
     \usage lines wider than 90 characters:
     cv.lm.main(x, y, K.cv=5, num.replicate=1, nsteps, mincut=0.1, backfit=F, maxnumcut=1, dirp=0)
    
    Rd file 'cv.logistic.interaction.Rd':
     \usage lines wider than 90 characters:
     cv.logistic.interaction(x, trt, y, K.cv=5, num.replicate=1, nsteps, mincut=0.1, backfit=F, maxnumcut=1, dirp=0, weight=1)
    
    Rd file 'cv.logistic.main.Rd':
     \usage lines wider than 90 characters:
     cv.logistic.main(x, y, K.cv=5, num.replicate=1, nsteps, mincut=0.1, backfit=F, maxnumcut=1, dirp=0, weight=1)
    
    Rd file 'index.prediction.Rd':
     \examples lines wider than 100 characters:
     ## compute the index based on the 2nd model of the sequence using new data xx, and compare the result with the true index
    
    Rd file 'lm.interaction.Rd':
     \examples lines wider than 100 characters:
     ## compute the index based on the 2nd model of the sequence using new data xx, and compare the result with the true index
    
    Rd file 'lm.main.Rd':
     \examples lines wider than 100 characters:
     ## compute the index based on the 2nd model of the sequence using new data xx, and compare the result with the true index
    
    Rd file 'logistic.interaction.Rd':
     \usage lines wider than 90 characters:
     logistic.interaction(x, trt, y, nsteps=8, mincut=.1, backfit=F, maxnumcut=1, dirp=0, weight=1)
     \examples lines wider than 100 characters:
     ## compute the index based on the 2nd model of the sequence using new data xx, and compare the result with the true index
    
    Rd file 'logistic.main.Rd':
     \examples lines wider than 100 characters:
     ## compute the index based on the 2nd model of the sequence using new data xx, and compare the result with the true index
    
    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