Last updated on 2020-10-27 14:50:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 6.75 | 50.41 | 57.16 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 4.96 | 39.56 | 44.52 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 11.76 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 2.16 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.1 | 14.00 | 75.00 | 89.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | NOTE | ||||
r-patched-solaris-x86 | 0.1 | 102.90 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 6.20 | 47.73 | 53.93 | NOTE | |
r-release-macos-x86_64 | 0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1 | 13.00 | 51.00 | 64.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 12.00 | 77.00 | 89.00 | 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-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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 '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 '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 '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 read.csv rnorm
Consider adding
importFrom("graphics", "legend", "lines", "matplot")
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-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 0.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘knitcitations’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64