The pkgdown website for this project is located at https://rock.opens.science. If there is a development version of the documentation, that is available 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).
More ROCK-related resources are available through https://rock.science.
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');