Skip to contents

Reproducible Open Coding Kit

The pkgdown website for this project is located at https://rock.opens.science.

The Reproducible Open Coding Kit (‘ROCK’, and this package, ‘rock’) was developed to facilitate reproducible and open coding, specifically geared towards qualitative research methods. It was developed to be both human- and machine-readable, in the spirit of MarkDown and ‘YAML’. The idea is that this makes it relatively easy to write other functions and packages to process ‘ROCK’ files. The ‘rock’ package contains functions for basic coding and analysis, such as collecting and showing coded fragments and prettifying sources, as well as a number of advanced analyses such as the Qualitative Network Approach and Qualitative/Unified Exploration of State Transitions. The ‘ROCK’ and this ‘rock’ package are described in the ROCK book (Zörgő & Peters, 2022; https://rockbook.org, in Zörgő & Peters (2024; doi.org/jrfb), and Peters, Zörgő and van der Maas (2022; doi.org/hwzj), and more information and tutorials are available at https://rock.science.

Installation

You can install the released version of rock from CRAN with:

You can install the development version of rock from Codeberg with:

install.packages(
  pkgs = 'https://codeberg.org/R-packages/rock/archive/dev.tar.gz',
  type = 'source',
  repos = NULL
);

Or, if you have remotes installed (which you can install with the install.packages() function), you can use:

remotes::install_url('https://codeberg.org/r-packages/rock/archive/dev.tar.gz');

And if you also have Git installed on your system, you can also use:

remotes::install_git('https://codeberg.org/r-packages/rock');