Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 vdiffr test is not ignored if vdiffr is not installed #493

Open
Yuri05 opened this issue Dec 11, 2023 · 0 comments
Open

1 vdiffr test is not ignored if vdiffr is not installed #493

Yuri05 opened this issue Dec 11, 2023 · 0 comments
Labels
type: bug Something isn't working

Comments

@Yuri05
Copy link
Member

Yuri05 commented Dec 11, 2023

== Failed tests =========================================================================================================
-- Error (test-font-label.R:57): Long texts are properly handled in labels -----
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called ‘vdiffr’
Backtrace:
    x
 1. \-base::loadNamespace(x) at test-font-label.R:57:2
 2.   \-base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 3.     \-base (local) withOneRestart(expr, restarts[[1L]])
 4.       \-base (local) doWithOneRestart(return(expr), restart)
-- Error (test-font-label.R:104): Markdown syntax is not supported because Label and Font overwrite its with the FontFace argument --
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called ‘vdiffr’
Backtrace:
    x
 1. \-base::loadNamespace(x) at test-font-label.R:104:2
 2.   \-base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 3.     \-base (local) withOneRestart(expr, restarts[[1L]])
 4.       \-base (local) doWithOneRestart(return(expr), restart)
-- Error (test-plot-grid.R:104): Plot Grid can have very long texts and contain plots with very long titles --
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called ‘vdiffr’
Backtrace:
    x
 1. \-base::loadNamespace(x) at test-plot-grid.R:104:2
 2.   \-base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 3.     \-base (local) withOneRestart(expr, restarts[[1L]])
 4.       \-base (local) doWithOneRestart(return(expr), restart)

[ FAIL 3 | WARN 3 | SKIP 9 | PASS 330 ]

@Yuri05 Yuri05 added the type: bug Something isn't working label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant