Last updated on 2018-04-29 01:46:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-0 | 14.40 | 65.58 | 79.98 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1-0 | 12.64 | 59.12 | 71.76 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1-0 | 99.86 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-0 | 94.90 | OK | |||
r-devel-windows-ix86+x86_64 | 1.1-0 | 33.00 | 127.00 | 160.00 | OK | |
r-patched-linux-x86_64 | 1.1-0 | 13.35 | 65.56 | 78.91 | OK | |
r-patched-solaris-x86 | 1.1-0 | 128.20 | OK | |||
r-release-linux-x86_64 | 1.1-0 | 13.95 | 67.73 | 81.68 | OK | |
r-release-windows-ix86+x86_64 | 1.1-0 | 33.00 | 127.00 | 160.00 | OK | |
r-release-osx-x86_64 | 1.1-0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-0 | 12.00 | 131.00 | 143.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