* using log directory ‘/srv/hornik/tmp/CRAN_pretest/resumiR.Rcheck’ * using R Under development (unstable) (2025-01-26 r87642) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.6 (1+b1) Debian flang-new version 19.1.6 (1+b1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘resumiR/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘resumiR’ version ‘1.0.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/3s] NOTE Maintainer: ‘Juan Manuel Solís ’ New submission Possibly misspelled words in DESCRIPTION: Agrarias (15:220) Bioestadística (15:77) Ciencias (15:211) Continuos (4:37) Datos (4:9) De (3:16, 3:48) Discretos (4:25) El (12:14) Faculad (15:200) Frecuencias (3:51) Medidas (3:8) Numéricos (4:15) Resumen (3:19) Su (15:7) También (13:7) UNJu (15:235) Univariadas (3:27) agrupadas (13:119) análisis (13:100) aplicación (15:25) carreras (15:127, 15:149) clásicas (13:52) continuos (12:129) cuando (13:72) curso (15:54) datos (12:101) de (12:63, 12:74, 13:38, 13:109, 15:22, 15:74, 15:136, 15:158, 15:194, 15:208, 15:229) desea (13:82) didáctica (15:36) discretos (12:117) educativas (15:183) el (14:50, 15:103) exportar (14:18) frecuencia (13:41) grado (15:139, 15:161) gráficos (12:87, 13:63) introductorio (15:60) las (14:27, 15:123, 15:145) medidas (12:66) numéricos (12:107) objetivo (15:10) obtener (12:33, 13:23) ofertas (15:175) otras (15:169) paquete (12:17) permite (12:25, 13:15) portapapeles (14:53) posible (14:10) realizar (13:88) resumen (12:77) rápidamente (12:41) salidas (14:31) se (13:79) serie (12:57) simples (12:149) un (13:97, 15:51) una (12:53) utilizando (14:39, 15:92) * 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 ‘resumiR’ can be installed ... [2s/2s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘resumiR.R’ * 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 ... [1s/1s] 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 ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] 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 ... [3s/3s] OK * 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 ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [1s/1s] ERROR Running examples in ‘resumiR-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 > > library(resumiR) > # Ejemplo > x = iris[[1]] > s_simple(x, decimales = 2, recorte = 0.05, boxplot = TRUE, clipboard = TRUE) -------------------------------------------- === Medidas de resumen - Serie Simple === -------------------------------------------- V.a. cuantitativa continua n0: 150 n: 150 Valores faltantes (NA): 0 Valores ∞: 0 Media : 5.84 Media recortada al 5% : 5.82 Min. : 4.3 Max. : 7.9 25% : 5.1 50% : 5.8 75% : 6.4 Varianza muestral : 0.69 Desviación típica muestral : 0.83 CV : 14.17 ee : 0.07 Rango : 3.6 RI : 1.3 Asimetría (momentos) : 0.31 Curtosis (momentos) : 2.43 Valor/es atípico/s (1,5 x RI): 0 Valor/es extremo/s (3 x RI): 0 -------------------------------------------- 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 for unstated dependencies in ‘tests’ ... OK * checking tests ... [1s/1s] OK Running ‘testthat.R’ [1s/1s] * checking PDF version of manual ... [3s/3s] 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 NOTEs