CRAN Package Check Results for Package wordcloud2

Last updated on 2026-06-08 03:50:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 2.62 32.21 34.83 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.1 1.66 24.43 26.09 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 54.48 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 65.19 OK
r-devel-windows-x86_64 0.2.1 5.00 53.00 58.00 OK
r-patched-linux-x86_64 0.2.1 2.76 30.16 32.92 OK
r-release-linux-x86_64 0.2.1 2.47 29.65 32.12 OK
r-release-macos-arm64 0.2.1 1.00 19.00 20.00 OK
r-release-macos-x86_64 0.2.1 2.00 63.00 65.00 OK
r-release-windows-x86_64 0.2.1 5.00 54.00 59.00 OK
r-oldrel-macos-arm64 0.2.1 OK
r-oldrel-macos-x86_64 0.2.1 2.00 45.00 47.00 OK
r-oldrel-windows-x86_64 0.2.1 5.00 61.00 66.00 OK

Check Details

Version: 0.2.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dawei Lang <chiffonlang@icloud.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Dawei", family = "Lang", role = c("aut", "cre"), email = "chiffonlang@icloud.com"), person(given = "Guan-tin", family = "Chien", role = "aut")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘wordcloud2-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: letterCloud > ### Title: Create wordcloud with the shape of a word > ### Aliases: letterCloud > > ### ** Examples > > library(wordcloud2) > > letterCloud(demoFreq,"R") Warning in file.create(to[okay]) : cannot create file 'lib/htmltools-fill-0.5.9/fill.css', reason 'No space left on device' Warning in file.create(to[okay]) : cannot create file 'lib/htmlwidgets-1.6.4/htmlwidgets.js', reason 'No space left on device' Warning in dir.create(target_dir) : cannot create dir 'lib/wordcloud2-0.0.1', reason 'No space left on device' Error in normalizePath(target_dir, "/", TRUE) : path[1]="lib/wordcloud2-0.0.1": No such file or directory Calls: <Anonymous> ... lapply -> FUN -> copyDependencyToDir -> normalizePath Execution halted Flavor: r-devel-linux-x86_64-debian-gcc