knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) # install.packages('pkgnet'); packagename <- 'rock'; packageSubtitle <- "Reproducible Open Coding Kit"; gitLab_ci_badge <- paste0("https://gitlab.com/r-packages/", packagename, "/badges/prod/pipeline.svg"); gitLab_ci_url <- paste0("https://gitlab.com/r-packages/", packagename, "/-/commits/prod"); codecov_badge <- paste0("https://codecov.io/gl/r-packages/", packagename, "/branch/prod/graph/badge.svg"); codecov_url <- paste0("https://app.codecov.io/gl/r-packages/", packagename, "?branch=prod"); dependency_badge <- paste0("https://tinyverse.netlify.com/badge/", packagename); dependency_url <- paste0("https://CRAN.R-project.org/package=", packagename); pkgdown_url_dev <- paste0("https://r-packages.gitlab.io/", packagename); pkgdown_url_prod <- paste0("https://", packagename, ".opens.science"); cran_url <- paste0("https://cran.r-project.org/package=", packagename); cranVersion_badge <- paste0("https://www.r-pkg.org/badges/version/", packagename, "?color=brightgreen"); cranLastMonth_badge <- paste0("https://cranlogs.r-pkg.org/badges/last-month/", packagename, "?color=brightgreen"); cranTotal_badge <- paste0("https://cranlogs.r-pkg.org/badges/grand-total/", packagename, "?color=brightgreen");
r paste(packagename, "\U1F4E6")
r packageSubtitle
The pkgdown website for this project is located at r pkgdown_url_prod
. If there is a development version of the documentation, that is available at r pkgdown_url_dev
.
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 r packagename
from CRAN with:
cat(paste0("``` r install.packages('", packagename, "'); ```"));
You can install the development version of r packagename
from GitLab with:
cat(paste0("``` r remotes::install_gitlab('r-packages/", packagename, "'); ```"));
(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:
cat(paste0("``` r remotes::install_gitlab('r-packages/", packagename, "@dev'); ```"));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.