Last updated on 2017-07-21 07:46:23.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1 | 2.59 | 43.36 | 45.95 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1 | 2.52 | 42.35 | 44.87 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1 | 94.03 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1 | 91.55 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 0.1 | 8.00 | 70.00 | 78.00 | NOTE | |
| r-patched-linux-x86_64 | 0.1 | 2.56 | 43.97 | 46.53 | NOTE | |
| r-patched-solaris-x86 | 0.1 | 124.30 | NOTE | |||
| r-release-linux-x86_64 | 0.1 | 2.51 | 43.34 | 45.85 | NOTE | |
| r-release-windows-ix86+x86_64 | 0.1 | 6.00 | 90.00 | 96.00 | NOTE | |
| r-release-osx-x86_64 | 0.1 | NOTE | ||||
| r-oldrel-windows-ix86+x86_64 | 0.1 | 6.00 | 86.00 | 92.00 | NOTE | |
| r-oldrel-osx-x86_64 | 0.1 | NOTE |
Version: 0.1
Check: R code for possible problems
Result: NOTE
get.score: no visible global function definition for ‘sd’
get.score: no visible global function definition for ‘coef’
get.score: no visible global function definition for ‘as’
get.score.main: no visible global function definition for ‘sd’
get.score.main: no visible global function definition for ‘coef’
get.subgroup: no visible global function definition for ‘sd’
sample.tte: no visible global function definition for ‘runif’
Undefined global functions or variables:
as coef runif sd
Consider adding
importFrom("methods", "as")
importFrom("stats", "coef", "runif", "sd")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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