AlexsLemonade / scpcaTools

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Set seeds conditionally #281

Closed jashapiro closed 1 week ago

jashapiro commented 2 weeks ago

closes #280

Here I modified seed setting to only happen if the seed is not NULL across all files.

Some of the modified files failed linting, so I made a few updates related to that as well, including making the linter a bit more tolerant of complex code.

The styler also got a bit hung up on some code; turns out it doesn't like extra space in example code, but that took a very long time to find!