- using R version 4.4.2 Patched (2025-01-18 r87609)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.2.0-12) 14.2.0
GNU Fortran (Debian 14.2.0-12) 14.2.0
- running under: Debian GNU/Linux trixie/sid
- using session charset: UTF-8
- checking for file ‘sentopics/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘sentopics’ version ‘0.7.4’
- 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 ‘sentopics’ can be installed ... OK
See the install log for details.
- used C++ compiler: ‘g++-14 (Debian 14.2.0-12) 14.2.0’
- checking package directory ... OK
- checking for future file timestamps ... 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 ... [2s/3s] OK
- checking whether the package can be loaded with stated dependencies ... [2s/3s] OK
- checking whether the package can be unloaded cleanly ... [2s/3s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s/5s] OK
- checking whether the namespace can be unloaded cleanly ... [3s/4s] OK
- checking loading without being on the library search path ... [3s/4s] OK
- checking whether startup messages can be suppressed ... [3s/3s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [26s/37s] OK
- checking Rd files ... [1s/1s] 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 ... [3s/4s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [38s/56s] OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
topWords 6.351 0.156 8.387
plot.sentopicmodel 5.414 0.136 6.265
LDAvis 4.380 0.170 5.465
chainsScores 2.210 0.137 7.387
fit.sentopicmodel 1.525 0.094 7.641
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [145s/192s] ERROR
Running ‘testthat.R’ [144s/192s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
>
> library("testthat")
> library("sentopics")
>
> if (Sys.getenv("R_COVR") != "true") {
+ test_check("sentopics")
+ } else {
+ test_check("sentopics", reporter = default_reporter())
+ # test_check("sentopics", reporter = LocationReporter)
+ }
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
[ FAIL 1 | WARN 1 | SKIP 1 | PASS 342 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-parallel_chains.R:97:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-others.R:2:3'): get_ECB_conferences works ──────────────────────
Error in `utils::download.file(sprintf("https://www.ecb.europa.eu/press/press_conference/monetary-policy-statement/%s/html/index_include.en.html",
year), file <- tempfile(), quiet = TRUE)`: cannot open URL 'https://www.ecb.europa.eu/press/press_conference/monetary-policy-statement/1998/html/index_include.en.html'
Backtrace:
▆
1. └─sentopics:::get_ECB_press_conferences(years = 1998) at test-others.R:2:3
2. └─base::lapply(...)
3. └─sentopics (local) FUN(X[[i]], ...)
4. └─utils::download.file(...)
[ FAIL 1 | WARN 1 | SKIP 1 | PASS 342 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [87s/97s] OK
- checking PDF version of manual ... [6s/8s] OK
- checking HTML version of manual ... [2s/4s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR