-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix pareto warnings #498
Fix pareto warnings #498
Conversation
Similarly to #496, I have added some comments, but I'm not done with the review yet. Besides, I think documentation needs to be updated (at least re-roxygenized) and I haven't run |
fixed ::: and ref,
|
determined by RStudio's coding and indentation style)
Commit 930ad81 is purely cosmetic. Feel free to revert it if you don't like it. |
I'm getting these errors when running tests
I don't understand what has changed. Any ideas? |
Have you updated to R 4.4.0 and/or relevant packages like the Matrix package? I did so myself and this gave me updated snapshots, too. |
In commit b19dfcd, you switched to roxygen2 version 7.3.1, which now gives me
when running |
|
Ok, then the snapshot changes are probably due to the Matrix package update. I'll check this on my machine asap.
No problem, I am definitely in favor of using the most recent roxygen2 version. And I think it shouldn't be too much work to get rid of those warnings (see #501). |
As far as I can tell, any snapshot changes should be due to package updates. |
I have added a |
…to fix-pareto-warnings
I fixed the two sentences you mentioned |
|
Fixes #490