Last updated on 2015-11-20 00:47:13.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.1-4 | 0.54 | 7.66 | 8.20 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-4 | 15.28 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-4 | 13.43 | NOTE | |||
r-devel-osx-x86_64-clang | 1.1-4 | 18.38 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1-4 | 3.00 | 19.00 | 22.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-4 | 0.52 | 7.80 | 8.32 | NOTE | |
r-patched-solaris-sparc | 1.1-4 | 98.10 | NOTE | |||
r-patched-solaris-x86 | 1.1-4 | 21.90 | NOTE | |||
r-release-linux-x86_64 | 1.1-4 | 0.55 | 9.57 | 10.12 | NOTE | |
r-release-osx-x86_64-mavericks | 1.1-4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1-4 | 2.00 | 26.00 | 28.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.1-4 | 3.00 | 17.00 | 20.00 | NOTE |
Version: 1.1-4
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘parallel’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
':::' call which should be '::': ‘parallel:::detectCores’
See the note in ?`:::` about the use of this operator.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, 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, r-oldrel-windows-ix86+x86_64
Version: 1.1-4
Check: R code for possible problems
Result: NOTE
asyncRunCommands: no visible global function definition for ‘runif’
mergeCsv: no visible global function definition for ‘read.csv’
mergeCsv: no visible global function definition for ‘write.csv’
Undefined global functions or variables:
read.csv runif write.csv
Consider adding
importFrom("stats", "runif")
importFrom("utils", "read.csv", "write.csv")
to your NAMESPACE.
Flavors: 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