Last updated on 2025-10-12 20:49:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.7 | 5.70 | 51.62 | 57.32 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9.7 | 4.66 | 38.86 | 43.52 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9.7 | 48.56 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.7 | 54.64 | ERROR | |||
r-devel-windows-x86_64 | 0.9.7 | 10.00 | 76.00 | 86.00 | NOTE | |
r-patched-linux-x86_64 | 0.9.7 | 6.33 | 48.18 | 54.51 | NOTE | |
r-release-linux-x86_64 | 0.9.7 | 6.20 | 48.73 | 54.93 | ERROR | |
r-release-macos-arm64 | 0.9.7 | 45.00 | NOTE | |||
r-release-macos-x86_64 | 0.9.7 | 71.00 | NOTE | |||
r-release-windows-x86_64 | 0.9.7 | 10.00 | 78.00 | 88.00 | NOTE | |
r-oldrel-macos-arm64 | 0.9.7 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 0.9.7 | 105.00 | OK | |||
r-oldrel-windows-x86_64 | 0.9.7 | 14.00 | 96.00 | 110.00 | OK |
Version: 0.9.7
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.2.0 because package code uses the pipe
placeholder syntax added in R 4.2.0.
File(s) using such syntax:
‘bigram.R’ ‘moranajp.R’
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-windows-x86_64
Version: 0.9.7
Check: examples
Result: ERROR
Running examples in ‘moranajp-Ex.R’ failed
The error most likely occurred in:
> ### Name: out_cols_chamame
> ### Title: Morphological analysis for Japanese text by web chamame
> ### Aliases: out_cols_chamame web_chamame html_radio_set is_radio
>
> ### ** Examples
>
> text <-
+ paste0("\\u3059",
+ paste0(rep("\\u3082",8),collapse=""),
+ "\\u306e\\u3046\\u3061") |>
+ unescape_utf()
> web_chamame(text)
Error in open.connection(x, "rb") : cannot open the connection
Calls: web_chamame -> <Anonymous> -> read_html.default
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.9.7
Check: examples
Result: ERROR
Running examples in ‘moranajp-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: out_cols_chamame
> ### Title: Morphological analysis for Japanese text by web chamame
> ### Aliases: out_cols_chamame web_chamame html_radio_set is_radio
>
> ### ** Examples
>
> text <-
+ paste0("\\u3059",
+ paste0(rep("\\u3082",8),collapse=""),
+ "\\u306e\\u3046\\u3061") |>
+ unescape_utf()
> web_chamame(text)
Error in open.connection(x, "rb") : cannot open the connection
Calls: web_chamame -> <Anonymous> -> read_html.default
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.9.7
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘bigram.R’ ‘clean_up.R’ ‘make_group.R’ ‘moranajp.R’ ‘utils_id.R’
Flavor: r-release-macos-x86_64