Last updated on 2019-01-26 15:47:23 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 2.85 | 55.35 | 58.20 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 2.70 | 42.61 | 45.31 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 68.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 63.55 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 6.00 | 101.00 | 107.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 3.17 | 52.35 | 55.52 | NOTE | |
r-patched-solaris-x86 | 1.2 | 98.90 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 3.57 | 51.81 | 55.38 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2 | 8.00 | 70.00 | 78.00 | NOTE | |
r-release-osx-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 7.00 | 68.00 | 75.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2 | NOTE |
Version: 1.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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.2
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
print.Bayesianbetareg print.summary.Bayesianbetareg
summary.Bayesianbetareg
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: 1.2
Check: R code for possible problems
Result: NOTE
BayesianbetaregEst: no visible global function definition for ‘runif’
BayesianbetaregEst: no visible global function definition for ‘as.ts’
BayesianbetaregEst: no visible global function definition for ‘dev.new’
BayesianbetaregEst: no visible global function definition for ‘ts.plot’
BayesianbetaregEst: no visible binding for global variable ‘sd’
BayesianbetaregEst: no visible global function definition for
‘quantile’
betaresiduals : lt: no visible global function definition for ‘dbeta’
diagnostics: no visible global function definition for ‘plot’
diagnostics: no visible global function definition for ‘abline’
diagnostics: no visible global function definition for ‘qqnorm’
diagnostics: no visible global function definition for ‘qqline’
dpostb: no visible global function definition for ‘dbeta’
dpostg: no visible global function definition for ‘dbeta’
plotresiduals: no visible global function definition for ‘plot’
print.summary.Bayesianbetareg: no visible global function definition
for ‘printCoefmat’
summary.Bayesianbetareg: no visible global function definition for
‘coef’
Undefined global functions or variables:
abline as.ts coef dbeta dev.new plot printCoefmat qqline qqnorm
quantile runif sd ts.plot
Consider adding
importFrom("grDevices", "dev.new")
importFrom("graphics", "abline", "plot")
importFrom("stats", "as.ts", "coef", "dbeta", "printCoefmat", "qqline",
"qqnorm", "quantile", "runif", "sd", "ts.plot")
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, r-oldrel-osx-x86_64