Last updated on 2017-12-20 00:46:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.67 | 99.13 | 101.80 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | NOTE | ||||
r-devel-linux-x86_64-fedora-clang | 1.1 | 142.68 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 141.88 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 9.00 | 115.00 | 124.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 3.27 | 130.32 | 133.59 | NOTE | |
r-patched-solaris-x86 | 1.1 | 182.20 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 3.36 | 130.59 | 133.95 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1 | 6.00 | 152.00 | 158.00 | NOTE | |
r-release-osx-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 9.00 | 144.00 | 153.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.1 | NOTE |
Version: 1.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
‘Matrix’ ‘numDeriv’ ‘survival’
Please remove these calls from your code.
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.1
Check: R code for possible problems
Result: NOTE
FrailtyFrames: no visible global function definition for
‘model.response’
FrailtyFrames: no visible global function definition for
‘is.empty.model’
FrailtyFrames: no visible global function definition for ‘model.matrix’
FrailtyFrames: no visible global function definition for
‘model.weights’
FrailtyFrames: no visible global function definition for ‘model.offset’
HGLMFactorList : <anonymous>: no visible global function definition for
‘as’
HGLMFactorList : <anonymous>: no visible global function definition for
‘validObject’
HGLMFactorList : <anonymous>: no visible global function definition for
‘as.formula’
HGLMFactorList : <anonymous>: no visible global function definition for
‘model.matrix’
expandSlash : <anonymous>: no visible global function definition for
‘makeInteraction’
frailtyHL: no visible global function definition for ‘terms’
frailtyHL: no visible global function definition for ‘model.extract’
frailtyHL: no visible binding for global variable ‘contrasts’
frailtyHL: no visible global function definition for ‘pnorm’
Undefined global functions or variables:
as as.formula contrasts is.empty.model makeInteraction model.extract
model.matrix model.offset model.response model.weights pnorm terms
validObject
Consider adding
importFrom("methods", "as", "validObject")
importFrom("stats", "as.formula", "contrasts", "is.empty.model",
"model.extract", "model.matrix", "model.offset",
"model.response", "model.weights", "pnorm", "terms")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64