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

Поділитися
Вставка
  • Опубліковано 22 жов 2024

КОМЕНТАРІ • 8

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

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

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

    Brilliant!

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

    Awesome

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

    Amazing

  • @damanrique
    @damanrique 7 місяців тому +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.

    • @tamiresmartins1296
      @tamiresmartins1296 7 місяців тому

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

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

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

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

    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.