darwin-eu-dev / PaRe

PaRe (Package Reviewer) is the successor of the DependencyReviewer package.
https://darwin-eu-dev.github.io/PaRe/
3 stars 3 forks source link

Fix failed unit tests #62

Open PRijnbeek opened 1 week ago

PRijnbeek commented 1 week ago

══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-getApplyCall.R:8:3'): minimal ────────────────────────────────── <subscriptOutOfBoundsError/error/condition> Error in file$getFunctions()[[2]]: subscript out of bounds ── Error ('test-getDoCall.R:8:3'): minimal ───────────────────────────────────── <subscriptOutOfBoundsError/error/condition> Error in file$getFunctions()[[2]]: subscript out of bounds ── Error ('test-getFunCall.R:5:3'): minimal ──────────────────────────────────── <subscriptOutOfBoundsError/error/condition> Error in file$getFunctions()[[2]]: subscript out of bounds ── Error ('test-getDlplyCall.R:16:3'): minimal ───────────────────────────────── <subscriptOutOfBoundsError/error/condition> Error in file$getFunctions()[[2]]: subscript out of bounds ── Error ('test-getMultiLineFun.R:21:3'): regular use ────────────────────────── <subscriptOutOfBoundsError/error/condition> Error in file$getFunctions()[[2]]: subscript out of bounds

mvankessel-EMC commented 1 week ago

Fixed on the dev branch

PRijnbeek commented 1 week ago

I suggest to make a pull request to Main and merge in so the Codecov can run there.