Last updated on 2025-12-20 03:49:02 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.7.5 | 3.10 | 35.18 | 38.28 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.7.5 | 2.35 | 25.74 | 28.09 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.7.5 | 6.00 | 54.58 | 60.58 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.7.5 | 53.02 | ERROR | |||
| r-devel-windows-x86_64 | 1.7.5 | 7.00 | 60.00 | 67.00 | OK | |
| r-patched-linux-x86_64 | 1.7.5 | 3.46 | 31.43 | 34.89 | OK | |
| r-release-linux-x86_64 | 1.7.5 | 2.93 | 31.25 | 34.18 | OK | |
| r-release-macos-arm64 | 1.7.5 | OK | ||||
| r-release-macos-x86_64 | 1.7.5 | 2.00 | 35.00 | 37.00 | OK | |
| r-release-windows-x86_64 | 1.7.5 | 6.00 | 56.00 | 62.00 | OK | |
| r-oldrel-macos-arm64 | 1.7.5 | OK | ||||
| r-oldrel-macos-x86_64 | 1.7.5 | 3.00 | 27.00 | 30.00 | OK | |
| r-oldrel-windows-x86_64 | 1.7.5 | 7.00 | 68.00 | 75.00 | OK |
Version: 1.7.5
Check: examples
Result: ERROR
Running examples in ‘textshape-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: combine
> ### Title: Combine Elements
> ### Aliases: combine combine.default combine.data.frame
>
> ### ** Examples
>
> (x <- split_token(DATA[["state"]][1], FALSE))
[[1]]
[1] "Computer" "is" "fun" "." "Not" "too" "fun"
[8] "."
> combine(x)
[1] "Computer is fun. Not too fun."
>
> (x2 <- split_token(DATA[["state"]], FALSE))
[[1]]
[1] "Computer" "is" "fun" "." "Not" "too" "fun"
[8] "."
[[2]]
[1] "No" "it's" "not" "," "it's" "dumb" "."
[[3]]
[1] "What" "should" "we" "do" "?"
[[4]]
[1] "You" "liar" "," "it" "stinks" "!"
[[5]]
[1] "I" "am" "telling" "the" "truth" "!"
[[6]]
[1] "How" "can" "we" "be" "certain" "?"
[[7]]
[1] "There" "is" "no" "way" "."
[[8]]
[1] "I" "distrust" "you" "."
[[9]]
[1] "What" "are" "you" "talking" "about" "?"
[[10]]
[1] "Shall" "we" "move" "on" "?" "Good" "then" "."
[[11]]
[1] "I'm" "hungry" "." "Let's" "eat" "." "You"
[8] "already" "?"
> combine(x2)
[1] "Computer is fun. Not too fun." "No it's not, it's dumb."
[3] "What should we do?" "You liar, it stinks!"
[5] "I am telling the truth!" "How can we be certain?"
[7] "There is no way." "I distrust you."
[9] "What are you talking about?" "Shall we move on? Good then."
[11] "I'm hungry. Let's eat. You already?"
>
> (x3 <- split_sentence(DATA))
Error in `[.data.table`(z, , `:=`("sentence_id", 1:.N), by = list(element_id)) :
attempt access index 6/6 in VECTOR_ELT
Calls: split_sentence -> split_sentence.data.frame -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.7.5
Check: examples
Result: ERROR
Running examples in ‘textshape-Ex.R’ failed
The error most likely occurred in:
> ### Name: combine
> ### Title: Combine Elements
> ### Aliases: combine combine.default combine.data.frame
>
> ### ** Examples
>
> (x <- split_token(DATA[["state"]][1], FALSE))
[[1]]
[1] "Computer" "is" "fun" "." "Not" "too" "fun"
[8] "."
> combine(x)
[1] "Computer is fun. Not too fun."
>
> (x2 <- split_token(DATA[["state"]], FALSE))
[[1]]
[1] "Computer" "is" "fun" "." "Not" "too" "fun"
[8] "."
[[2]]
[1] "No" "it's" "not" "," "it's" "dumb" "."
[[3]]
[1] "What" "should" "we" "do" "?"
[[4]]
[1] "You" "liar" "," "it" "stinks" "!"
[[5]]
[1] "I" "am" "telling" "the" "truth" "!"
[[6]]
[1] "How" "can" "we" "be" "certain" "?"
[[7]]
[1] "There" "is" "no" "way" "."
[[8]]
[1] "I" "distrust" "you" "."
[[9]]
[1] "What" "are" "you" "talking" "about" "?"
[[10]]
[1] "Shall" "we" "move" "on" "?" "Good" "then" "."
[[11]]
[1] "I'm" "hungry" "." "Let's" "eat" "." "You"
[8] "already" "?"
> combine(x2)
[1] "Computer is fun. Not too fun." "No it's not, it's dumb."
[3] "What should we do?" "You liar, it stinks!"
[5] "I am telling the truth!" "How can we be certain?"
[7] "There is no way." "I distrust you."
[9] "What are you talking about?" "Shall we move on? Good then."
[11] "I'm hungry. Let's eat. You already?"
>
> (x3 <- split_sentence(DATA))
Error in `[.data.table`(z, , `:=`("sentence_id", 1:.N), by = list(element_id)) :
attempt access index 6/6 in VECTOR_ELT
Calls: split_sentence -> split_sentence.data.frame -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc