Pedro J. Aphalo
Pedro J. Aphalo
@teunbrand This feature will be very useful! It will allow me to not only to simplify the code in 'ggspectra' but, more importantly, easy my plans to implement support for...
Works also for me.
- [x] Change default `linewidth` in 'ggpp' to match that in 'ggplot2' 4.0.0. _**Achieved by use of `from_theme()`**_ - [x] check consistency of already implemented support for `linewidth` with the...
@danielinteractive Hi Daniel. I am working on an update to 'ggpp'. I have added support for the `geom` theme element that was added to 'ggplot2' >= 4.0.0 and I still...
Hi @danielinteractive , currently the check action here in GitHub is failing because some snaps files are missing. All unit tests and checks are good locally. There is a problem...
Hi @danielinteractive , git problem solved. It was simpler than I expected. It seems that either 'usethis' or GitKraken had added tests to .gitignore. The dangling blobs and dangling commits...
The `predict.sma()` method only issues a message telling to use `fitted()` instead and returns `NULL`, breaking the expectation that if a `predict()` specialization exist it can be expected to return...
For the time being, the vignettes will have to do as tests. Possibly move implementation of unit tests to next milestone.
Given that local threshold for peak height is implemented in 'ggpmisc' 0.6.2, the dynamic limit to the number of peaks could be most effectively implemented by adjusting the value of...
Rather than automation, I am inclined to implementing a reference for local threshold that is less dependent on `span`. See #79.