Last updated on 2016-12-28 23:47:10.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.17 | 0.75 | 12.29 | 13.04 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.17 | 0.76 | 12.39 | 13.15 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.17 | 21.88 | NOTE | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 0.17 | 21.34 | NOTE | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 0.17 | 18.58 | NOTE | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 0.17 | 3.00 | 28.00 | 31.00 | NOTE | |
r-patched-linux-x86_64 | 0.17 | 0.64 | 9.47 | 10.12 | NOTE | |
r-patched-solaris-sparc | 0.17 | 109.00 | NOTE | |||
r-patched-solaris-x86 | 0.17 | 24.30 | NOTE | |||
r-release-linux-x86_64 | 0.17 | 0.60 | 9.47 | 10.07 | NOTE | |
r-release-osx-x86_64-mavericks | 0.17 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.17 | 2.00 | 26.00 | 28.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.17 | 3.00 | 23.00 | 26.00 | OK |
Version: 0.17
Check: R code for possible problems
Result: NOTE
font_install: no visible global function definition for
‘installed.packages’
font_install: no visible global function definition for
‘install.packages’
fonttable_add: no visible global function definition for ‘write.csv’
Undefined global functions or variables:
install.packages installed.packages write.csv
Consider adding
importFrom("utils", "install.packages", "installed.packages",
"write.csv")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 0.17
Flags: --no-stop-on-test-error
Check: R code for possible problems
Result: NOTE
font_install: no visible global function definition for
‘installed.packages’
font_install: no visible global function definition for
‘install.packages’
fonttable_add: no visible global function definition for ‘write.csv’
Undefined global functions or variables:
install.packages installed.packages write.csv
Consider adding
importFrom("utils", "install.packages", "installed.packages",
"write.csv")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang