schochastics / signnet

R package for signed networks
https://schochastics.github.io/signnet/
Other
22 stars 6 forks source link

[Suggestion] Quality checks/Code Hygiene #18

Closed cosimameyer closed 1 year ago

cosimameyer commented 1 year ago

When developing R packages, I usually run a couple of functions that are helpful to automatically check different dimensions of quality (spelling, linter, ...). I used the following functions and they threw a couple of warnings/errors you might want to have a look at:

image

Source for screenshot with full list of checks

The warnings included:

(This issue is part of the review: https://github.com/openjournals/joss-reviews/issues/4987; the references above are based on the development version of your package that is currently on GitHub)

schochastics commented 1 year ago

fixed what I was able fix, except the code coverage (see review):