Last updated on 2025-11-11 02:50:34 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.22 | 2.23 | 29.30 | 31.53 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.0.22 | 1.72 | 21.27 | 22.99 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.0.22 | 43.93 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.22 | 41.52 | NOTE | |||
| r-devel-windows-x86_64 | 0.0.22 | 5.00 | 68.00 | 73.00 | NOTE | |
| r-patched-linux-x86_64 | 0.0.22 | 2.55 | 27.59 | 30.14 | NOTE | |
| r-release-linux-x86_64 | 0.0.22 | 2.19 | 26.08 | 28.27 | NOTE | |
| r-release-macos-arm64 | 0.0.22 | 1.00 | 30.00 | 31.00 | NOTE | |
| r-release-macos-x86_64 | 0.0.22 | 2.00 | 45.00 | 47.00 | NOTE | |
| r-release-windows-x86_64 | 0.0.22 | 4.00 | 47.00 | 51.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.0.22 | 1.00 | 28.00 | 29.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.22 | 2.00 | 39.00 | 41.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.22 | 5.00 | 60.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:
> ### 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 readRDS(url("https://github.com/HDyCSC/datos/raw/222dd7c060fabc2904c1ceffbea6958f9a275b57/stopwords.rds")) :
cannot open URL 'https://github.com/HDyCSC/datos/raw/222dd7c060fabc2904c1ceffbea6958f9a275b57/stopwords.rds': HTTP status was '502 Bad Gateway'
Error in readRDS(url("https://github.com/HDyCSC/datos/raw/222dd7c060fabc2904c1ceffbea6958f9a275b57/stopwords.rds")) :
cannot open the connection to 'https://github.com/HDyCSC/datos/raw/222dd7c060fabc2904c1ceffbea6958f9a275b57/stopwords.rds'
Calls: acep_clean -> tryCatch -> tryCatchList -> readRDS
Execution halted
Flavor: r-release-windows-x86_64