Last updated on 2022-06-20 11:51:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.88 | 25.39 | 28.27 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.89 | 19.77 | 21.66 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 45.54 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 43.60 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 16.00 | 45.00 | 61.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.89 | 24.26 | 27.15 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.16 | 24.19 | 26.35 | NOTE | |
r-release-macos-arm64 | 1.0 | 14.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 22.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 6.00 | 46.00 | 52.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 20.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 33.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 35.00 | 40.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
baumwelchcont: no visible global function definition for 'dnorm'
hmmcontSimul: no visible global function definition for 'rnorm'
hmmcontSimul: no visible global function definition for 'rbinom'
plot.ContObservHMM: no visible global function definition for 'lines'
statesDistributionsPlot: no visible global function definition for
'dnorm'
statesDistributionsPlot: no visible global function definition for 'sd'
statesDistributionsPlot: no visible global function definition for
'lines'
statesDistributionsPlot: no visible global function definition for
'legend'
summary.ContObservHMM: no visible global function definition for 'sd'
Undefined global functions or variables:
dnorm legend lines rbinom rnorm sd
Consider adding
importFrom("graphics", "legend", "lines")
importFrom("stats", "dnorm", "rbinom", "rnorm", "sd")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64