Last updated on 2022-05-09 17:52:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.17 | 33.11 | 35.28 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.88 | 24.87 | 26.75 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 41.42 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 41.95 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 11.00 | 46.00 | 57.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.08 | 31.43 | 33.51 | NOTE | |
r-release-linux-x86_64 | 1.0 | 1.87 | 31.39 | 33.26 | NOTE | |
r-release-macos-arm64 | 1.0 | 14.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 26.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 7.00 | 46.00 | 53.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 19.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 33.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 37.00 | 42.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
normalweight: no visible binding for global variable 'NW_above'
normalweight: no visible binding for global variable 'NW_below'
obese: no visible global function definition for 'data'
obese: no visible binding for global variable 'OB_above'
obese: no visible binding for global variable 'OB_below'
overweight: no visible global function definition for 'data'
overweight: no visible binding for global variable 'OW_above'
overweight: no visible binding for global variable 'OW_below'
Undefined global functions or variables:
NW_above NW_below OB_above OB_below OW_above OW_below data
Consider adding
importFrom("utils", "data")
to your NAMESPACE file.
Found the following calls to data() loading into the global environment:
File 'GWG/R/obese.R':
data(OB_above)
data(OB_below)
File 'GWG/R/overweight.R':
data(OW_above)
data(OW_below)
See section 'Good practice' in '?data'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
normalweight: no visible binding for global variable ‘NW_above’
normalweight: no visible binding for global variable ‘NW_below’
obese: no visible global function definition for ‘data’
obese: no visible binding for global variable ‘OB_above’
obese: no visible binding for global variable ‘OB_below’
overweight: no visible global function definition for ‘data’
overweight: no visible binding for global variable ‘OW_above’
overweight: no visible binding for global variable ‘OW_below’
Undefined global functions or variables:
NW_above NW_below OB_above OB_below OW_above OW_below data
Consider adding
importFrom("utils", "data")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64