Last updated on 2025-06-22 00:49:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 6.19 | 90.84 | 97.03 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 4.65 | 64.42 | 69.07 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 126.10 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 164.45 | NOTE | |||
r-devel-windows-x86_64 | 0.1.1 | 8.00 | 96.00 | 104.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 6.44 | 82.92 | 89.36 | OK | |
r-release-linux-x86_64 | 0.1.1 | 6.13 | 82.54 | 88.67 | OK | |
r-release-macos-arm64 | 0.1.1 | 53.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 107.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 9.00 | 96.00 | 105.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 54.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 87.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 11.00 | 120.00 | 131.00 | OK |
Version: 0.1.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘gifski’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘karel-Ex.R’ failed
The error most likely occurred in:
> ### Name: acciones
> ### Title: Acciones que Karel puede realizar
> ### Aliases: acciones avanzar girar_izquierda poner_coso juntar_coso
> ### girar_derecha darse_vuelta
>
> ### ** Examples
>
> generar_mundo("mundo001")
> avanzar()
> juntar_coso()
> girar_izquierda()
> poner_coso()
> ejecutar_acciones()
Error in `png_dim()`:
! Provided file
(/tmp/RtmpW2Lo0a/working_dir/RtmpuicOOZ/355c5c2f69b977/gganim_plot0001.png)
does not exist
Backtrace:
▆
1. └─karel::ejecutar_acciones()
2. ├─base::suppressWarnings(...)
3. │ └─base::withCallingHandlers(...)
4. ├─gganimate::animate(...)
5. └─gganimate:::animate.gganim(...)
6. └─args$renderer(frames_vars$frame_source, args$fps)
7. └─gganimate:::png_dim(frames[1])
8. └─cli::cli_abort("Provided file ({file}) does not exist")
9. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/27s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(karel)
>
> test_check("karel")
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 78 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-actions.R:16:3'): Karel's actions perform as expected ──────────
Error in `png_dim(frames[1])`: Provided file
(/tmp/RtmpW2Lo0a/working_dir/RtmpXtyOfM/3562b3664edf3d/gganim_plot0001.png)
does not exist
Backtrace:
▆
1. └─karel::ejecutar_acciones() at test-actions.R:16:3
2. ├─base::suppressWarnings(...)
3. │ └─base::withCallingHandlers(...)
4. ├─gganimate::animate(...)
5. └─gganimate:::animate.gganim(...)
6. └─args$renderer(frames_vars$frame_source, args$fps)
7. └─gganimate:::png_dim(frames[1])
8. └─cli::cli_abort("Provided file ({file}) does not exist")
9. └─rlang::abort(...)
── Error ('test-english_wrapers.R:39:3'): Karel's actions and superpowers perform as expected in English ──
Error in `png_dim(frames[1])`: Provided file
(/tmp/RtmpW2Lo0a/working_dir/RtmpXtyOfM/3562b35dd68ea1/gganim_plot0001.png)
does not exist
Backtrace:
▆
1. └─karel::run_actions() at test-english_wrapers.R:39:3
2. └─karel::ejecutar_acciones(repetir = loop)
3. ├─base::suppressWarnings(...)
4. │ └─base::withCallingHandlers(...)
5. ├─gganimate::animate(...)
6. └─gganimate:::animate.gganim(...)
7. └─args$renderer(frames_vars$frame_source, args$fps)
8. └─gganimate:::png_dim(frames[1])
9. └─cli::cli_abort("Provided file ({file}) does not exist")
10. └─rlang::abort(...)
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 78 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang