Reproducible Manuscripts with Quarto - posit::conf(2023)

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 8

  • @pandumulyamuhammadsyah
    @pandumulyamuhammadsyah Рік тому +1

    Thanks for the valuable information. It's really fascinating how writing research paper could be fun and enjoyable.

  • @tangibleoxygen1986
    @tangibleoxygen1986 10 місяців тому

    Awesome

  • @damanrique
    @damanrique 10 місяців тому +1

    That's an amazing approach. I have a question. As you are aware, we scientists do not generate single visualozations in our articles, like thr example shown. Instead, we work with pannels incorporating several figures and images organized in different ways. Is there a way quarto facilitates building those figure/images pannels? Thank you.

    • @marttami
      @marttami 9 місяців тому

      you can create your plots using ggplot2 and join them with functions from the patchwork or cowplot packages, for exemple.

    • @PositPBC
      @PositPBC  9 місяців тому +1

      Yes! Please check out the figures documentation on the Quarto site: quarto.org/docs/authoring/figures.html

  • @masterx.academy
    @masterx.academy 4 місяці тому

    Brilliant!

  • @adriant1168
    @adriant1168 8 місяців тому

    Amazing

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 11 місяців тому

    The problem I have run into with publications that supply the code and other data as supplements is that the code is frequently out of date and thus breaks when attempting to run it. Moreover, annotation is often lacking so it is hard to tell what the authors were doing. To boot the format of data may be poor. I have for instance come across papers where the supplementary data was stored in a bunch of word tables. I think there needs to be some sort of standard for both the code and data format set by the journals or reproducibility is just wishful thinking.