* using log directory ‘/srv/hornik/tmp/CRAN/SlopeDiffTest.Rcheck’ * using R Under development (unstable) (2024-04-21 r86458) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 17.0.6 (5) Debian flang-new version 17.0.6 (5) * running under: Debian GNU/Linux trixie/sid * 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 ... [3s/3s] NOTE Maintainer: ‘Yijun Cheng ’ New submission Possibly misspelled words in DESCRIPTION: Benjamini (13:652) Bonferroni (13:624) Hochberg (13:662) Sidak (13:641) Unilevel (4:9) al (13:152) et (13:149) experimentwise (13:684) lme (13:394) nlme (13:385) unilevel (13:221) Unknown, possibly misspelled, fields in DESCRIPTION: ‘Authors’ 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘SlopeDiffTest’ can be installed ... [1s/1s] 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 ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] 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 ... [2s/2s] 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’ printCoefDiff: no visible global function definition for ‘symnum’ 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’ 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’ 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 ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING Undocumented code objects: ‘prepare_result’ ‘printCoefDiff’ ‘slpdiff_private’ All user-level objects in a package should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... WARNING Undocumented arguments in Rd file 'slopediff_all_pairs.Rd' ‘Decimals’ Documented arguments not in \usage in Rd file 'slopediff_all_pairs.Rd': ‘Decimal’ Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... NONE * checking PDF version of manual ... [2s/2s] OK * checking HTML version of manual ... [0s/0s] OK * checking for code which exercises the package ... WARNING No examples, no tests, no vignettes * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 3 WARNINGs, 2 NOTEs