Last updated on 2020-08-07 01:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.26 | 31.64 | 33.90 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.63 | 23.96 | 25.59 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 47.87 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 38.48 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 46.00 | 54.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.83 | 30.94 | 32.77 | NOTE | |
r-patched-solaris-x86 | 1.0 | 59.30 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.33 | 30.70 | 33.03 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 6.00 | 60.00 | 66.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 43.00 | 48.00 | NOTE |
Version: 1.0
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: 1.0
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'mvtnorm'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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: 1.0
Check: R code for possible problems
Result: NOTE
ChiSquaredLRTest: no visible global function definition for 'na.omit'
ChiSquaredLRTest: no visible global function definition for 'cov'
ChiSquaredLRTest: no visible global function definition for 'dmvnorm'
ChiSquaredLRTest: no visible global function definition for 'pchisq'
NormalTheoryLRTest: no visible global function definition for 'na.omit'
NormalTheoryLRTest: no visible global function definition for 'cov'
NormalTheoryLRTest: no visible global function definition for 'dmvnorm'
NormalTheoryLRTest: no visible global function definition for 'sd'
NormalTheoryLRTest: no visible global function definition for 'pnorm'
Undefined global functions or variables:
cov dmvnorm na.omit pchisq pnorm sd
Consider adding
importFrom("stats", "cov", "na.omit", "pchisq", "pnorm", "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-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