* using log directory ‘/srv/hornik/tmp/CRAN_pretest/tagcloud.Rcheck’ * using R Under development (unstable) (2025-06-16 r88324) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (3) Debian flang-new version 19.1.7 (3) * running under: Debian GNU/Linux 13 (trixie) * using session charset: UTF-8 * checking for file ‘tagcloud/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘tagcloud’ version ‘0.7.0’ * checking CRAN incoming feasibility ... [4s/4s] NOTE Maintainer: ‘Koki Tsuyuzaki ’ New maintainer: Koki Tsuyuzaki Old maintainer(s): January Weiner Package has a VignetteBuilder field but no prebuilt vignette index. Found the following (possibly) invalid URLs: URL: http://logfc.wordpress.com (moved to https://logfc.wordpress.com/) From: DESCRIPTION Status: 301 Message: Moved Permanently For content that is 'Moved Permanently', please change http to https, add trailing slashes, or replace the old by the new URL. * 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 ... NOTE Found the following hidden files and directories: .write-test-a2b6a966-1d69-4581-8c8a-7c3d30c7ab82 .write-test-eecd35c7-6511-4105-846d-bfad945e8713 These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. CRAN-pack does not know about .write-test-a2b6a966-1d69-4581-8c8a-7c3d30c7ab82 .write-test-eecd35c7-6511-4105-846d-bfad945e8713 * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘tagcloud’ can be installed ... [6s/6s] OK * used C++ compiler: ‘Debian clang version 19.1.7 (3)’ * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * 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 ... [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 ... [3s/3s] NOTE plot.tagcloud: no visible global function definition for ‘is’ Undefined global functions or variables: is Consider adding importFrom("methods", "is") to your NAMESPACE file (and ensure that your DESCRIPTION Imports field contains 'methods'). Found if() conditions comparing class() to string: File ‘tagcloud/R/smoothPalette.R’: if (class(pal) == "try-error") ... Use inherits() (or maybe is()) instead. * 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 Codoc mismatches from Rd file 'tagcloud.Rd': tagcloud Code: function(tags, weights = 1, algorithm = "oval", scale = "auto", scale.multiplier = 1, order = "size", sel = NULL, wmin = NULL, wmax = NULL, floor = 1, ceiling = 3, family = NULL, col = NULL, fvert = 0, weightiscex = FALSE, plot = TRUE, add = FALSE) Docs: function(tags, weights = 1, algorithm = "oval", scale = "auto", scale.multiplier = 1, order = "size", sel = NULL, wmin = NULL, wmax = NULL, floor = 1, ceiling = 3, family = NULL, col = NULL, fvert = 0, plot = TRUE, add = FALSE) Argument names in code not in docs: weightiscex Mismatches in argument names: Position: 15 Code: weightiscex Docs: plot Position: 16 Code: plot Docs: add * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... [0s/0s] OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking files in ‘vignettes’ ... WARNING Files in the 'vignettes' directory but no files in 'inst/doc': ‘tagcloud-fig5plot.pdf’ ‘tagcloud-fig5plot.png’ ‘tagcloud.pdf’ ‘tagcloud.rmd’ * checking examples ... [1s/1s] OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... WARNING Directory 'inst/doc' does not exist. Package vignette without corresponding single PDF/HTML: ‘tagcloud.rmd’ * checking re-building of vignette outputs ... [0s/0s] OK * 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: 3 WARNINGs, 3 NOTEs