Last updated on 2018-05-27 07:50:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-1 | 11.32 | 75.55 | 86.87 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1-1 | 10.40 | 58.47 | 68.87 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1-1 | 116.30 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-1 | 108.72 | OK | |||
r-devel-windows-ix86+x86_64 | 1.1-1 | 21.00 | 96.00 | 117.00 | OK | |
r-patched-linux-x86_64 | 1.1-1 | 13.71 | 65.53 | 79.24 | OK | |
r-patched-solaris-x86 | 1.1-1 | 142.00 | OK | |||
r-release-linux-x86_64 | 1.1-1 | 13.11 | 67.15 | 80.26 | OK | |
r-release-windows-ix86+x86_64 | 1.1-1 | 29.00 | 126.00 | 155.00 | OK | |
r-release-osx-x86_64 | 1.1-1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-1 | 16.00 | 94.00 | 110.00 | OK | |
r-oldrel-osx-x86_64 | 1.0-0 | ERROR |
Version: 1.0-0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘copula’
Flavor: r-oldrel-osx-x86_64
Version: 1.0-0
Check: R code for possible problems
Result: NOTE
aftgee: no visible global function definition for ‘model.extract’
aftgee: no visible global function definition for ‘model.matrix’
aftgee: no visible global function definition for ‘lm’
aftgee: no visible global function definition for ‘vcov’
aftgee.fit: no visible global function definition for ‘lm’
aftgee.fit: no visible global function definition for ‘rexp’
aftgee.fit: no visible global function definition for ‘var’
aftsrr: no visible global function definition for ‘model.extract’
aftsrr: no visible global function definition for ‘model.matrix’
aftsrr.fit: no visible global function definition for ‘lm’
aftsrr.fit: no visible global function definition for ‘rexp’
aftsrr.fit: no visible global function definition for ‘var’
getSmoothSuv: no visible global function definition for ‘pnorm’
print.summary.aftgee: no visible global function definition for
‘printCoefmat’
print.summary.aftsrr: no visible global function definition for
‘printCoefmat’
solveGehan: no visible global function definition for ‘nlm’
summary.aftgee: no visible global function definition for ‘pnorm’
summary.aftsrr: no visible global function definition for ‘pnorm’
viEmp: no visible global function definition for ‘rexp’
viEmp: no visible global function definition for ‘rnorm’
viEmp: no visible global function definition for ‘var’
zlFun: no visible global function definition for ‘lm’
Undefined global functions or variables:
lm model.extract model.matrix nlm pnorm printCoefmat rexp rnorm var
vcov
Consider adding
importFrom("stats", "lm", "model.extract", "model.matrix", "nlm",
"pnorm", "printCoefmat", "rexp", "rnorm", "var", "vcov")
to your NAMESPACE file.
Flavor: r-oldrel-osx-x86_64
Version: 1.0-0
Check: examples
Result: ERROR
Running examples in ‘aftgee-Ex.R’ failed
The error most likely occurred in:
> ### Name: aftgee
> ### Title: Accelerated Failure Time with Generalize Estimating Equation
> ### Aliases: aftgee summary.aftgee
> ### Keywords: aftgee
>
> ### ** Examples
>
> library(survival)
> library(copula)
Error in library(copula) : there is no package called ‘copula’
Execution halted
Flavor: r-oldrel-osx-x86_64