jakobbossek / ecr3vis

An evolutionary algorithm framework for R (currently limited to performance assessment of multi-objective randomized search heuristics).
https://jakobbossek.github.io/ecr3vis/
GNU General Public License v3.0
1 stars 0 forks source link

Fix warnings #13

Open jakobbossek opened 3 years ago

jakobbossek commented 3 years ago

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 commented 3 years ago

The ggplot2 vs. plotly warning is fixed.

jakobbossek commented 3 years ago

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