Last updated on 2022-05-23 08:51:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 12.61 | 115.46 | 128.07 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 8.83 | 86.13 | 94.96 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 162.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 137.21 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 25.00 | 118.00 | 143.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 12.08 | 109.72 | 121.80 | NOTE | |
r-release-linux-x86_64 | 1.0 | NOTE | ||||
r-release-macos-arm64 | 1.0 | 40.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 60.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 27.00 | 127.00 | 154.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 46.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 82.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 25.00 | 115.00 | 140.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
calc_z_var: no visible binding for global variable 'median'
diffScore: no visible global function definition for 'new'
diffScore: no visible global function definition for 'model.matrix'
logNORMcdf: no visible global function definition for 'pnorm'
mGSZ.adj.mean.std: no visible binding for global variable 'sd'
pick.data.cols: no visible binding for global variable 'var'
plotProfile: no visible binding for global variable 'quantile'
plotProfile: no visible global function definition for 'lines'
plotProfile: no visible global function definition for 'legend'
Undefined global functions or variables:
legend lines median model.matrix new pnorm quantile sd var
Consider adding
importFrom("graphics", "legend", "lines")
importFrom("methods", "new")
importFrom("stats", "median", "model.matrix", "pnorm", "quantile",
"sd", "var")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64