Last updated on 2020-08-07 01:50:31 CEST.
Package | NOTE |
---|---|
SEMModComp | 12 |
Current CRAN status:
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