Video není dostupné.
Omlouváme se.

What is Different about Quarto? (Relative to R Markdown)

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • In this video, I walk some GW political science grad students through some of the main differences between Quarto and R Markdown
    . If you want to follow along you can download the R Markdown file that I start with here:
    github.com/eteitelbaum/rmarkd...
    Be sure you have a recent version of RStudio (Posit) and all of the relevant packages installed before starting. Here are some key time markers in the video:
    00:00 - Overview
    06:19 - Part I: R Markdown vs. Quarto
    12:41 - Part II: Parameters in YAML header
    23:18 - Part III: Revealjs slides
    31:11 - Part IV: Citations and journal templates
    And here are some additional resources that I have found helpful in my Quarto journey:
    • Beautiful reports and ...
    • Welcome to Quarto Work...
    www.apreshill.com/blog/2022-0...

Komentáře • 18

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před rokem +1

    Neat! I like the "moon" theme.

  • @kenedavidnwosu1819
    @kenedavidnwosu1819 Před rokem +1

    Splendid tutorial!

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před rokem +1

    The references building (bibtex) and cross-references (auto-labelling figures, equations etc) is all straight from LaTeX

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před rokem +1

    I think the mess up in bibliography might be in the bibliography part. I used bibtex in my doc and it worked fine.

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před rokem +1

    Interesting - the pdf looks much like what LaTeX does. LaTeX has "usepackages" that will generate either random latin text, or text in the style of Kant or even random math equations. In fact I think one of the authors of Quarto stated that they were deeply influenced by how LaTeX works when the designed Quarto.

  • @rossd6809
    @rossd6809 Před rokem

    Doesn't like & ?

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před rokem

    Have you tried to generate a class syllabus in Quarto? That would be very useful and appreciated by many (I know there are some in RMarkdown but those are pdf only).

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před rokem

    So is revealjr better than (LaTeX) Beamer?

    • @emmanuelteitelbaum
      @emmanuelteitelbaum  Před rokem

      It depends on what you want to do, but I like revealjs because it is more dynamic and interactive. See the quarto gallery for more examples: quarto.org/docs/gallery/

  • @CanDoSo_org
    @CanDoSo_org Před rokem

    Hi, guys. I got a strange problem. Some shortcuts work in Rmarkdown, but not in Quarto. For example, Insert Assignment Operator, Insert Pipe Operator. Anyone runs into the same problem?

    • @emmanuelteitelbaum
      @emmanuelteitelbaum  Před rokem

      Are you in the "Visual" editor or the "Source" editor? For me it is working in the source editor but not the visual editor. Might be worth raising in the Quarto-CLI discussion forum on GitHub. github.com/quarto-dev/quarto-cli/discussions

    • @CanDoSo_org
      @CanDoSo_org Před rokem

      @@emmanuelteitelbaum Neither. Do not work either in source or visual.

    • @emmanuelteitelbaum
      @emmanuelteitelbaum  Před rokem

      @@CanDoSo_org Not sure then. I would try the Quarto CLI discussion forum...

    • @CanDoSo_org
      @CanDoSo_org Před rokem

      @@emmanuelteitelbaum Thanks, man. I solved the issue by updating the Quarto. By the way, how come there is no automatically way to update the Quarto. I don't even know it was out of date.