Last updated on 2025-04-17 05:49:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.22 | 1.64 | 25.58 | 27.22 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.22 | 1.80 | 17.27 | 19.07 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.22 | 42.17 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.22 | 43.61 | NOTE | |||
r-devel-windows-x86_64 | 0.0.22 | 4.00 | 55.00 | 59.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.22 | 2.57 | 26.51 | 29.08 | NOTE | |
r-release-linux-x86_64 | 0.0.22 | 2.28 | 26.05 | 28.33 | NOTE | |
r-release-macos-arm64 | 0.0.22 | 31.00 | NOTE | |||
r-release-macos-x86_64 | 0.0.22 | 47.00 | NOTE | |||
r-release-windows-x86_64 | 0.0.22 | 5.00 | 57.00 | 62.00 | NOTE | |
r-oldrel-macos-arm64 | 0.0.22 | 29.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.22 | 41.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.22 | 4.00 | 61.00 | 65.00 | OK |
Version: 0.0.22
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:
‘acep_load_base.Rd’ ‘acep_rst.Rd’ ‘acep_token_plot.R’
‘acep_token_table.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-macos-x86_64, r-release-windows-x86_64
Version: 0.0.22
Check: examples
Result: ERROR
Running examples in ‘ACEP-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: acep_clean
> ### Title: Limpieza de texto.
> ### Aliases: acep_clean
> ### Keywords: normalizacion
>
> ### ** Examples
>
> acep_clean("El SUTEBA fue al paro. Reclaman mejoras salariales.", rm_cesp = FALSE)
Warning in file(file, "rt") :
cannot open URL 'https://raw.githubusercontent.com/HDyCSC/datos/main/emojis.txt': HTTP status was '429 Unknown Error'
Error in file(file, "rt") :
cannot open the connection to 'https://raw.githubusercontent.com/HDyCSC/datos/main/emojis.txt'
Calls: acep_clean ... tryCatch -> tryCatchList -> <Anonymous> -> read.table -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc