Achim Zeileis
Achim Zeileis
Let me investigate whether the par() restoration just pertains to the examples (which is clearly reasonable) or to all functions in the package (which would be overkill in my opinion)....
Regarding the references: In general, the CRAN team tries to encourage adding references to the DESCRIPTION files so that it is easier for users/readers to quickly find out what exactly...
I've had some feedback but I'm still discussing. Will follow up here as soon as possible...
OK, I discussed this a bit with Kurt. Apparently, there is no obvious precedent for this so we need to provide arguments why we want to things the way we...
I didn't notice the inconsistency up to now - probably because I'm so used to dot.case in `par()` that I didn't expect anything else in `tpar()`. And in `tinyplot()` I...
Grant, thanks for the update. Regarding the suggested `get_saved_par()` and your implemented `get_orig_par()`: I hadn't explained the idea well enough. What you implemented gets the `par()` settings from **before** the...
Two comments regarding the `tpar()` environment: - Delaying any work on this until after the CRAN release is fine. The change should not affect the end users. - Is anything...
I have a slight preference for separate function names... but maybe I have been getting too used to the `tools` naming style for technical helper functions a la `file_path_as_absolute` etc....
Thanks for all the work and updates! Quick comments: - I agree that an additional vignette would be overkill. I think that the additional documentation for `get_saved_par()` should already be...
:partying_face: Thank you for all your work on this, Grant! I'm very happy that this is officially out on CRAN and that I was able to help a _tiny_ bit.