Last updated on 2025-06-23 21:51:10 CEST.
Package | ERROR | OK |
---|---|---|
ggcleveland | 13 | |
karel | 3 | 10 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 3, OK: 10
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘karel-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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/Rtmpq5UEAP/39833341123c68/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-debian-gcc
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
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/RtmpBeyvRn/39b3fd484bf2b7/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/RtmpBeyvRn/39b3fd75bee03a/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-debian-gcc
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
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/Rtmpotfe77/working_dir/RtmpW6xNgF/2199376c017303/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-gcc
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/14s]
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/Rtmpotfe77/working_dir/RtmpVANfeK/219aa774e07e83/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/Rtmpotfe77/working_dir/RtmpVANfeK/219aa713b633d9/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-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.