* using log directory ‘/srv/hornik/tmp/CRAN_pretest/rCCWF.Rcheck’ * using R Under development (unstable) (2024-11-24 r87369) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.1 (1) Debian flang-new version 19.1.1 (1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘rCCWF/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘rCCWF’ version ‘0.1.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/3s] NOTE Maintainer: ‘Maya Ramchandran ’ New submission No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Maya", family = "Ramchandran", role = c("aut", "cre"), email = "ramchandran.maya@gmail.com") as necessary. The Description field contains can be found here: https://arxiv.org/abs/2105.07610 Please enclose URLs in angle brackets (<...>). The Description field contains can be found here: https://arxiv.org/abs/2105.07610 Please refer to arXiv e-prints via their arXiv DOI . * 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 ‘rCCWF’ can be installed ... [1s/1s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Description field: should contain one or more complete sentences. License components which are templates and need '+ file LICENSE': MIT * checking top-level files ... NOTE Non-standard files/directories found at top level: ‘README_files’ ‘test_1.dat’ ‘test_1.log’ ‘test_1.mem’ ‘test_1.noisy’ ‘test_2.dat’ ‘test_2.log’ ‘test_2.mem’ ‘test_2.noisy’ ‘test_3.dat’ ‘test_3.log’ ‘test_3.mem’ ‘test_3.noisy’ ‘test_4.dat’ ‘test_4.log’ ‘test_4.mem’ ‘test_4.noisy’ ‘test_5.dat’ ‘test_5.log’ ‘test_5.mem’ ‘test_5.noisy’ ‘test_info.log’ * 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 ... WARNING '::' or ':::' imports not declared from: ‘furrr’ ‘future’ ‘ggplot2’ ‘glmnet’ ‘parsnip’ ‘recipes’ ‘tibble’ ‘yardstick’ * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [2s/2s] NOTE cluster_ensemble_workflow : : : no visible binding for global variable ‘truth’ cluster_ensemble_workflow : : : no visible binding for global variable ‘estimate’ cluster_ensemble_workflow : : no visible binding for global variable ‘.metric’ cluster_ensemble_workflow : : no visible binding for global variable ‘.estimate’ cluster_ensemble_workflow: no visible binding for global variable ‘method’ cluster_ensemble_workflow: no visible binding for global variable ‘rmse’ create_clusters: no visible binding for global variable ‘cluster’ crosscluster_fit : : no visible global function definition for ‘all_of’ plot_performance_comparison: no visible global function definition for ‘:=’ plot_performance_comparison: no visible binding for global variable ‘method’ plot_performance_comparison: no visible binding for global variable ‘.data’ sim_data_gaussian: no visible global function definition for ‘runif’ sim_data_gaussian : : no visible global function definition for ‘runif’ sim_data_gaussian: no visible global function definition for ‘rnorm’ sim_data_gaussian: no visible global function definition for ‘setNames’ sim_data_monte: no visible global function definition for ‘runif’ sim_data_monte : : no visible global function definition for ‘runif’ sim_data_monte: no visible global function definition for ‘rnorm’ sim_data_monte: no visible global function definition for ‘setNames’ Undefined global functions or variables: .data .estimate .metric := all_of cluster estimate method rmse rnorm runif setNames truth Consider adding importFrom("stats", "rnorm", "runif", "setNames") 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 ... OK * checking for code/documentation mismatches ... WARNING Functions or methods with usage in Rd file 'hello.Rd' but not in code: ‘hello’ * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking files in ‘vignettes’ ... WARNING Files in the 'vignettes' directory but no files in 'inst/doc': ‘example.Rmd’ ‘test_1.dat’ ‘test_1.log’ ‘test_1.mem’ ‘test_1.noisy’ ‘test_2.dat’ ‘test_2.log’ ‘test_2.mem’ ‘test_2.noisy’ ‘test_info.log’ Package has no Sweave vignette sources and no VignetteBuilder field. The following files look like leftovers/mistakes: ‘test_1.log’, ‘test_2.log’, ‘test_info.log’ Please remove them from your package. * checking examples ... [0s/0s] ERROR Running examples in ‘rCCWF-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: hello > ### Title: Hello, World! > ### Aliases: hello > > ### ** Examples > > hello() Error in hello() : could not find function "hello" Execution halted * checking package vignettes ... NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? * checking PDF version of manual ... [2s/2s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 3 WARNINGs, 5 NOTEs