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
153 stars 13 forks source link

"Quarto extensions not installed" in R 4.4.0 & RStudio 2024.04.2 #90

Open llorban opened 2 days ago

llorban commented 2 days ago

Here is the console output:

> quarto::quarto_add_extension("wjschne/apaquarto")
Quarto extensions may execute code when documents are rendered.
• If you do not trust the author(s) of this Quarto extensions, we recommend that you do not install or
  use this Quarto extensions.
Do you trust the authors of this Quarto extensions (Y/n)? Yes
Quarto extensions not installed.
wjschne commented 2 days ago

The development version of the quarto package has fixed this problem: https://github.com/quarto-dev/quarto-r/issues/212

To install the development version:

remotes::install_github("quarto-dev/quarto-r")