Last updated on 2019-01-26 15:47:26 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-5 | 5.69 | 92.29 | 97.98 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-5 | 5.05 | 71.35 | 76.40 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-5 | 113.64 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-5 | 108.31 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-5 | 11.00 | 102.00 | 113.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-5 | 6.02 | 87.45 | 93.47 | NOTE | |
r-patched-solaris-x86 | 0.1-5 | 168.60 | NOTE | |||
r-release-linux-x86_64 | 0.1-5 | 6.22 | 87.34 | 93.56 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1-5 | 15.00 | 135.00 | 150.00 | NOTE | |
r-release-osx-x86_64 | 0.1-5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-5 | 14.00 | 102.00 | 116.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1-5 | ERROR |
Version: 0.1-5
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
predict.copreg
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
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-patched-solaris-x86, r-release-linux-x86_64
Version: 0.1-5
Check: R code for possible problems
Result: NOTE
density_conditional: no visible global function definition for ‘ppois’
density_joint: no visible global function definition for ‘ppois’
dgam: no visible global function definition for ‘dgamma’
dpolicy_loss: no visible global function definition for ‘ppois’
dztp: no visible global function definition for ‘dpois’
epolicy_loss: no visible global function definition for ‘integrate’
mle_joint: no visible global function definition for ‘optim’
mle_marginal: no visible global function definition for ‘glm’
mle_marginal: no visible global function definition for ‘Gamma’
mle_marginal: no visible global function definition for ‘vcov’
mle_marginal: no visible global function definition for ‘poisson’
mle_marginal: no visible global function definition for ‘coef’
mle_marginal: no visible global function definition for ‘ppois’
mle_marginal: no visible global function definition for ‘optim’
pgam: no visible global function definition for ‘pgamma’
ppolicy_loss: no visible global function definition for ‘integrate’
pztp: no visible global function definition for ‘ppois’
qpolicy_loss: no visible global function definition for ‘uniroot’
rgam: no visible global function definition for ‘rgamma’
vuongtest: no visible global function definition for ‘sd’
ztp.glm: no visible global function definition for ‘coef’
ztp.glm: no visible global function definition for ‘glm’
ztp.glm: no visible binding for global variable ‘poisson’
ztp.glm: no visible global function definition for ‘optim’
Undefined global functions or variables:
Gamma coef dgamma dpois glm integrate optim pgamma poisson ppois
rgamma sd uniroot vcov
Consider adding
importFrom("stats", "Gamma", "coef", "dgamma", "dpois", "glm",
"integrate", "optim", "pgamma", "poisson", "ppois",
"rgamma", "sd", "uniroot", "vcov")
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1-5
Check: package dependencies
Result: ERROR
Package required but not available: ‘VineCopula’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-osx-x86_64