* using log directory 'd:/RCompile/CRANincoming/R-devel/data.table.threads.Rcheck' * using R Under development (unstable) (2024-09-25 r87194 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 'data.table.threads/DESCRIPTION' ... OK * this is package 'data.table.threads' version '1.0.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Anirban Chetia ' New submission Possibly misspelled words in DESCRIPTION: multithreading (2:16) parallelizable (7:32) No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Anirban", family = "Chetia", role = c("aut", "cre"), email = "ac4743@nau.edu") as necessary. The Title field should be in title case. Current version is: 'Analyze multithreading performance for data.table functions' In title case that is: 'Analyze Multithreading Performance for Data.table Functions' * 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 'data.table.threads' 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 ... NOTE Non-standard files/directories found at top level: 'LICENSE.md' 'data.table.threads.Rproj' * 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 findOptimalThreadCount: no visible global function definition for '.' findOptimalThreadCount: no visible binding for global variable 'median' plot.data_table_threads_benchmark: no visible binding for global variable 'median' plot.data_table_threads_benchmark: no visible binding for global variable 'threadCount' plot.data_table_threads_benchmark: no visible global function definition for '.' plot.data_table_threads_benchmark: no visible binding for global variable 'speedup' plot.data_table_threads_benchmark: no visible binding for global variable 'type' print.data_table_threads_benchmark: no visible global function definition for '.' print.data_table_threads_benchmark: no visible binding for global variable 'median' print.data_table_threads_benchmark: no visible binding for global variable 'threadCount' runBenchmarks: no visible global function definition for 'runif' runBenchmarks: no visible binding for global variable 'V1' runBenchmarks: no visible global function definition for '.' setThreadCount: no visible binding for global variable 'speedup' setThreadCount: no visible binding for global variable 'median' setThreadCount: no visible binding for global variable 'threadCount' Undefined global functions or variables: . V1 median runif speedup threadCount type Consider adding importFrom("stats", "median", "runif") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... NOTE Rd file 'findOptimalThreadCount.Rd': \examples lines wider than 100 characters: # Finding the best performing thread count for each benchmarked data.table function with a data size of 10000000 rows and 10 columns: Rd file 'plot.data_table_threads_benchmark.Rd': \examples lines wider than 100 characters: # Finding the best performing thread count for each benchmarked data.table function with a data size of 10000000 rows and 10 columns: Rd file 'print.data_table_threads_benchmark.Rd': \examples lines wider than 100 characters: # Finding the best performing thread count for each benchmarked data.table function with a data size of 10000000 rows and 10 columns: Rd file 'runBenchmarks.Rd': \examples lines wider than 100 characters: # Running a set of benchmarks for a data.table with 10000000 rows and 10 columns, for thread counts going from 1 to the maximum number ... [TRUNCATED] Rd file 'setThreadCount.Rd': \examples lines wider than 100 characters: # Finding the best performing thread count for each benchmarked data.table function with a data size of 10000000 rows and 10 columns: These lines will be truncated in the PDF manual. * 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 ... [27s] OK * checking HTML version of manual ... OK * DONE Status: 4 NOTEs