* using log directory 'd:/RCompile/CRANincoming/R-devel/ResUniv.Rcheck' * using R version 4.4.0 alpha (2024-03-26 r86209 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 'ResUniv/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'ResUniv' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Juan Manuel Solís ' New submission Non-FOSS package license (This work is licensed under CC BY-NC-SA 4.0.) Possibly misspelled words in DESCRIPTION: Agrarias (11:92) Ciencias (11:83) El (8:14) Faculad (11:72) Frecuencias (3:51) Medidas (3:8) UNJu (11:107) agrupadas (9:111) alumnos (11:26) carreras (11:57) continuos (4:38, 8:120) cuando (9:63) datos (4:9, 8:91) de (3:16, 3:48, 8:64, 8:75, 9:39, 9:101, 11:34, 11:50, 11:66, 11:80, 11:101) desea (9:73) discretos (4:26, 8:108) el (10:50) exportar (10:18) frecuencia (9:42) las (10:27, 11:53) lisis (9:95) medidas (8:67) obtener (8:33, 9:24) otros (11:115) paquete (8:17) pensado (11:13) permite (8:25, 9:16) pidamente (8:44) portapapeles (10:53) posible (10:10) realizar (9:79) resumen (3:19, 8:78) ricos (4:20, 8:102) salidas (10:31) se (9:70) segundo (11:37) serie (8:58) sicas (9:57) simples (8:140) un (9:88) una (8:54) univariadas (3:27) utilizando (10:39) The Title field should be in title case. Current version is: 'Medidas de resumen univariadas y Tablas de Frecuencias para datos numéricos discretos o continuos.' In title case that is: 'Medidas De Resumen Univariadas y Tablas De Frecuencias Para Datos Numéricos Discretos o Continuos.' * 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 'ResUniv' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Title field: should not end in a period. Non-standard license specification: This work is licensed under CC BY-NC-SA 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 ... WARNING Found the following file with non-ASCII characters: R/ResUniv.R Portable packages must use only ASCII characters in their R code and NAMESPACE directives, except perhaps in comments. Use \uxxxx escapes for other characters. Function 'tools::showNonASCIIfile' can help in finding non-ASCII characters in files. * 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 s_agrupada : tff: no visible binding for global variable 'fi' s_agrupada: no visible binding for global variable 'fi' s_agrupada: no visible global function definition for 'write.table' s_simple: no visible global function definition for 'setNames' s_simple: no visible global function definition for 'quantile' s_simple: no visible global function definition for 'var' s_simple: no visible global function definition for 'sd' s_simple: no visible global function definition for 'boxplot.stats' s_simple: no visible global function definition for 'qt' s_simple: no visible global function definition for 'write.table' Undefined global functions or variables: boxplot.stats fi qt quantile sd setNames var write.table Consider adding importFrom("grDevices", "boxplot.stats") importFrom("stats", "qt", "quantile", "sd", "setNames", "var") importFrom("utils", "write.table") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... NOTE Rd file 's_agrupada.Rd': \usage lines wider than 90 characters: s_agrupada(x, decimales = 1, li = NULL, ls = NULL, a = NULL, derecha = TRUE, clipboard = FALSE) Rd file 's_simple.Rd': \examples lines wider than 100 characters: s_simple(x, decimales = 2, clipboard = TRUE) # devuelve las medidas de resumen y copia en el 'clipboard' para su exportación. 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 ... WARNING Undocumented arguments in Rd file 's_agrupada.Rd' 'x' 'decimales' 'li' 'ls' 'a' 'derecha' 'clipboard' Undocumented arguments in Rd file 's_simple.Rd' 'x' 'decimales' 'clipboard' 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 ... OK * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... OK * DONE Status: 2 WARNINGs, 4 NOTEs