CRAN Package Check Results for Package interAdapt

Last updated on 2020-08-07 01:49:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 6.04 48.72 54.76 NOTE
r-devel-linux-x86_64-debian-gcc 0.1 5.24 38.08 43.32 NOTE
r-devel-linux-x86_64-fedora-clang 0.1 74.19 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1 64.21 NOTE
r-devel-windows-ix86+x86_64 0.1 23.00 58.00 81.00 NOTE
r-patched-linux-x86_64 0.1 5.33 48.69 54.02 NOTE
r-patched-solaris-x86 0.1 103.70 NOTE
r-release-linux-x86_64 0.1 6.31 48.37 54.68 NOTE
r-release-macos-x86_64 0.1 NOTE
r-release-windows-ix86+x86_64 0.1 22.00 88.00 110.00 NOTE
r-oldrel-macos-x86_64 0.1 NOTE
r-oldrel-windows-ix86+x86_64 0.1 12.00 56.00 68.00 NOTE

Check Details

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