Closed serkor1 closed 3 months ago
Great stuff, will take a look!
Looks good to me. Any extra comments @layik, @mpadge or anyone else before merging? See comments from me @serkor1. Good work 🚀.
I am away so quick reply from me to say if it passes the tests (coverage of which I just checked is now deactivated on CodeCov) it is good enough for me. Thanks @serkor1 for the contribution.
Hi,
I have created a new
R
-script calledutils
, which contains theassert()
-function. For some devs this is the standard file to put these kind of helper-functions in - this is at least what I do :smile:I found two typos that I have corrected also. See commit e63371e8787082c58ed5227b3236b2b5bc2b4f6c and 24c12111991becc56b4da14377f24188e440962e.
The dependency on {methods} are gone, and a new dependency on {cli} is made. The {methods}-package were only used in two functions. So I believe this was a good choice.
I have run
devtools::check()
and everything passes locally.Best,
@serkor1