Closed shikokuchuo closed 6 months ago
Also noticed you don't use nanonext::.unresolved()
any more so that import can be removed.
Looks good, thanks for the heads up. I can re-release crew
next Wednesday.
Just submitted crew
version 0.9.3 to CRAN with these changes.
Prework
Summary
In two places you use
call_mirai_
with the argument 'aio'.Whilst I have ignored the aesthetics until now, I am now making the arguments consistent between
nanonext
andmirai
as the use of 'aio' inmirai
may be confusing and this is now just a generic 'x'. This comes about as I directly assign the functions fromnanonext
inmirai
to avoid an additional R function call.As this function will only ever take one argument, I'd think it's both practically and stylistically fine to call without the argument name.
This change will need to be on CRAN before I make the next
mirai
release. Thanks!