schochastics / netrankr

An R package for network centrality
https://schochastics.github.io/netrankr/
Other
49 stars 4 forks source link

goodpractice alerts #17

Closed corybrunson closed 9 months ago

corybrunson commented 2 years ago

I ran goodpractice::gp(), which flagged a few practices that might be changed to make code less fragile (though the quality of the code overall seems solid):

It also indicated that only 65% of code lines are covered by tests.

While i follow these practices myself, i leave it to the developers to decide for themselves; they will not affect my review. : )

Part of this JOSS review.

schochastics commented 2 years ago

I just learned about the goodpractice paper a week ago or so. I'll incorporate the suggestions for the next release