CRAN Package Check Results for Maintainer ‘Chao Cai <caic at email.sc.edu>’

Last updated on 2020-08-07 01:50:15 CEST.

Package NOTE
NPHMC 12
smcure 12

Package NPHMC

Current CRAN status:

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

Package smcure

Current CRAN status:

Version: 2.0
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.0
Check: dependencies in R code
Result: NOTE
    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-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.0
Check: R code for possible problems
Result: NOTE
    em: no visible global function definition for 'coxph'
    em: no visible global function definition for 'optim'
    plotpredictsmcure: no visible global function definition for 'matplot'
    plotpredictsmcure: no visible global function definition for 'lines'
    smcure: no visible binding for global variable 'na.omit'
    smcure: no visible global function definition for 'model.frame'
    smcure: no visible global function definition for 'model.extract'
    smcure: no visible global function definition for 'model.matrix'
    smcure: no visible global function definition for 'coxph'
    smcure: no visible global function definition for 'survreg'
    smcure: no visible binding for global variable 'var'
    smcure: no visible global function definition for 'pnorm'
    Undefined global functions or variables:
     coxph lines matplot model.extract model.frame model.matrix na.omit
     optim pnorm survreg var
    Consider adding
     importFrom("graphics", "lines", "matplot")
     importFrom("stats", "model.extract", "model.frame", "model.matrix",
     "na.omit", "optim", "pnorm", "var")
    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.0
Check: R code for possible problems
Result: NOTE
    em: no visible global function definition for ‘coxph’
    em: no visible global function definition for ‘optim’
    plotpredictsmcure: no visible global function definition for ‘plot’
    plotpredictsmcure: no visible global function definition for ‘matplot’
    plotpredictsmcure: no visible global function definition for ‘lines’
    smcure: no visible binding for global variable ‘na.omit’
    smcure: no visible global function definition for ‘model.frame’
    smcure: no visible global function definition for ‘model.extract’
    smcure: no visible global function definition for ‘model.matrix’
    smcure: no visible global function definition for ‘coxph’
    smcure: no visible global function definition for ‘survreg’
    smcure: no visible binding for global variable ‘var’
    smcure: no visible global function definition for ‘pnorm’
    Undefined global functions or variables:
     coxph lines matplot model.extract model.frame model.matrix na.omit
     optim plot pnorm survreg var
    Consider adding
     importFrom("graphics", "lines", "matplot", "plot")
     importFrom("stats", "model.extract", "model.frame", "model.matrix",
     "na.omit", "optim", "pnorm", "var")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64