Last updated: 2019-04-10

Checks: 2 0

Knit directory: rrresearch/

This reproducible R Markdown analysis was created with workflowr (version 1.2.0). The Report tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility. The version displayed above was the version of the Git repository at the time these results were generated.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .DS_Store
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    analysis/.DS_Store
    Ignored:    analysis/assets/
    Ignored:    assets/
    Ignored:    data/metadata/
    Ignored:    data/raw/
    Ignored:    demos/demo-rmd-0_files/
    Ignored:    demos/demo-rmd-1_files/
    Ignored:    demos/demo-rmd_files/
    Ignored:    docs/.DS_Store
    Ignored:    docs/assets/.DS_Store
    Ignored:    docs/assets/img/.DS_Store
    Ignored:    docs/demo-rmd-0_files/
    Ignored:    docs/demo-rmd-1_files/
    Ignored:    docs/demo-rmd-2_files/
    Ignored:    docs/demo-rmd-3_files/
    Ignored:    docs/demo-rmd_files/
    Ignored:    docs/figure/10_compendium.Rmd/
    Ignored:    docs/index-demo-pre_files/
    Ignored:    figure/
    Ignored:    install.R
    Ignored:    rmd/
    Ignored:    slides/libs/

Unstaged changes:
    Modified:   analysis/_site.yml

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the R Markdown and HTML files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view them.

File Version Author Date Message
html a3cfb2c annakrystalli 2019-04-10 update navmenu
html 3bf423c Anna Krystalli 2019-04-10 add setup
html f001244 Anna Krystalli 2019-04-09 correct right navbar icon
html 0e2d0ed Anna Krystalli 2019-04-09 add icons to navbar
html 3339a89 Anna Krystalli 2019-04-09 update navbar in docs
Rmd 9f84775 Anna Krystalli 2019-04-09 Refine index
html cd7663f Anna Krystalli 2019-04-09 update site yml
Rmd f848f40 Anna Krystalli 2019-04-09 Update index content
html 74ffa63 Anna Krystalli 2019-04-09 commit site
html 412fe0e Anna Krystalli 2019-04-09 commit index
html 558735a Anna Krystalli 2019-04-09 commit draft docs
Rmd 2462ad6 Anna Krystalli 2019-02-16 Start workflowr project.

Course description

In order to ensure robustness of outputs and maximise the benefits of ACCE research to future researchers and society more generally, it is important to share the underlying code and data. But for sharing to have any impact, such materials need to be created FAIR (findable, accessible, interoperable, reusable), i.e. they must be adequately described, archived, and made discoverable to an appropriate standard.

Additionally, if analyses are to be deemed robust, they must be at the very least reproducible, but ideally well documented and reviewable.

R and Rstudio tools and conventions offer a powerful framework for making modern, open, reproducible and collaborative computational workflows more accessible to researchers.

This course focuses on data and project management through R and Rstudio, will introduce students to best practice and equip them with modern tools and techniques for managing data and computational workflows to their full potential. The course is designed to be relevant to students with a wide range of backgrounds, working with anything from relatively small sets of data collected from field or experimental observations, to those taking a more computational approach and bigger datasets.


By the end of the workshop, participants will be able to:


Schedule

Day 1

Introduction

Research Data Management

  • Data Hygiene
  • Good filenaming
  • Metadata

Research Code Management

Literate Programming

  • Intoduction to long form documentation in Rmarkdown

Git & GitHub through Rstudio

  • Version control
  • Sharing code

Day 2

Research Code Management

Collaborative Git & GitHub

  • Collaborating on code

Packaging code

  • Writing & documenting functions
  • Capturing metadata incl. dependencies
  • Checking & Testing functions

Putting it all together: a Research Compendium

  • Creating a research compendium

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.