wjschne / apaquarto

A quarto extension for creating APA7 documents in .docx, .html, and .pdf formats
https://wjschne.github.io/apaquarto/
Creative Commons Zero v1.0 Universal
170 stars 15 forks source link

The object is read-only and cannot be modified #16

Closed fkohrt closed 1 year ago

fkohrt commented 1 year ago

Due to a breaking change in knitr 1.44, the template doesn't run anymore:

Quitting from lines 235-240 [apafg-myplot] (...)
Error in `set2()`:
! The object is read-only and cannot be modified.
Backtrace:
  1. global .main()
 15. global `<fn>`(before = TRUE, options = `<kntr_st_>`)
 16. knitr::opts_current$set(label = NULL, output = "asis")
 17. knitr (local) set2(resolve(...))

Execution halted

See also yihui/knitr#1798