Last updated on 2020-08-07 01:49:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.26 | 20.37 | 22.63 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.72 | 15.99 | 17.71 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 35.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 25.99 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 9.00 | 40.00 | 49.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.17 | 20.15 | 22.32 | NOTE | |
r-patched-solaris-x86 | 1.0 | 40.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.92 | 20.29 | 22.21 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 4.00 | 27.00 | 31.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 45.00 | 49.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-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