Last updated on 2022-03-06 12:51:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 10.19 | 95.56 | 105.75 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | NOTE | ||||
r-devel-linux-x86_64-fedora-clang | 1.0 | 123.54 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 113.51 | NOTE | |||
r-devel-windows-x86_64-new-UL | 1.0 | 23.00 | 112.00 | 135.00 | NOTE | |
r-devel-windows-x86_64-new-TK | 1.0 | NOTE | ||||
r-patched-linux-x86_64 | 1.0 | 9.21 | 87.40 | 96.61 | NOTE | |
r-release-linux-x86_64 | 1.0 | NOTE | ||||
r-release-macos-arm64 | 1.0 | NOTE | ||||
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 17.00 | 104.00 | 121.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 17.00 | 102.00 | 119.00 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'mgcv' which was already attached by Depends.
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-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, 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
ageprofile: no visible global function definition for 'model.frame'
ageprofile: no visible binding for global variable 'poisson'
ageprofile: no visible global function definition for 'predict.gam'
ageprofile: no visible global function definition for 'as.formula'
ageprofile: no visible global function definition for 'summary.gam'
ageprofile: no visible global function definition for 'contrasts<-'
ageprofile: no visible global function definition for 'anova.gam'
plotap: no visible global function definition for 'dev.new'
plotap: no visible global function definition for 'lines'
plotap: no visible global function definition for 'points'
plotap: no visible global function definition for 'legend'
splitter: no visible global function definition for 'reshape'
tabm: no visible global function definition for 'coef'
tabm: no visible global function definition for 'AIC'
Undefined global functions or variables:
AIC anova.gam as.formula coef contrasts<- dev.new legend lines
model.frame points poisson predict.gam reshape summary.gam
Consider adding
importFrom("grDevices", "dev.new")
importFrom("graphics", "legend", "lines", "points")
importFrom("stats", "AIC", "as.formula", "coef", "contrasts<-",
"model.frame", "poisson", "reshape")
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-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64