Last updated on 2025-12-21 17:51:10 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| hollr | 13 | ||
| puremoe | 10 | 3 | |
| textpress | 4 | 6 | 3 |
Current CRAN status: OK: 13
Current CRAN status: NOTE: 10, OK: 3
Version: 1.0.2
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:
‘source_pmc.R’ ‘source_pubmed.R’ ‘source_pubtations.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
Current CRAN status: ERROR: 4, NOTE: 6, OK: 3
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