Last updated on 2017-07-21 05:48:25.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2-2 | 2.45 | 36.20 | 38.65 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2-2 | 2.29 | 36.26 | 38.55 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2-2 | 73.86 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.2-2 | 74.19 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 1.2-2 | 9.00 | 60.00 | 69.00 | NOTE | |
| r-patched-linux-x86_64 | 1.2-2 | 2.60 | 36.59 | 39.19 | NOTE | |
| r-patched-solaris-x86 | 1.2-2 | 102.30 | NOTE | |||
| r-release-linux-x86_64 | 1.2-2 | 2.55 | 36.70 | 39.25 | NOTE | |
| r-release-windows-ix86+x86_64 | 1.2-2 | 10.00 | 79.00 | 89.00 | NOTE | |
| r-release-osx-x86_64 | 1.2-2 | NOTE | ||||
| r-oldrel-windows-ix86+x86_64 | 1.2-2 | 5.00 | 75.00 | 80.00 | NOTE | |
| r-oldrel-osx-x86_64 | 1.2-2 | NOTE |
Version: 1.2-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-2
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.Lapl.cont plot.Lapl.spl
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-2
Check: R code for possible problems
Result: NOTE
Laplace.c: no visible global function definition for ‘optim’
Laplace.c: no visible global function definition for ‘spline’
Laplace.cc: no visible global function definition for ‘optim’
Laplace.cs: no visible global function definition for ‘optim’
Laplace.s: no visible global function definition for ‘optim’
Laplace.s: no visible global function definition for ‘spline’
make.sample.data: no visible global function definition for ‘coef’
make.sample.data: no visible global function definition for
‘model.matrix’
plot.Lapl.cont: no visible global function definition for ‘contour’
plot.Lapl.spl: no visible global function definition for ‘plot’
rmt: no visible global function definition for ‘rt’
rmt: no visible global function definition for ‘rnorm’
rmt: no visible global function definition for ‘rchisq’
rsm.sample: no visible global function definition for ‘runif’
rsm.sample: no visible global function definition for ‘dweibull’
rsm.sample: no visible global function definition for ‘dt’
rsm.sample: no visible global function definition for ‘dlogis’
Undefined global functions or variables:
coef contour dlogis dt dweibull model.matrix optim plot rchisq rnorm
rt runif spline
Consider adding
importFrom("graphics", "contour", "plot")
importFrom("stats", "coef", "dlogis", "dt", "dweibull", "model.matrix",
"optim", "rchisq", "rnorm", "rt", "runif", "spline")
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