* using log directory ‘/srv/hornik/tmp/CRAN/ResUniv.Rcheck’ * using R Under development (unstable) (2024-03-29 r86229) * 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 ‘ResUniv/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘ResUniv’ version ‘0.1.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [2s/2s] 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:90) Ciencias (11:81) El (8:14) Está (11:7) Faculad (11:70) Frecuencias (3:51) Medidas (3:8) También (9:7) UNJu (11:105) agrupadas (9:108) alumnos (11:25) análisis (9:89) año (11:44) carreras (11:55) clásicas (9:52) continuos (4:37, 8:118) cuando (9:61) datos (4:9, 8:90) de (3:16, 3:48, 8:63, 8:74, 9:38, 9:98, 11:33, 11:48, 11:64, 11:78, 11:99) desea (9:71) discretos (4:25, 8:106) el (10:50) exportar (10:18) frecuencia (9:41) las (10:27, 11:51) medidas (8:66) numéricos (4:15, 8:96) obtener (8:33, 9:23) otros (11:113) paquete (8:17) pensado (11:12) permite (8:25, 9:15) portapapeles (10:53) posible (10:10) realizar (9:77) resumen (3:19, 8:77) rápidamente (8:41) salidas (10:31) se (9:68) segundo (11:36) serie (8:57) simples (8:138) un (9:86) una (8:53) 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 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 ‘ResUniv’ can be installed ... [1s/1s] 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 ... [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 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 ... [0s/0s] 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 ... [0s/0s] ERROR Running examples in ‘ResUniv-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: s_simple > ### Title: Medidas de resumen univariadas en series numéricas simples. > ### Aliases: s_simple > > ### ** Examples > > > x = runif(20, 10, 20) > s_simple(x, decimales = 2, clipboard = TRUE) # devuelve las medidas de resumen y copia en el 'clipboard' para su exportación. -------------------------------------------- === Medidas de resumen - Series Simples === -------------------------------------------- V.a. cuantitativa continua Tamaño muestral: 20 Valores faltantes: - Valores Inf: - Media : 15.55 Media recortada al 5% : 15.58 Media recortada al 10% : 15.58 Min. : 10.62 Max. : 19.92 10% : 11.89 20% : 12.36 25% : 13.19 40% : 14.41 50% : 16.01 60% : 16.74 75% : 17.74 80% : 18.38 90% : 19.26 Varianza muestral : 8.19 Desviación típica muestral : 2.86 CV : 18.4 ee : 0.64 Rango : 9.3 RI : 4.55 Asimetría (momentos) : -0.11 Curtosis (momentos) : 1.78 Valor/es atípico/s (1,5 x RI): - Valor/es extremo/s (3 x RI): - IC 80%: [ 14.7, 16.4 ] IC 90%: [ 14.45, 16.66 ] IC 95%: [ 14.21, 16.89 ] IC 99%: [ 13.72, 17.38 ] --------------------------------------------Error in file(file, ifelse(append, "a", "w")) : 'mode' for the clipboard must be 'r' on Unix Calls: s_simple -> write.table -> file Execution halted * 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, 2 WARNINGs, 4 NOTEs