Last updated on 2025-12-25 11:51:05 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 5.28 | 47.67 | 52.95 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 3.29 | 34.92 | 38.21 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 10.00 | 74.81 | 84.81 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 10.00 | 77.27 | 87.27 | NOTE | |
| r-devel-windows-x86_64 | 1.0.0 | 7.00 | 61.00 | 68.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.0 | 3.98 | 41.14 | 45.12 | 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 | 7.00 | 60.00 | 67.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 | 9.00 | 72.00 | 81.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