CRAN Package Check Results for Package textshape

Last updated on 2025-12-28 01:48:55 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.5 3.92 37.02 40.94 OK
r-devel-linux-x86_64-debian-gcc 1.7.5 2.34 27.70 30.04 OK
r-devel-linux-x86_64-fedora-clang 1.7.5 6.00 57.00 63.00 OK
r-devel-linux-x86_64-fedora-gcc 1.7.5 6.00 60.19 66.19 OK
r-devel-windows-x86_64 1.7.5 6.00 57.00 63.00 ERROR
r-patched-linux-x86_64 1.7.5 4.02 31.00 35.02 OK
r-release-linux-x86_64 1.7.5 3.10 30.78 33.88 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 5.00 57.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 67.00 74.00 OK

Check Details

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 Flavor: r-devel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.