Last updated on 2020-08-07 01:50:28 CEST.
Package | NOTE |
---|---|
interAdapt | 12 |
Current CRAN status:
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-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-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-macos-x86_64, r-release-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 ‘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