Last updated on 2020-08-07 01:50:35 CEST.
Package | NOTE |
---|---|
AdaptFit | 12 |
Current CRAN status:
Version: 0.2-2
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
'MASS' 'SemiPar' 'nlme'
Please remove these calls from your code.
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.2-2
Check: R code for possible problems
Result: NOTE
asp: no visible global function definition for 'as.formula'
asp: no visible global function definition for 'var'
aspm: no visible binding for global variable 'X.Declan'
aspm: no visible binding for global variable 'Z.Jaida'
aspm: no visible binding for global variable 'group.vec.Handan'
aspm: no visible global function definition for 'as.formula'
aspm: no visible global function definition for 'glm'
aspm: no visible global function definition for 'binomial'
aspm: no visible global function definition for 'poisson'
Undefined global functions or variables:
X.Declan Z.Jaida as.formula binomial glm group.vec.Handan poisson var
Consider adding
importFrom("stats", "as.formula", "binomial", "glm", "poisson", "var")
to your NAMESPACE file.
Found the following assignments to the global environment:
File 'AdaptFit/R/aspm.R':
assign("group.vec.Handan", group.vec, pos = 1)
assign("X.Declan", X, pos = 1)
assign("Z.Jaida", Z, pos = 1)
Found the following calls to attach():
File 'AdaptFit/R/asp.R':
attach(theta.frame)
attach(theta.frame)
See section 'Good practice' in '?attach'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2-2
Check: Rd line widths
Result: NOTE
Rd file 'asp.Rd':
\usage lines wider than 90 characters:
spar.method="REML",omit.missing=NULL,niter=20,niter.var=50,tol=1e-06,returnFit=FALSE,weights=NULL,correlation=NULL,cont ... [TRUNCATED]
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
Version: 0.2-2
Check: R code for possible problems
Result: NOTE
asp: no visible global function definition for ‘as.formula’
asp: no visible global function definition for ‘var’
aspm: no visible binding for global variable ‘X.Declan’
aspm: no visible binding for global variable ‘Z.Jaida’
aspm: no visible binding for global variable ‘group.vec.Handan’
aspm: no visible global function definition for ‘as.formula’
aspm: no visible global function definition for ‘glm’
aspm: no visible global function definition for ‘binomial’
aspm: no visible global function definition for ‘poisson’
Undefined global functions or variables:
X.Declan Z.Jaida as.formula binomial glm group.vec.Handan poisson var
Consider adding
importFrom("stats", "as.formula", "binomial", "glm", "poisson", "var")
to your NAMESPACE file.
Found the following assignments to the global environment:
File ‘AdaptFit/R/aspm.R’:
assign("group.vec.Handan", group.vec, pos = 1)
assign("X.Declan", X, pos = 1)
assign("Z.Jaida", Z, pos = 1)
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2-2
Check: R code for possible problems
Result: NOTE
asp: no visible global function definition for ‘as.formula’
asp: no visible global function definition for ‘var’
aspm: no visible binding for global variable ‘X.Declan’
aspm: no visible binding for global variable ‘Z.Jaida’
aspm: no visible binding for global variable ‘group.vec.Handan’
aspm: no visible global function definition for ‘as.formula’
aspm: no visible global function definition for ‘glm’
aspm: no visible global function definition for ‘binomial’
aspm: no visible global function definition for ‘poisson’
Undefined global functions or variables:
X.Declan Z.Jaida as.formula binomial glm group.vec.Handan poisson var
Consider adding
importFrom("stats", "as.formula", "binomial", "glm", "poisson", "var")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64