Last updated on 2025-12-20 11:50:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 5.46 | 47.38 | 52.84 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.41 | 35.09 | 39.50 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 9.00 | 73.29 | 82.29 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 8.00 | 65.08 | 73.08 | ERROR | |
| r-devel-windows-x86_64 | 1.0.0 | 7.00 | 61.00 | 68.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.0 | 4.67 | 41.95 | 46.62 | NOTE | |
| r-release-linux-x86_64 | 1.0.0 | 4.94 | 42.01 | 46.95 | NOTE | |
| r-release-macos-arm64 | 1.0.0 | NOTE | ||||
| r-release-macos-x86_64 | 1.0.0 | 4.00 | 41.00 | 45.00 | NOTE | |
| r-release-windows-x86_64 | 1.0.0 | 9.00 | 59.00 | 68.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 4.00 | 36.00 | 40.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 10.00 | 73.00 | 83.00 | OK |
Version: 1.0.0
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:
‘nlp_build_chunks.R’ ‘sem_search_corpus.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: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘textpress-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: nlp_split_paragraphs
> ### Title: Split Text into Paragraphs
> ### Aliases: nlp_split_paragraphs
>
> ### ** Examples
>
> tif <- data.frame(doc_id = c('1', '2'),
+ text = c("Hello world.\n\nMind your business!",
+ "This is an example.n\nThis is a party!"))
> paragraphs <- nlp_split_paragraphs(tif)
Error in `[.data.table`(df_long, , `:=`(paragraph_id, seq_len(.N)), by = .(doc_id)) :
attempt access index 2/2 in VECTOR_ELT
Calls: nlp_split_paragraphs -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘textpress-Ex.R’ failed
The error most likely occurred in:
> ### Name: nlp_split_paragraphs
> ### Title: Split Text into Paragraphs
> ### Aliases: nlp_split_paragraphs
>
> ### ** Examples
>
> tif <- data.frame(doc_id = c('1', '2'),
+ text = c("Hello world.\n\nMind your business!",
+ "This is an example.n\nThis is a party!"))
> paragraphs <- nlp_split_paragraphs(tif)
Error in `[.data.table`(df_long, , `:=`(paragraph_id, seq_len(.N)), by = .(doc_id)) :
attempt access index 2/2 in VECTOR_ELT
Calls: nlp_split_paragraphs -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc