* using log directory 'd:/RCompile/CRANincoming/R-devel/SlopeDiffTest.Rcheck' * using R version 4.4.0 RC (2024-04-16 r86458 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'SlopeDiffTest/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'SlopeDiffTest' version '1.0.1' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Yijun Cheng ' New submission Possibly misspelled words in DESCRIPTION: Benjamini (12:652) Bonferroni (12:624) Hochberg (12:662) Sidak (12:641) Unilevel (4:9) al (12:152) et (12:149) experimentwise (12:684) lme (12:394) nlme (12:385) unilevel (12:221) The Description field should not start with the package name, 'This package' or similar. * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking serialization versions ... OK * checking whether package 'SlopeDiffTest' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE .prepare_result: no visible binding for '<<-' assignment to 'Result_pariwise' .prepare_result: no visible binding for global variable 'Result_pariwise' .prepare_result: no visible binding for global variable 'slope_diff_coef' .prepare_result: no visible binding for global variable 'slope_diff_t' .prepare_result: no visible binding for global variable 'slope_diff_p' .prepare_result: no visible binding for global variable 'slope_diff_LB' .prepare_result: no visible binding for global variable 'slope_diff_UB' .print_coef_diff: no visible global function definition for 'symnum' .slpdiff_private: no visible binding for '<<-' assignment to 'Result_pariwise' .slpdiff_private: no visible binding for '<<-' assignment to 'is_t_test' .slpdiff_private: no visible binding for '<<-' assignment to 'slope_diff_coef' .slpdiff_private: no visible global function definition for 'vcov' .slpdiff_private: no visible binding for '<<-' assignment to 'slope_diff_t' .slpdiff_private: no visible binding for global variable 'slope_diff_coef' .slpdiff_private: no visible binding for '<<-' assignment to 'slope_diff_p' .slpdiff_private: no visible global function definition for 'pt' .slpdiff_private: no visible binding for global variable 'slope_diff_t' .slpdiff_private: no visible global function definition for 'qt' .slpdiff_private: no visible binding for '<<-' assignment to 'slope_diff_z' .slpdiff_private: no visible global function definition for 'pnorm' .slpdiff_private: no visible binding for global variable 'slope_diff_z' .slpdiff_private: no visible global function definition for 'coef' .slpdiff_private: no visible binding for global variable 'is_t_test' .slpdiff_private: no visible binding for '<<-' assignment to 'slope_diff_LB' .slpdiff_private: no visible binding for '<<-' assignment to 'slope_diff_UB' .slpdiff_private: no visible binding for global variable 'Result_pariwise' slopediff_all_pairs: no visible global function definition for 'coef' slopediff_all_pairs: no visible binding for global variable 'is_t_test' slopediff_one_pair: no visible binding for global variable 'is_t_test' Undefined global functions or variables: Result_pariwise coef is_t_test pnorm pt qt slope_diff_LB slope_diff_UB slope_diff_coef slope_diff_p slope_diff_t slope_diff_z symnum vcov Consider adding importFrom("stats", "coef", "pnorm", "pt", "qt", "symnum", "vcov") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... OK * checking PDF version of manual ... [13s] OK * checking HTML version of manual ... OK * DONE Status: 2 NOTEs