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

Fix warnings #13

Open
jakobbossek opened this issue Jun 1, 2021 · 2 comments
Open

Fix warnings #13

jakobbossek opened this issue Jun 1, 2021 · 2 comments
Labels
code-quality Unit tests

Comments

@jakobbossek
Copy link
Owner

R CMD check raises the following issues via (GitHub actions). Try to get rid of these.

* checking whether package ‘ecr3vis’ can be installed ... WARNING
38
Warning: Found the following significant warnings:
39
  Warning: 'rgl.init' failed, running with 'rgl.useNULL = TRUE'.
40
  Warning: replacing previous import ‘ggplot2::last_plot’ by ‘plotly::last_plot’ when loading ‘ecr3vis’
41
See ‘/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/RtmpkPBfe9/file173a1cdefbdb/ecr3vis.Rcheck/00install.out’ for details.
42
* checking installed package size ... OK
@jakobbossek
Copy link
Owner Author

The ggplot2 vs. plotly warning is fixed.

@jakobbossek
Copy link
Owner Author

For the rgl-related warning this this discussion with a fix.

@jakobbossek jakobbossek added the code-quality Unit tests label Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-quality Unit tests
Projects
None yet
Development

No branches or pull requests

1 participant