Last updated on 2025-12-20 13:50:36 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 14.49 | 36.38 | 50.87 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 11.71 | 27.57 | 39.28 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 22.00 | 53.58 | 75.58 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 22.00 | 49.17 | 71.17 | ERROR | |
| r-devel-windows-x86_64 | 0.1.0 | 16.00 | 62.00 | 78.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 14.34 | 32.82 | 47.16 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 13.71 | 33.24 | 46.95 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 11.00 | 38.00 | 49.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 13.00 | 61.00 | 74.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 11.00 | 39.00 | 50.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.1.0 | 13.00 | 70.00 | 83.00 | NOTE |
Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Timothy Conwell <timconwell@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Timothy",
family = "Conwell",
role = c("aut", "cre"),
email = "timconwell@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘textTools-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ngrams
> ### Title: Create n-grams
> ### Aliases: ngrams
>
> ### ** Examples
>
> ngrams(
+ as.text.table(
+ x = as.data.table(
+ list(
+ col1 = c(
+ "a",
+ "b"
+ ),
+ col2 = c(
+ tolower("The dog is nice because it picked up the newspaper."),
+ tolower("The dog is extremely nice because it does the dishes.")
+ )
+ )
+ ),
+ text = "col2",
+ split = " "
+ ),
+ text = "col2",
+ group_by = "col1",
+ n = 2
+ )
Error in `[.data.table`(y, , `:=`(paste0(count_col_name), .N), group_by_text) :
attempt access index 2/2 in VECTOR_ELT
Calls: ngrams -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘textTools-Ex.R’ failed
The error most likely occurred in:
> ### Name: ngrams
> ### Title: Create n-grams
> ### Aliases: ngrams
>
> ### ** Examples
>
> ngrams(
+ as.text.table(
+ x = as.data.table(
+ list(
+ col1 = c(
+ "a",
+ "b"
+ ),
+ col2 = c(
+ tolower("The dog is nice because it picked up the newspaper."),
+ tolower("The dog is extremely nice because it does the dishes.")
+ )
+ )
+ ),
+ text = "col2",
+ split = " "
+ ),
+ text = "col2",
+ group_by = "col1",
+ n = 2
+ )
Error in `[.data.table`(y, , `:=`(paste0(count_col_name), .N), group_by_text) :
attempt access index 2/2 in VECTOR_ELT
Calls: ngrams -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64