CRAN Package Check Results for Package hunspell

Last updated on 2024-07-23 05:57:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.3 61.00 49.34 110.34 OK
r-devel-linux-x86_64-debian-gcc 3.0.3 44.03 42.83 86.86 OK
r-devel-linux-x86_64-fedora-clang 3.0.3 199.28 OK
r-devel-linux-x86_64-fedora-gcc 3.0.3 184.93 OK
r-devel-windows-x86_64 3.0.3 57.00 91.00 148.00 OK
r-patched-linux-x86_64 3.0.3 70.22 55.01 125.23 OK
r-release-linux-x86_64 3.0.3 57.61 52.73 110.34 OK
r-release-macos-arm64 3.0.3 57.00 NOTE
r-release-macos-x86_64 3.0.3 73.00 NOTE
r-release-windows-x86_64 3.0.3 63.00 94.00 157.00 OK
r-oldrel-macos-arm64 3.0.3 85.00 NOTE
r-oldrel-macos-x86_64 3.0.3 154.00 NOTE
r-oldrel-windows-x86_64 3.0.3 66.00 210.00 276.00 ERROR

Check Details

Version: 3.0.3
Check: installed package size
Result: NOTE installed size is 7.9Mb sub-directories of 1Mb or more: dict 1.5Mb libs 5.3Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 3.0.3
Check: examples
Result: ERROR Running examples in 'hunspell-Ex.R' failed The error most likely occurred in: > ### Name: hunspell > ### Title: Hunspell Spell Checking and Morphological Analysis > ### Aliases: hunspell hunspell_find en_stats dicpath hunspell_parse > ### hunspell_check hunspell_suggest hunspell_analyze hunspell_stem > ### hunspell_info dictionary list_dictionaries > > ### ** Examples > > # Check individual words > words <- c("beer", "wiskey", "wine") > correct <- hunspell_check(words) > print(correct) [1] TRUE FALSE TRUE > > # Find suggestions for incorrect words > hunspell_suggest(words[!correct]) [[1]] [1] "whiskey" "whiskery" > > # Extract incorrect from a piece of text > bad <- hunspell("spell checkers are not neccessairy for langauge ninja's") > print(bad[[1]]) [1] "neccessairy" "langauge" > hunspell_suggest(bad[[1]]) [[1]] [1] "necessary" "necessarily" [[2]] [1] "language" "melange" > > # Stemming > words <- c("love", "loving", "lovingly", "loved", "lover", "lovely", "love") > hunspell_stem(words) [[1]] [1] "love" [[2]] [1] "loving" "love" [[3]] [1] "loving" [[4]] [1] "loved" "love" [[5]] [1] "lover" "love" [[6]] [1] "lovely" "love" [[7]] [1] "love" > hunspell_analyze(words) [[1]] [1] " st:love" [[2]] [1] " st:loving" " st:love fl:G" [[3]] [1] " st:loving fl:Y" [[4]] [1] " st:loved" " st:love fl:D" [[5]] [1] " st:lover" " st:love fl:R" [[6]] [1] " st:lovely" " st:love fl:Y" [[7]] [1] " st:love" > > # Check an entire latex document > tmpfile <- file.path(tempdir(), "1406.4806v1.tar.gz") > download.file("https://arxiv.org/e-print/1406.4806v1", tmpfile, mode = "wb") trying URL 'https://arxiv.org/e-print/1406.4806v1' Warning in download.file("https://arxiv.org/e-print/1406.4806v1", tmpfile, : URL 'https://arxiv.org/e-print/1406.4806v1': Timeout of 60 seconds was reached Error in download.file("https://arxiv.org/e-print/1406.4806v1", tmpfile, : cannot open URL 'https://arxiv.org/e-print/1406.4806v1' Execution halted Flavor: r-oldrel-windows-x86_64

Version: 3.0.3
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'intro.Rmd' using rmarkdown trying URL 'https://arxiv.org/e-print/1406.4806v1' Quitting from lines 68-73 [unnamed-chunk-4] (intro.Rmd) Error: processing vignette 'intro.Rmd' failed with diagnostics: cannot open URL 'https://arxiv.org/e-print/1406.4806v1' --- failed re-building 'intro.Rmd' SUMMARY: processing the following file failed: 'intro.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-windows-x86_64