Last updated on 2020-08-07 01:50:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2-0 | 12.91 | 178.21 | 191.12 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2-0 | 9.84 | 134.63 | 144.47 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2-0 | 236.06 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2-0 | 219.98 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2-0 | 28.00 | 228.00 | 256.00 | NOTE | |
r-patched-linux-x86_64 | 0.2-0 | 12.95 | 176.30 | 189.25 | OK | |
r-patched-solaris-x86 | 0.2-0 | 299.40 | ERROR | |||
r-release-linux-x86_64 | 0.2-0 | 10.98 | 175.27 | 186.25 | OK | |
r-release-macos-x86_64 | 0.2-0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2-0 | 20.00 | 276.00 | 296.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2-0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2-0 | 15.00 | 235.00 | 250.00 | NOTE |
Version: 0.2-0
Check: installed package size
Result: NOTE
installed size is 5.7Mb
sub-directories of 1Mb or more:
data 4.7Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.2-0
Check: data for non-ASCII characters
Result: NOTE
Note: found 1946 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.2-0
Check: examples
Result: ERROR
Running examples in ‘tosca-Ex.R’ failed
The error most likely occurred in:
> ### Name: as.corpus.textmeta
> ### Title: Transform textmeta to corpus
> ### Aliases: as.corpus.textmeta
> ### Keywords: manip
>
> ### ** Examples
>
> texts <- list(A="Give a Man a Fish, and You Feed Him for a Day.
+ Teach a Man To Fish, and You Feed Him for a Lifetime",
+ B="So Long, and Thanks for All the Fish",
+ C="A very able manipulative mathematician, Fisher enjoys a real mastery
+ in evaluating complicated multiple integrals.")
>
> obj <- textmeta(meta=data.frame(id=c("A", "B", "C", "D"),
+ title=c("Fishing", "Don't panic!", "Sir Ronald", "Berlin"),
+ date=c("1885-01-02", "1979-03-04", "1951-05-06", "1967-06-02"),
+ additionalVariable=1:4, stringsAsFactors=FALSE), text=texts)
>
> corp <- as.corpus.textmeta(obj)
Warning: NA is replaced by empty string
> summary(corp)
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'as.list': error in evaluating the argument 'x' in selecting a method for function 'which': Start of codes indicating failure. (U_ILLEGAL_ARGUMENT_ERROR)
Calls: summary ... stri_detect_regex -> .handleSimpleError -> h -> .handleSimpleError -> h
Execution halted
Flavor: r-patched-solaris-x86