Last updated on 2018-02-24 09:51:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 3.09 | 39.52 | 42.61 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 2.99 | 31.36 | 34.35 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 52.14 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 50.15 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 13.00 | 70.00 | 83.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 2.38 | 40.13 | 42.51 | NOTE | |
r-patched-solaris-x86 | 0.1 | 72.80 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 2.30 | 40.46 | 42.76 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1 | 9.00 | 68.00 | 77.00 | NOTE | |
r-release-osx-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 5.00 | 48.00 | 53.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1 | NOTE |
Version: 0.1
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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.1
Check: R code for possible problems
Result: NOTE
compute_design_performance: no visible global function definition for
‘read.csv’
compute_design_performance : get_power: no visible global function
definition for ‘rnorm’
compute_design_performance : power_curve_plot: no visible global
function definition for ‘plot’
compute_design_performance : power_curve_plot: no visible global
function definition for ‘lines’
compute_design_performance : power_curve_plot: no visible global
function definition for ‘legend’
compute_design_performance : expected_sample_size_plot: no visible
global function definition for ‘plot’
compute_design_performance : expected_sample_size_plot: no visible
global function definition for ‘lines’
compute_design_performance : expected_sample_size_plot: no visible
global function definition for ‘legend’
compute_design_performance : expected_duration_plot: no visible global
function definition for ‘plot’
compute_design_performance : expected_duration_plot: no visible global
function definition for ‘lines’
compute_design_performance : expected_duration_plot: no visible global
function definition for ‘legend’
compute_design_performance : boundary_adapt_plot: no visible global
function definition for ‘matplot’
compute_design_performance : boundary_adapt_plot: no visible global
function definition for ‘legend’
compute_design_performance : boundary_standard_H0C_plot: no visible
global function definition for ‘matplot’
compute_design_performance : boundary_standard_H0C_plot: no visible
global function definition for ‘legend’
compute_design_performance : boundary_standard_H01_plot: no visible
global function definition for ‘matplot’
compute_design_performance : boundary_standard_H01_plot: no visible
global function definition for ‘legend’
Undefined global functions or variables:
legend lines matplot plot read.csv rnorm
Consider adding
importFrom("graphics", "legend", "lines", "matplot", "plot")
importFrom("stats", "rnorm")
importFrom("utils", "read.csv")
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