- using R Under development (unstable) (2026-02-14 r89420)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
* current time: 2026-02-15 02:29:00 UTC
- using option ‘--no-stop-on-test-error’
- checking for file ‘TextForecast/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘TextForecast’ version ‘0.1.3’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘TextForecast’ can be installed ... [23s/54s] OK
See the install log for details.
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [6s/16s] OK
- checking whether the package can be loaded with stated dependencies ... [5s/14s] OK
- checking whether the package can be unloaded cleanly ... [6s/18s] OK
- checking whether the namespace can be loaded with stated dependencies ... [6s/14s] OK
- checking whether the namespace can be unloaded cleanly ... [7s/18s] OK
- checking loading without being on the library search path ... [6s/17s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... NOTE
Namespaces in Imports field not imported from:
‘doParallel’ ‘forecast’ ‘parallel’ ‘tidyr’
All declared Imports should be used.
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [30s/77s] OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [12s/32s] ERROR
Running examples in ‘TextForecast-Ex.R’ failed
The error most likely occurred in:
> ### Name: get_collocations
> ### Title: get_collocations function
> ### Aliases: get_collocations
>
> ### ** Examples
>
> path_name=system.file("news",package="TextForecast")
> days=c("2019-30-01","2019-31-01")
> z_coll=get_collocations(corpus_dates=days[1],path_name=path_name,
+ ntrms=500,ngrams_number=3,min_freq=1)
Downloading udpipe model from https://raw.githubusercontent.com/jwijffels/udpipe.models.ud.2.5/master/inst/udpipe-ud-2.5-191206/english-ewt-ud-2.5-191206.udpipe to /tmp/RtmprGjjSz/working_dir/Rtmpap4g8W/english-ewt-ud-2.5-191206.udpipe
- This model has been trained on version 2.5 of data from https://universaldependencies.org
- The model is distributed under the CC-BY-SA-NC license: https://creativecommons.org/licenses/by-nc-sa/4.0
- Visit https://github.com/jwijffels/udpipe.models.ud.2.5 for model license details.
- For a list of all models and their licenses (most models you can download with this package have either a CC-BY-SA or a CC-BY-SA-NC license) read the documentation at ?udpipe_download_model. For building your own models: visit the documentation by typing vignette('udpipe-train', package = 'udpipe')
trying URL 'https://raw.githubusercontent.com/jwijffels/udpipe.models.ud.2.5/master/inst/udpipe-ud-2.5-191206/english-ewt-ud-2.5-191206.udpipe'
Content type 'application/octet-stream' length 16309608 bytes (15.6 MB)
==================================================
downloaded 15.6 MB
Downloading finished, model stored at '/tmp/RtmprGjjSz/working_dir/Rtmpap4g8W/english-ewt-ud-2.5-191206.udpipe'
[1] "2019-30-01"
[1] "2026-02-15 02:36:55 GMT"
Error:
! `tbl_df()` was deprecated in dplyr 1.0.0 and is now defunct.
ℹ Please use `tibble::as_tibble()` instead.
Backtrace:
▆
1. └─TextForecast::get_collocations(...)
2. └─dplyr::tbl_df(Tdm.stack)
3. └─lifecycle::deprecate_stop("1.0.0", "tbl_df()", "tibble::as_tibble()")
4. └─lifecycle:::deprecate_stop0(msg)
5. └─rlang::cnd_signal(...)
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [16s/43s] OK
- checking PDF version of manual ... [7s/21s] OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR, 1 NOTE