Last updated on 2020-10-28 18:50:10 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.90.3 | 2.84 | 34.46 | 37.30 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.90.3 | 2.01 | 26.87 | 28.88 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.90.3 | 62.75 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.90.3 | 45.45 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.90.3 | 6.00 | 51.00 | 57.00 | NOTE | |
r-patched-linux-x86_64 | 0.90.3 | NOTE | ||||
r-patched-solaris-x86 | 0.90.3 | 65.40 | NOTE | |||
r-release-linux-x86_64 | 0.90.3 | 2.68 | 33.29 | 35.97 | NOTE | |
r-release-macos-x86_64 | 0.90.3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.90.3 | 4.00 | 39.00 | 43.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.90.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.90.3 | 17.00 | 54.00 | 71.00 | NOTE |
Version: 0.90.3
Check: R code for possible problems
Result: NOTE
AutoCorrelationLRtest: no visible global function definition for
'logLik'
AutoCorrelationLRtest: no visible global function definition for
'pchisq'
REEMtree: no visible global function definition for 'terms'
REEMtree: no visible binding for global variable 'SubsetVector'
REEMtree: no visible global function definition for 'predict'
REEMtree: no visible global function definition for 'logLik'
fitted.REEMtree: no visible global function definition for 'fitted'
predict.REEMtree: no visible global function definition for 'predict'
residuals.REEMtree: no visible global function definition for
'residuals'
Undefined global functions or variables:
SubsetVector fitted logLik pchisq predict residuals terms
Consider adding
importFrom("stats", "fitted", "logLik", "pchisq", "predict",
"residuals", "terms")
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-macos-x86_64, r-release-windows-ix86+x86_64
Version: 0.90.3
Check: Rd line widths
Result: NOTE
Rd file 'REEMtree.Rd':
\usage lines wider than 90 characters:
ErrorTolerance=0.001, MaxIterations=1000, verbose=FALSE, tree.control=rpart.control(),
lme.control=lmeControl(returnObject=TRUE), method="REML", correlation=NULL)
These lines will be truncated in the PDF 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-release-linux-x86_64
Version: 0.90.3
Check: Rd \usage sections
Result: NOTE
S3 methods shown with full name in documentation object 'fitted.REEMtree':
'fitted.REEMtree'
S3 methods shown with full name in documentation object 'logLik':
'logLik.REEMtree'
S3 methods shown with full name in documentation object 'plot':
'plot.REEMtree'
S3 methods shown with full name in documentation object 'predict':
'predict.REEMtree'
S3 methods shown with full name in documentation object 'print':
'print.REEMtree'
S3 methods shown with full name in documentation object 'ranef.REEMtree':
'ranef.REEMtree'
S3 methods shown with full name in documentation object 'residuals.REEMtree':
'residuals.REEMtree'
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter 'Writing R documentation files' 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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.90.3
Check: R code for possible problems
Result: NOTE
AutoCorrelationLRtest: no visible global function definition for
‘logLik’
AutoCorrelationLRtest: no visible global function definition for
‘pchisq’
REEMtree: no visible global function definition for ‘terms’
REEMtree: no visible binding for global variable ‘SubsetVector’
REEMtree: no visible global function definition for ‘predict’
REEMtree: no visible global function definition for ‘logLik’
fitted.REEMtree: no visible global function definition for ‘fitted’
plot.REEMtree: no visible global function definition for ‘plot’
predict.REEMtree: no visible global function definition for ‘predict’
residuals.REEMtree: no visible global function definition for
‘residuals’
Undefined global functions or variables:
SubsetVector fitted logLik pchisq plot predict residuals terms
Consider adding
importFrom("graphics", "plot")
importFrom("stats", "fitted", "logLik", "pchisq", "predict",
"residuals", "terms")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64