Last updated on 2023-10-29 18:55:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.3 | 12.29 | 38.31 | 50.60 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.3 | 10.90 | 30.07 | 40.97 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.3 | 64.97 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.3 | 63.68 | ERROR | |||
r-devel-windows-x86_64 | 0.3.3 | 13.00 | 49.00 | 62.00 | ERROR | |
r-patched-linux-x86_64 | 0.3.3 | 12.97 | 47.71 | 60.68 | NOTE | |
r-release-linux-x86_64 | 0.3.3 | 11.65 | 48.28 | 59.93 | NOTE | |
r-release-macos-arm64 | 0.3.3 | 31.00 | NOTE | |||
r-release-macos-x86_64 | 0.3.3 | 47.00 | NOTE | |||
r-release-windows-x86_64 | 0.3.3 | 17.00 | 62.00 | 79.00 | NOTE | |
r-oldrel-macos-arm64 | 0.3.3 | 30.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.3.3 | 50.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.3.3 | 18.00 | 63.00 | 81.00 | NOTE |
Version: 0.3.3
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-x86_64
Version: 0.3.3
Check: examples
Result: ERROR
Running examples in ‘textfeatures-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: textfeatures
> ### Title: textfeatures
> ### Aliases: textfeatures
>
> ### ** Examples
>
>
> ## the text of five of Trump's most retweeted tweets
> trump_tweets <- c(
+ "#FraudNewsCNN #FNN https://t.co/WYUnHjjUjg",
+ "TODAY WE MAKE AMERICA GREAT AGAIN!",
+ paste("Why would Kim Jong-un insult me by calling me \"old,\" when I would",
+ "NEVER call him \"short and fat?\" Oh well, I try so hard to be his",
+ "friend - and maybe someday that will happen!"),
+ paste("Such a beautiful and important evening! The forgotten man and woman",
+ "will never be forgotten again. We will all come together as never before"),
+ paste("North Korean Leader Kim Jong Un just stated that the \"Nuclear",
+ "Button is on his desk at all times.\" Will someone from his depleted and",
+ "food starved regime please inform him that I too have a Nuclear Button,",
+ "but it is a much bigger & more powerful one than his, and my Button",
+ "works!")
+ )
>
> ## get the text features of a character vector
> textfeatures(trump_tweets)
Error in textfeatures.character(trump_tweets) :
is.atomic(word_dims) is not TRUE
Calls: textfeatures -> textfeatures.character -> stopifnot
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(textfeatures)
>
> test_check("textfeatures")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-main.R:18:3'): main textfeatures function ──────────────────────
Error in `textfeatures.character(txt)`: is.atomic(word_dims) is not TRUE
Backtrace:
▆
1. ├─textfeatures::textfeatures(txt) at test-main.R:18:2
2. └─textfeatures:::textfeatures.character(txt)
3. └─base::stopifnot(...)
── Error ('test-verbose.R:16:3'): printing output ──────────────────────────────
Error in `textfeatures.character(txt)`: is.atomic(word_dims) is not TRUE
Backtrace:
▆
1. ├─testthat::expect_output(textfeatures(txt)) at test-verbose.R:16:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─testthat::capture_output_lines(code, print, width = width)
5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
6. │ │ ├─withr::with_output_sink(path, withVisible(code))
7. │ │ │ └─base::force(code)
8. │ │ └─base::withVisible(code)
9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
10. ├─textfeatures::textfeatures(txt)
11. └─textfeatures:::textfeatures.character(txt)
12. └─base::stopifnot(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(textfeatures)
>
> test_check("textfeatures")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-main.R:18:3'): main textfeatures function ──────────────────────
Error in `textfeatures.character(txt)`: is.atomic(word_dims) is not TRUE
Backtrace:
▆
1. ├─textfeatures::textfeatures(txt) at test-main.R:18:2
2. └─textfeatures:::textfeatures.character(txt)
3. └─base::stopifnot(...)
── Error ('test-verbose.R:16:3'): printing output ──────────────────────────────
Error in `textfeatures.character(txt)`: is.atomic(word_dims) is not TRUE
Backtrace:
▆
1. ├─testthat::expect_output(textfeatures(txt)) at test-verbose.R:16:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─testthat::capture_output_lines(code, print, width = width)
5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
6. │ │ ├─withr::with_output_sink(path, withVisible(code))
7. │ │ │ └─base::force(code)
8. │ │ └─base::withVisible(code)
9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
10. ├─textfeatures::textfeatures(txt)
11. └─textfeatures:::textfeatures.character(txt)
12. └─base::stopifnot(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.3
Check: examples
Result: ERROR
Running examples in ‘textfeatures-Ex.R’ failed
The error most likely occurred in:
> ### Name: textfeatures
> ### Title: textfeatures
> ### Aliases: textfeatures
>
> ### ** Examples
>
>
> ## the text of five of Trump's most retweeted tweets
> trump_tweets <- c(
+ "#FraudNewsCNN #FNN https://t.co/WYUnHjjUjg",
+ "TODAY WE MAKE AMERICA GREAT AGAIN!",
+ paste("Why would Kim Jong-un insult me by calling me \"old,\" when I would",
+ "NEVER call him \"short and fat?\" Oh well, I try so hard to be his",
+ "friend - and maybe someday that will happen!"),
+ paste("Such a beautiful and important evening! The forgotten man and woman",
+ "will never be forgotten again. We will all come together as never before"),
+ paste("North Korean Leader Kim Jong Un just stated that the \"Nuclear",
+ "Button is on his desk at all times.\" Will someone from his depleted and",
+ "food starved regime please inform him that I too have a Nuclear Button,",
+ "but it is a much bigger & more powerful one than his, and my Button",
+ "works!")
+ )
>
> ## get the text features of a character vector
> textfeatures(trump_tweets)
Error in textfeatures.character(trump_tweets) :
is.atomic(word_dims) is not TRUE
Calls: textfeatures -> textfeatures.character -> stopifnot
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 0.3.3
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(textfeatures)
>
> test_check("textfeatures")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-main.R:18:3'): main textfeatures function ──────────────────────
Error in `textfeatures.character(txt)`: is.atomic(word_dims) is not TRUE
Backtrace:
▆
1. ├─textfeatures::textfeatures(txt) at test-main.R:18:2
2. └─textfeatures:::textfeatures.character(txt)
3. └─base::stopifnot(...)
── Error ('test-verbose.R:16:3'): printing output ──────────────────────────────
Error in `textfeatures.character(txt)`: is.atomic(word_dims) is not TRUE
Backtrace:
▆
1. ├─testthat::expect_output(textfeatures(txt)) at test-verbose.R:16:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─testthat::capture_output_lines(code, print, width = width)
5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
6. │ │ ├─withr::with_output_sink(path, withVisible(code))
7. │ │ │ └─base::force(code)
8. │ │ └─base::withVisible(code)
9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
10. ├─textfeatures::textfeatures(txt)
11. └─textfeatures:::textfeatures.character(txt)
12. └─base::stopifnot(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.3
Check: tests
Result: ERROR
Running 'testthat.R' [1s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(textfeatures)
>
> test_check("textfeatures")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-main.R:18:3'): main textfeatures function ──────────────────────
Error in `textfeatures.character(txt)`: is.atomic(word_dims) is not TRUE
Backtrace:
▆
1. ├─textfeatures::textfeatures(txt) at test-main.R:18:2
2. └─textfeatures:::textfeatures.character(txt)
3. └─base::stopifnot(...)
── Error ('test-verbose.R:16:3'): printing output ──────────────────────────────
Error in `textfeatures.character(txt)`: is.atomic(word_dims) is not TRUE
Backtrace:
▆
1. ├─testthat::expect_output(textfeatures(txt)) at test-verbose.R:16:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─testthat::capture_output_lines(code, print, width = width)
5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
6. │ │ ├─withr::with_output_sink(path, withVisible(code))
7. │ │ │ └─base::force(code)
8. │ │ └─base::withVisible(code)
9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
10. ├─textfeatures::textfeatures(txt)
11. └─textfeatures:::textfeatures.character(txt)
12. └─base::stopifnot(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64