Last updated on 2021-06-14 14:51:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.70 | 39.14 | 41.84 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.40 | 31.14 | 33.54 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 60.64 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 49.28 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 5.00 | 65.00 | 70.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 1.0 | NOTE | ||||
r-patched-linux-x86_64 | 1.0 | 3.77 | 38.63 | 42.40 | NOTE | |
r-patched-solaris-x86 | 1.0 | 81.20 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 3.11 | 38.22 | 41.33 | NOTE | |
r-release-macos-arm64 | 1.0 | NOTE | ||||
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 7.00 | 47.00 | 54.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 64.00 | 69.00 | NOTE |
Version: 1.0
Check: for hidden files and directories
Result: NOTE
Found the following hidden files and directories:
.Rapp.history
data/.Rapp.history
data/.Rhistory
These were most likely included in error. See section 'Package
structure' in the 'Writing R Extensions' 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-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, 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: DESCRIPTION meta-information
Result: NOTE
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
'RCurl' 'maps'
A package should be listed in only one of these fields.
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, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, 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
mapvar: no visible global function definition for 'data'
mapvar: no visible binding for global variable 'state.fips'
mapvar: no visible global function definition for 'rgb'
mapvar: no visible global function definition for 'rect'
mapvar: no visible global function definition for 'text'
rowScrape: no visible global function definition for 'tail'
rowScrape: no visible global function definition for 'head'
scrapeTable: no visible binding for global variable 'tail'
Undefined global functions or variables:
data head rect rgb state.fips tail text
Consider adding
importFrom("grDevices", "rgb")
importFrom("graphics", "rect", "text")
importFrom("utils", "data", "head", "tail")
to your NAMESPACE file.
Found the following calls to data() loading into the global environment:
File 'OIdata/R/mapvar.R':
data(state.fips)
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: data for non-ASCII characters
Result: NOTE
Note: found 2444 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
mapvar: no visible global function definition for ‘data’
mapvar: no visible binding for global variable ‘state.fips’
mapvar: no visible global function definition for ‘rgb’
mapvar: no visible global function definition for ‘rect’
mapvar: no visible global function definition for ‘text’
rowScrape: no visible global function definition for ‘tail’
rowScrape: no visible global function definition for ‘head’
scrapeTable: no visible binding for global variable ‘tail’
Undefined global functions or variables:
data head rect rgb state.fips tail text
Consider adding
importFrom("grDevices", "rgb")
importFrom("graphics", "rect", "text")
importFrom("utils", "data", "head", "tail")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, 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