All Projects → resulumit → Rmd_workshop

resulumit / Rmd_workshop

Licence: other
Materials for a workshop on writing reproducible research papers with R Markdown

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Rmd workshop

rmarkdown-workshop
A workshop format for rmarkdown. Releases contain locations in chronological order
Stars: ✭ 27 (-70.65%)
Mutual labels:  workshop, rmarkdown
Details
R Package to Create Details HTML Tag for Markdown and Package Documentation
Stars: ✭ 83 (-9.78%)
Mutual labels:  rmarkdown
Owasp Workshop Android Pentest
Learning Penetration Testing of Android Applications
Stars: ✭ 60 (-34.78%)
Mutual labels:  workshop
Dss Workshops Archived
IQSS Data Science Services workshop materials
Stars: ✭ 72 (-21.74%)
Mutual labels:  rmarkdown
Ulib
ULib: A Lua library for more rapid development on Garry's Mod servers
Stars: ✭ 63 (-31.52%)
Mutual labels:  workshop
Workshops
Workshops for The Things Network
Stars: ✭ 74 (-19.57%)
Mutual labels:  workshop
Frontendmasters Serverless
Source code for the Serverless workshop on Frontend Masters.
Stars: ✭ 54 (-41.3%)
Mutual labels:  workshop
Wraprmd
RStudio addin for wrapping RMarkdown paragraphs
Stars: ✭ 87 (-5.43%)
Mutual labels:  rmarkdown
Beautifyr
RStudio addin for formatting Rmarkdown tables
Stars: ✭ 77 (-16.3%)
Mutual labels:  rmarkdown
Intro Statistical Modeling
『データ解析のための統計モデリング入門』の勉強ノート
Stars: ✭ 72 (-21.74%)
Mutual labels:  rmarkdown
Intro To R
Stars: ✭ 71 (-22.83%)
Mutual labels:  workshop
Xaringan
Presentation Ninja 幻灯忍者 · 写轮眼
Stars: ✭ 1,129 (+1127.17%)
Mutual labels:  rmarkdown
Ninja Theme
A xaringan / remark js ninja theme
Stars: ✭ 75 (-18.48%)
Mutual labels:  rmarkdown
4tu Css
Material for a Computational Social Science (CSS) Workshop hosted by the four Dutch technical universities.
Stars: ✭ 61 (-33.7%)
Mutual labels:  workshop
Gfonts
🔤 Offline Google Fonts for rmarkdown and shiny
Stars: ✭ 85 (-7.61%)
Mutual labels:  rmarkdown
Monashthesis
Monash PhD thesis template
Stars: ✭ 55 (-40.22%)
Mutual labels:  rmarkdown
Explore
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Stars: ✭ 69 (-25%)
Mutual labels:  rmarkdown
Betterposter
👩‍🔬👨‍🔬 Another R Markdown Better Scientific Poster
Stars: ✭ 74 (-19.57%)
Mutual labels:  rmarkdown
P2p Internet Workshop
Building the Peer-to-Peer Internet workshop series
Stars: ✭ 88 (-4.35%)
Mutual labels:  workshop
Testing Workshop
A workshop for learning how to test JavaScript applications
Stars: ✭ 1,276 (+1286.96%)
Mutual labels:  workshop

Writing Reproducible Research Papers with R Markdown

This repository holds the materials for a workshop on writing reproducible research papers with R Markdown, first taught at Campus Luzern in March 2020.

Unless otherwise noted, all material is copyright Resul Umit, licensed CC-BY-SA 3.0. An easy to read summary of this permissive licence is available on the Creative Commons website.

Contents

The workshop is divided into ten parts. Most parts include exercises — 40+ in total.

Part 1. Getting the Tools Ready
- e.g., downloading course material
Part 6. Adding Code, Figures, and Tables
- e.g., plotting data
Part 2. Introducing R Markdown
- e.g., creating a new document
Part 7. Addressing Functionality Gaps
- e.g., adjusting line spacing
Part 3. Setting Metadata
- e.g., defining output format
Part 8. Using Version Control
- e.g., integrating Git and GitHub
Part 4. Writing Text
- e.g., adding emphasis to text
Part 9. Collaborating with Others
- e.g., working simultaneously with co-authors
Part 5. Managing References
- e.g., citing sources
Part 10. Working on a Real Project
- e.g., converting a work-in-progress of yours

Material

Below are the workshop materials kept in this repository.

  • manuscript\reproduce_this.pdf

    • a document, formatted in Word but saved as PDF, to be re-created with R Markdown
    • random sentences in the document are generated with the stringi package (Gagolewski, 2020)
    • figures and tables are based on a fabricated dataset (journals.csv, see below)
    • key sections in-need of attention are highlighted
  • manuscript\journals.Rmd

    • an R Markdown document to work on during the workshop
      • includes unformatted text from reproduce_this.pdf to save time
      • major components, such as paragraphs and tables, are numbered and marked in comments to facilitate navigation
  • manuscript\references.bib

    • a BibTeX document with three fabricated references
  • manuscript\apa_7th.csl

    • a Citation Style Language document, with APA (7th Edition) referencing style (Wiernik, 2020)
  • data\journals.csv

    • a dataset created with the fabricatr package (Blair et al., 2019), imagined to explore the Google Scholar rankings of fictitious journals

    • includes the following variables

      • name: journals (1090 random titles)
      • origin: geographic origins (five continents)
      • branch: major discipline of journals (four branches)
      • since: time of first publication (years)
      • h5_index: H5 Index (integers)
      • h5_median: H5 Median (integers)
      • english: English (1) vs. other-language (0) journals
      • subfield: subfield (1) vs. generalist (0) journals
      • issues: number of issues published per year (integers)
  • image\google_scholar.png

    • a screeenshot image of the Google Scholar homapage, copyright Google, LLC
  • presentation\rmd_workshop.pdf

  • presentation\rmd_workshop.Rmd

    • an R Markdown file behind the slides, produced with the xaringan package (Xie, 2020)
  • test\run_this.R

    • an R script that
      • installs the packages needed for the workshop
      • attempts to knit an R Markdown into PDF file
    • useful for tasking participants with a pre-workshop setup
  • test\the_test.Rmd

    • an R Markdown file, to be used for the attempt in test\run_this.R

References

Blair, G., Cooper, J., Coppock, A., Humphreys, M., Rudkin, A. and Fultz, N. (2019). fabricatr: Imagine your data before you collect it. R package, version 0.10.0.

Gagolewski, M. (2020). stringi: Character String Processing Facilities. R package, version 1.4.6.

Wiernik, B. M. (2020). American Psychological Association 7th edition (no ampersand). Citation style language file, version 1.0.

Xie, Y. (2020). xaringan: Presentation Ninja. R package, version 0.18.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].