Last updated on 2020-08-07 01:50:24 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
tosca | 1 | 7 | 4 |
Current CRAN status: ERROR: 1, NOTE: 7, OK: 4
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