Rémi Thériault
Rémi Thériault
This can be reproduced with R version 4.2.2 on Windows locally and on automated tests on GitHub actions machines. ``` r R.Version()$version.string #> [1] "R version 4.2.2 (2022-10-31 ucrt)" R.Version()$platform...
Is this necessary when the example is already wrapped in `\donttest`?
In examples I often see that we load the current package, but I've never seen that anywhere else before. Why do we do that? Should I remove those instances?
No more warnings in examples for `report`
For a given vignette, for how many external packages is it worth changing? E.g., for a single package? Two packages? `report` has only one or two external packages per vignette....
Agree it's 2023 let's change to MIT
Of course, I can't disagree with this brilliant idea hehehe 😝. I can imagine however that it could be trickier with managing 11 packages, since each one would probably have...
Thanks, good to know @etiennebacher we should consider it. Because I have to mention that for a single-author package like rempsyc, it is easy to update the to-do list because...
Last thing. Using the github issue titles might not be as user-friendly as writing it ourselves for our target audience, because the issue titles are targeted at developers, so they...
(Also, nothing is preventing us from using manual to-do lists now, and as we take the time to figure out the GitHub milestone dashboard integration eventually)