Last updated on 2019-10-31 00:50:59 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9 | 1.99 | 22.32 | 24.31 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9 | 1.53 | 18.11 | 19.64 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 30.70 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 32.53 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9 | 8.00 | 35.00 | 43.00 | NOTE | |
r-patched-linux-x86_64 | 0.9 | 1.56 | 22.02 | 23.58 | NOTE | |
r-patched-solaris-x86 | 0.9 | 44.10 | NOTE | |||
r-release-linux-x86_64 | 0.9 | 1.67 | 21.97 | 23.64 | NOTE | |
r-release-windows-ix86+x86_64 | 0.9 | 8.00 | 43.00 | 51.00 | NOTE | |
r-release-osx-x86_64 | 0.9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.9 | 2.00 | 34.00 | 36.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.9 | NOTE |
Version: 0.9
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'RJSONIO' in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' 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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.9
Check: R code for possible problems
Result: NOTE
.onAttach: no visible global function definition for 'packageVersion'
.onAttach: no visible binding for global variable '.MGRAST'
build.MGRAST: no visible binding for global variable '.MGRAST'
build.MGRAST: no visible global function definition for 'fromJSON'
call.MGRAST: no visible binding for global variable '.MGRAST'
call.MGRAST: no visible global function definition for 'download.file'
call.MGRAST: no visible global function definition for 'isValidJSON'
call.MGRAST: no visible global function definition for 'fromJSON'
doc.MGRAST: no visible binding for global variable '.MGRAST'
doc.MGRAST: no visible global function definition for 'str'
load.MGRAST: no visible binding for global variable '.MGRAST'
parse.MGRAST: no visible binding for global variable '.MGRAST'
this.package: no visible binding for global variable '.MGRAST'
Undefined global functions or variables:
.MGRAST download.file fromJSON isValidJSON packageVersion str
Consider adding
importFrom("utils", "download.file", "packageVersion", "str")
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64