Last updated on 2020-08-07 01:50:11 CEST.
Package | NOTE |
---|---|
hypothesestest | 12 |
Current CRAN status:
Version: 1.0
Check: R code for possible problems
Result: NOTE
conint: no visible global function definition for 'sd'
findroot: no visible global function definition for 'integrate'
hypothesis: no visible global function definition for 'sd'
hypothesis: no visible global function definition for 'integrate'
Undefined global functions or variables:
integrate sd
Consider adding
importFrom("stats", "integrate", "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
Version: 1.0
Check: Rd line widths
Result: NOTE
Rd file 'conint.Rd':
\usage lines wider than 90 characters:
conint(TrnX = NULL, TrnY = NULL, m, n1, n2, s1, s2, side = "both", alpha = 0.95, method = "n")
Rd file 'hypothesis-package.Rd':
\examples lines wider than 100 characters:
hypothesis(TrnX=c(3,4,5),TrnY=c(4,5,6),m,u0=4,3,3,s1=NULL,s2=NULL,sigma1=NULL,sigma2=NULL,alpha=0.05,method="n",H0="u=u0",p)
Rd file 'hypothesis.Rd':
\usage lines wider than 90 characters:
hypothesis(TrnX = NULL, TrnY = NULL, m, u0, n1, n2, s1 = NULL, s2 = NULL, sigma1 = NULL, sigma2 = NULL, alpha = 0.05, method = "n", H0 ... [TRUNCATED]
\examples lines wider than 100 characters:
hypothesis(TrnX=c(3,4,5),TrnY=c(4,5,6),m,u0=4,3,3,s1=NULL,s2=NULL,sigma1=NULL,sigma2=NULL,alpha=0.05,method="n",H0="u=u0",p)
These lines will be truncated in the PDF 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-release-linux-x86_64