-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Here is the list of interesting comparisons that we can hopefully plot one day using your package (same as I sent you via email).
For example you could try to compare this early commit https://github.com/tdhock/PeakSegJoint/blob/8acd6e24fe6ff321b23b4d7fce7373b0fa1c120d/tests/testthat/test-likelihood.R with the current master.
Or maybe try the plotly package. They use the PR development model, so you should be able to try your code to compare master against any of the PR branches: https://github.com/ropensci/plotly/pulls
There is also a mystery test that I found to be very slow in the current master https://github.com/ropensci/plotly/blob/master/tests/testthat/test-cookbook-axes.R#L96 It would be interesting to take this test from the current master, and run it on past versions of the R code, until we find when the test started getting slow.