Closed howardbaik closed 1 year ago
Ah, the checks are failing here because this also needs the version bumps akin to what we did here: https://github.com/jhudsl/ari/pull/43
Do you want to sneak that in here?
I just bumped up the version and deleted the two .yml files for travis and appveyor!
May also need to bump up r-lib/actions/check-r-package@v1 ?
@cansavvy I bumped up the version from r-lib/actions/check-r-package@v1
to r-lib/actions/check-r-package@v2
, but the R-CMD-check / windows-latest
is still failing, and I have no idea what this error message is saying:
https://github.com/jhudsl/ariExtra/actions/runs/4813676124/jobs/8570505579?pr=5
One of the tests for one of the functions is failing. We can try to look into why. I'll make a separate issue for that. And we can merge this pr.
Added titles to every function and inline comments to explain what each function is doing.