Pipeline status Coverage status Version on CRAN Version on CRAN Version on CRAN

rock 📦

Reproducible Open Coding Kit

The pkgdown website for this project is located at https://r-packages.gitlab.io/rock.

The Reproducible Open Coding Kit (ROCK, and this package, rock) was developed to facilitate reproducible and open coding, specifically geared towards qualitative research methods. Although it is a general-purpose toolkit, three specific applications have been implemented, specifically an interface to the rENA package that implements Epistemic Network Analysis (ENA), means to process notes from Cognitive Interviews (CIs), and means to work with a decentralized construct taxonomy (DCT).

See the introductory vignette for an introduction.

There is a FLOSS interface for the ROCK, iROCK, available at https://r-packages.gitlab.io/rock/iROCK/

Installation

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

install.packages('rock');

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

remotes::install_gitlab('r-packages/rock');

(assuming you have remotes installed; otherwise, install that first using the install.packages function)