Skip to content

Commit

Permalink
the loo issue has been fixed (#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Apr 4, 2024
1 parent 28ef45f commit 4116fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/parser.R
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ match_chunk_end = function(pattern, line, i, b, lines) {
}
# TODO: clean up the exceptions here (although perhaps some may never update again)
signal = if (getOption('knitr.unbalanced.chunk', xfun::check_old_package(
c('ensembleR', 'FSinR', 'liger', 'loo', 'microsamplingDesign', 'mmpf', 'rSEA', 'StructFDR', 'TRMF'),
c('0.1.0', '2.0.5', '2.0.1', '2.6.0', '1.0.8', '0.0.5', '2.1.1', '1.3', '0.1.5')
c('ensembleR', 'FSinR', 'liger', 'microsamplingDesign', 'mmpf', 'rSEA', 'StructFDR', 'TRMF'),
c('0.1.0', '2.0.5', '2.0.1', '1.0.8', '0.0.5', '2.1.1', '1.3', '0.1.5')
))) warning2 else stop2
signal(
'The closing fence on line ', i, ' ("', line, '") in ', current_input(),
Expand Down

0 comments on commit 4116fe6

Please sign in to comment.