* using log directory 'd:/RCompile/CRANincoming/R-devel/easyViz.Rcheck' * using R Under development (unstable) (2025-05-03 r88188 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'easyViz/DESCRIPTION' ... OK * this is package 'easyViz' version '1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Luca Corlatti ' New submission Non-FOSS package license (`CC BY-NC 4.0`) Possibly misspelled words in DESCRIPTION: GAMs (2:62, 6:170) easyViz (6:14) gam (6:267, 6:502) glm (6:214, 6:252) glmmTMB (6:219, 6:228, 6:475, 6:484) mgcv (6:261, 6:496) rstanarm (6:237) stan (6:247) 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 'easyViz' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... WARNING Non-standard license specification: `CC BY-NC 4.0` Standardizable: FALSE * 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 easyViz: no visible global function definition for 'rgb' easyViz: no visible global function definition for 'formula' easyViz: no visible global function definition for 'glm' easyViz: no visible global function definition for 'gaussian' easyViz: no visible binding for global variable 'median' easyViz: no visible global function definition for 'quantile' easyViz: no visible global function definition for 'predict' easyViz : get_linkinv: no visible binding for global variable 'pnorm' easyViz: no visible global function definition for 'par' easyViz: no visible global function definition for 'polygon' easyViz: no visible global function definition for 'adjustcolor' easyViz: no visible global function definition for 'lines' easyViz: no visible global function definition for 'legend' easyViz: no visible global function definition for 'points' easyViz: no visible global function definition for 'arrows' easyViz: no visible global function definition for 'axis' Undefined global functions or variables: adjustcolor arrows axis formula gaussian glm legend lines median par pnorm points polygon predict quantile rgb Consider adding importFrom("grDevices", "adjustcolor", "rgb") importFrom("graphics", "arrows", "axis", "legend", "lines", "par", "points", "polygon") importFrom("stats", "formula", "gaussian", "glm", "median", "pnorm", "predict", "quantile") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... NOTE Rd file 'easyViz.Rd': \examples lines wider than 100 characters: easyViz(model, data = mtcars, predictor = "hp", bty="n", point_col = "black", ci_polygon_col = "green") # easyViz(glmmTMB_model, data = mtcars, predictor = "am", ylim=c(10,35), cat_labels = c("manual", "automatic")) # easyViz(stan_model, data = mtcars, predictor = "hp", by="wt", ci_polygon_col = c("lightgreen", "green", "darkgreen"), add_legend = TR ... [TRUNCATED] 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 ... [13s] OK * checking HTML version of manual ... OK * DONE Status: 1 WARNING, 3 NOTEs