CRAN Package Check Results for Package hunspell

Last updated on 2023-10-02 20:12:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.2 68.63 46.14 114.77 NOTE
r-devel-linux-x86_64-debian-gcc 3.0.2 45.92 40.87 86.79 NOTE
r-devel-linux-x86_64-fedora-clang 3.0.2 126.76 NOTE
r-devel-linux-x86_64-fedora-gcc 3.0.2 185.63 NOTE
r-devel-windows-x86_64 3.0.2 55.00 93.00 148.00 NOTE
r-patched-linux-x86_64 3.0.2 73.23 45.02 118.25 ERROR
r-release-linux-x86_64 3.0.2 68.82 51.64 120.46 NOTE
r-release-macos-arm64 3.0.2 65.00 NOTE
r-release-macos-x86_64 3.0.2 97.00 NOTE
r-release-windows-x86_64 3.0.2 68.00 103.00 171.00 NOTE
r-oldrel-macos-arm64 3.0.2 62.00 NOTE
r-oldrel-macos-x86_64 3.0.2 126.00 NOTE
r-oldrel-windows-x86_64 3.0.2 74.00 104.00 178.00 OK

Additional issues

M1mac

Check Details

Version: 3.0.2
Check: C++ specification
Result: NOTE
     Specified C++11: please drop specification unless essential
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 3.0.2
Check: examples
Result: ERROR
    Running examples in ‘hunspell-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### 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': status was 'SSL connect error'
    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-patched-linux-x86_64

Version: 3.0.2
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-patched-linux-x86_64

Version: 3.0.2
Check: installed package size
Result: NOTE
     installed size is 7.8Mb
     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