Last updated on 2019-12-19 05:49:07 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 3.85 | 60.62 | 64.47 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.98 | 47.08 | 50.06 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 79.52 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 71.62 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 8.00 | 6.00 | 14.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.0 | 7.00 | 8.00 | 15.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.0 | 3.30 | 56.89 | 60.19 | OK | |
r-patched-solaris-x86 | 0.1.0 | 62.90 | ERROR | |||
r-release-linux-x86_64 | 0.1.0 | 3.03 | 55.23 | 58.26 | OK | |
r-release-windows-ix86+x86_64 | 0.1.0 | 10.00 | 73.00 | 83.00 | OK | |
r-release-osx-x86_64 | 0.1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 4.00 | 71.00 | 75.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.0 | OK |
Version: 0.1.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘rapidraker-Ex.R’ failed
The error most likely occurred in:
> ### Name: rapidrake
> ### Title: Rapid RAKE
> ### Aliases: rapidrake
>
> ### ** Examples
>
> rapidrake(txt = "some text that has great keywords")
Error in .jfindClass(as.character(class)) :
java.lang.UnsupportedClassVersionError: opennlp/tools/stemmer/snowball/SnowballStemmer : Unsupported major.minor version 52.0
Calls: rapidrake ... <Anonymous> -> <Anonymous> -> jclassName -> .jfindClass
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rapidraker)
>
> test_check("rapidraker")
── 1. Error: rapidrake works for non-atomic, non-empty char vectors (@test-rapid
java.lang.UnsupportedClassVersionopennlp/tools/stemmer/snowball/SnowballStemmer : Unsupported major.minor version 52.0
── 2. Error: rapidrake returns a score when there is only one word in txt (@test
java.lang.NoClassDefFoundCould not initialize class io.github.crew102.rapidrake.RakeAlgorithm
── 3. Error: rapidrake works for txt without alpha chars (@test-rapidrake.R#14)
java.lang.NoClassDefFoundCould not initialize class io.github.crew102.rapidrake.RakeAlgorithm
── 4. Error: rapidrake works when all txt is removed based on POS tags (@test-ra
java.lang.NoClassDefFoundCould not initialize class io.github.crew102.rapidrake.RakeAlgorithm
── 5. Error: rapidrake can hanlde non-array params (@test-rapidrake.R#24) ─────
java.lang.NoClassDefFoundCould not initialize class io.github.crew102.rapidrake.RakeAlgorithm
── 6. Error: rapidrake removes stop words (@test-rapidrake.R#29) ──────────────
java.lang.NoClassDefFoundCould not initialize class io.github.crew102.rapidrake.RakeAlgorithm
── 7. Error: pos stopping works as expected (@test-rapidrake.R#34) ────────────
java.lang.NoClassDefFoundCould not initialize class io.github.crew102.rapidrake.RakeAlgorithm
── 8. Error: word_min_char filtering works as expected (@test-rapidrake.R#41) ─
java.lang.NoClassDefFoundCould not initialize class io.github.crew102.rapidrake.RakeAlgorithm
── 9. Error: phrase_delims works as expected (@test-rapidrake.R#46) ───────────
java.lang.NoClassDefFoundCould not initialize class io.github.crew102.rapidrake.RakeAlgorithm
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 0 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 9 ]
1. Error: rapidrake works for non-atomic, non-empty char vectors (@test-rapidrake.R#4)
2. Error: rapidrake returns a score when there is only one word in txt (@test-rapidrake.R#9)
3. Error: rapidrake works for txt without alpha chars (@test-rapidrake.R#14)
4. Error: rapidrake works when all txt is removed based on POS tags (@test-rapidrake.R#19)
5. Error: rapidrake can hanlde non-array params (@test-rapidrake.R#24)
6. Error: rapidrake removes stop words (@test-rapidrake.R#29)
7. Error: pos stopping works as expected (@test-rapidrake.R#34)
8. Error: word_min_char filtering works as expected (@test-rapidrake.R#41)
9. Error: phrase_delims works as expected (@test-rapidrake.R#46)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86