Toby Dylan Hocking
Toby Dylan Hocking
would be good to convert these uses of plyr to data.table and then remove plyr from Suggests. ``` grep -nH --null plyr * helper-plot-data.r:6: plyr::ddply(d, "PANEL", function(panel_data) { test-compiler-animation.R:4:library(plyr) test-compiler-fortify.r:35:...
similar to these https://jupyterbook.org/en/stable/interactive/interactive.html how?
but it does not. Tests are mostly for zero instead of positive: ``` -*- mode: grep; default-directory: "~/R/animint2/tests/testthat/" -*- Grep started at Mon Jan 20 11:42:42 grep --color -nH --null...
https://www.youtube.com/watch?v=Gog2Sv7t_cE has this error, which we should not have anymore
in R we have library(quadprog) which we use in directlabels::last.polygons etc https://tdhock.github.io/directlabels/docs/lineplot/posfuns/last.polygons.html to do that in javascript we could use https://github.com/albertosantini/quadprog it would probably be better to introduce a new...
typically if there is already a Capture.PNG, it would be good to keep it, instead of over-writing with the default one (which seems to be buggy still) @siddhesh195
When I ran this code https://github.com/tdhock/2023-08-unsupervised-learning/blob/main/slides/20-decision-trees.R on an older laptop, I got the image below  (from https://github.com/tdhock/2024-11-23-greedy-decision-tree/blob/1b5978c22e8970b74732feabc94c3e7a53fdcf11/Capture.PNG ) which indicates that there was not enough time waiting while loading,...
at least we should have a better error message ```r > ggplot()+ + facet_wrap(. ~ Species)+ + geom_point(aes( + Sepal.Length, Petal.Length), + data=iris) Erreur dans layout_base(data, vars, drop = drop)...
in animint2 we don't really use stat_* nor position_* but they appear in the docs, https://animint.github.io/animint2/reference/geom_hex.html which may be confusing.
closes #115 this proposal supersedes #139 which should be closed if this PR is sufficient. The idea is to define three new plot attributes, to be specified inside `theme_animint` *...