Last updated on 2020-08-07 01:49:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9-10 | 3.71 | 26.39 | 30.10 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9-10 | 2.82 | 20.10 | 22.92 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9-10 | 43.50 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9-10 | 34.81 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9-10 | 8.00 | 46.00 | 54.00 | NOTE | |
r-patched-linux-x86_64 | 0.9-10 | 2.96 | 25.93 | 28.89 | NOTE | |
r-patched-solaris-x86 | 0.9-10 | 50.60 | NOTE | |||
r-release-linux-x86_64 | 0.9-10 | 2.84 | 26.05 | 28.89 | NOTE | |
r-release-macos-x86_64 | 0.9-10 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.9-10 | 6.00 | 32.00 | 38.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.9-10 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.9-10 | 5.00 | 46.00 | 51.00 | NOTE |
Version: 0.9-10
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.9-10
Check: R code for possible problems
Result: NOTE
global: no visible global function definition for 'par'
global: no visible global function definition for 'runif'
global: no visible global function definition for 'cov'
mymcmc: no visible global function definition for 'par'
mymcmc: no visible global function definition for 'rnorm'
mymcmc: no visible global function definition for 'runif'
mymcmc: no visible global function definition for 'cov'
mymcmc: no visible global function definition for 'lines'
plkhci: no visible global function definition for 'qchisq'
Undefined global functions or variables:
cov lines par qchisq rnorm runif
Consider adding
importFrom("graphics", "lines", "par")
importFrom("stats", "cov", "qchisq", "rnorm", "runif")
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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64