README.md

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).

There is a FLOSS interface for the ROCK, iROCK, available at https://i.rock.science (the accompanying git repository is available at https://gitlab.com/sci-ops/irock).

We are in the process of writing a textbook to support working with the ROCK standard, this rock R package, and the iROCK interface. This book is available at https://rockbook.org.

Materials for a brief workshop are available through https://rock.science/workshop-2-hour

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)

If you really want to install the most cutting edge version, install the ‘dev’ branch of this repository:

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


Try the rock package in your browser

Any scripts or data that you put into this service are public.

rock documentation built on Dec. 28, 2022, 1:55 a.m.