CRAN Package Check Results for Package moranajp

Last updated on 2023-10-27 08:01:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.6 OK
r-devel-linux-x86_64-debian-gcc 0.9.6 6.32 48.29 54.61 OK
r-devel-linux-x86_64-fedora-clang 0.9.6 80.07 ERROR
r-devel-linux-x86_64-fedora-gcc 0.9.6 88.94 ERROR
r-devel-windows-x86_64 0.9.6 12.00 82.00 94.00 OK
r-patched-linux-x86_64 0.9.6 6.06 59.41 65.47 OK
r-release-linux-x86_64 0.9.6 5.21 61.09 66.30 OK
r-release-macos-arm64 0.9.6 46.00 OK
r-release-macos-x86_64 0.9.6 56.00 OK
r-release-windows-x86_64 0.9.6 16.00 92.00 108.00 OK
r-oldrel-macos-arm64 0.9.6 35.00 OK
r-oldrel-macos-x86_64 0.9.6 47.00 OK
r-oldrel-windows-x86_64 0.9.6 16.00 95.00 111.00 OK

Check Details

Version: 0.9.6
Check: examples
Result: ERROR
    Running examples in ‘moranajp-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: draw_bigram_network
    > ### Title: Draw bigram network using morphological analysis data.
    > ### Aliases: draw_bigram_network bigram bigram_depend bigram_network
    > ### word_freq bigram_network_plot
    >
    > ### ** Examples
    >
    > library(magrittr)
    > data(synonym)
    > synonym <- unescape_utf(synonym)
    >
    > data(neko_mecab)
    > neko_mecab <-
    + neko_mecab %>%
    + unescape_utf() %>%
    + add_sentence_no() %>%
    + clean_up(use_common_data = TRUE, synonym_df = synonym)
    Joining with `by = join_by(原形)`
    >
    > bigram_neko <-
    + neko_mecab %>%
    + draw_bigram_network()
    Joining with `by = join_by(原形)`
    Error in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
     conversion failure on '人間' in 'mbcsToSbcs': for 人
    Calls: %>% ... drawDetails -> drawDetails.text -> grid.Call.graphics
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc