CRAN Package Check Results for Package BullsEyeR

Last updated on 2022-07-13 06:55:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 7.82 77.00 84.82 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.0 7.52 57.52 65.04 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.0 112.07 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.0 110.39 ERROR
r-devel-windows-x86_64 0.2.0 18.00 90.00 108.00 ERROR
r-patched-linux-x86_64 0.2.0 8.82 73.14 81.96 NOTE
r-release-linux-x86_64 0.2.0 7.38 73.33 80.71 NOTE
r-release-macos-arm64 0.2.0 33.00 NOTE
r-release-macos-x86_64 0.2.0 47.00 NOTE
r-release-windows-x86_64 0.2.0 17.00 97.00 114.00 NOTE
r-oldrel-macos-arm64 0.2.0 37.00 NOTE
r-oldrel-macos-x86_64 0.2.0 63.00 NOTE
r-oldrel-windows-ix86+x86_64 0.2.0 20.00 92.00 112.00 NOTE

Check Details

Version: 0.2.0
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.2.0
Check: examples
Result: ERROR
    Running examples in ‘BullsEyeR-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: BullsEye
    > ### Title: Topic Modelling
    > ### Aliases: BullsEye
    >
    > ### ** Examples
    >
    > ## Not run:
    > ##D # Run it and see for yourself
    > ## End(Not run)
    > data.tmp<-read.csv(system.file("ext", "testdata.csv", package="BullsEyeR"))
    > ds<-as.character(data.tmp$Story[1:2])
    > stopwords<-c("sallin","hannah","company","number","started","unlike")
    > BullsEye(ds=ds,spvar=0.99,myStopWords=stopwords,tno=20,seedno=12345,stemvar=0)
    Warning in gsub("[^a-zA-Z]+", " ", ds) :
     unable to translate 'As global competition and technological changes make their force felt on industries, it can be hard for businesses to focus on anything beyond immediate survival. Some have survived and thrived over decades and even centuries. We explore the secret to ...' to a wide string
    Error in gsub("[^a-zA-Z]+", " ", ds) : input string 1 is invalid
    Calls: BullsEye -> gsub
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.0
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘ldatuning’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.0
Check: examples
Result: ERROR
    Running examples in ‘BullsEyeR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: BullsEye
    > ### Title: Topic Modelling
    > ### Aliases: BullsEye
    >
    > ### ** Examples
    >
    > ## Not run:
    > ##D # Run it and see for yourself
    > ## End(Not run)
    > data.tmp<-read.csv(system.file("ext", "testdata.csv", package="BullsEyeR"))
    > ds<-as.character(data.tmp$Story[1:2])
    > stopwords<-c("sallin","hannah","company","number","started","unlike")
    > BullsEye(ds=ds,spvar=0.99,myStopWords=stopwords,tno=20,seedno=12345,stemvar=0)
    Warning in gsub("[^a-zA-Z]+", " ", ds) :
     unable to translate 'As global competition and technological changes make their force felt on industries, it can be hard for businesses to focus on anything beyond immediate survival. Some have survived and thrived over decades and even centuries. We explore the secret to ...' to a wide string
    Error in gsub("[^a-zA-Z]+", " ", ds) : input string 1 is invalid
    Calls: BullsEye -> gsub
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64