CRAN Package Check Results for Package tosca

Last updated on 2020-09-17 02:08:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2-0 11.89 181.42 193.31 OK
r-devel-linux-x86_64-debian-gcc 0.2-0 10.69 135.91 146.60 OK
r-devel-linux-x86_64-fedora-clang 0.2-0 254.82 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2-0 228.93 NOTE
r-devel-windows-ix86+x86_64 0.2-0 22.00 213.00 235.00 NOTE
r-patched-linux-x86_64 0.2-0 12.66 174.40 187.06 OK
r-patched-solaris-x86 0.2-0 307.80 ERROR
r-release-linux-x86_64 0.2-0 10.59 176.56 187.15 OK
r-release-macos-x86_64 0.2-0 NOTE
r-release-windows-ix86+x86_64 0.2-0 25.00 271.00 296.00 NOTE
r-oldrel-macos-x86_64 0.2-0 NOTE
r-oldrel-windows-ix86+x86_64 0.2-0 27.00 268.00 295.00 NOTE

Check Details

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': Illegal argument. (U_ILLEGAL_ARGUMENT_ERROR, context=`^\p{emoji_presentation}+$`)
    Calls: summary ... stri_detect_regex -> .handleSimpleError -> h -> .handleSimpleError -> h
    Execution halted
Flavor: r-patched-solaris-x86