Other packages > Find by keyword >

rock  

Reproducible Open Coding Kit
View on CRAN: Click here


Download and install rock package within the R console
Install from CRAN:
install.packages("rock")

Install from Github:
library("remotes")
install_github("cran/rock")

Install by package version:
library("remotes")
install_version("rock", "0.9.6")



Attach the package and use:
library("rock")
Maintained by
Gjalt-Jorn Peters
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-06-14
Latest Update: 2025-06-13
Description:
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 decentralized construct taxonomies ('DCTs'). The 'ROCK' and this 'rock' package are described in the ROCK book and more information, such as tutorials, is available at .
How to cite:
Gjalt-Jorn Peters (2019). rock: Reproducible Open Coding Kit. R package version 0.9.6, https://cran.r-project.org/web/packages/rock. Accessed 25 Aug. 2026.
Previous versions and publish date:
(2026-08-22 10:54), 0.0.1 (2019-06-14 13:30), 0.1.0 (2019-11-14 20:50), 0.1.1 (2020-10-19 00:10), 0.4.1 (2021-07-14 16:30), 0.4.3 (2021-07-22 13:00), 0.5.1 (2021-10-31 20:40), 0.5.4 (2022-04-29 23:40), 0.5.5 (2022-06-09 11:50), 0.6.7 (2022-12-13 13:30), 0.8.1 (2024-01-21 16:40), 0.9.6 (2025-06-13 22:00)
Other packages that cited rock R package
View rock citation profile
Other R packages that rock depends, imports, suggests or enhances
Complete documentation for rock
Functions, R codes and Examples using the rock R package
Some associated functions: add_html_tags . apply_graph_theme . base30conversion . cat0 . checkPkgs . ci_get_item . ci_heatmap . cleaned_source_to_utterance_vector . cleaning_sources . codeIds_to_codePaths . codePaths_to_namedVector . code_freq_hist . codebook_fromSpreadsheet . codebook_to_pdf . codingSchemes . codingSchemes_get_all . coding_sources . collapse_occurrences . collect_coded_fragments . compressing_vectors_or_dataframes . compression_helper_functions . convertToNumeric . convert_to_source . create_cooccurrence_matrix . css . doc_to_txt . exampleCodebook_1 . expand_attributes . expanding_vectors_or_dataframes . exportToHTML . export_mergedSourceDf_to_file . exporting_codes . exporting_sources . extract_codings_by_coderId . generate_uids . generic_recoding . get_childCodeIds . get_dataframe_from_nested_list . get_source_filter . get_state_transition_df . get_state_transition_dot . get_state_transition_table . get_utterances_and_codes_from_source . get_vectors_from_nested_list . heading . heatmap_basic . inspect_coded_sources . loading_sources . masking_sources . match_consecutive_delimiters . merge_sources . moving_codes . number_as_xl_date . opts . parsed_sources_to_ena_network . parsing_sources . parsing_sources_by_coderId . prepending_uids . prereg_initialize . print.rock_graphList . qna_to_tlm . rbind_df_list . rbind_dfs . read_spreadsheet . recode_addChildCodes . recode_merge . recode_move . recode_split . repeatStr . resultsOverview_allCodedFragments . rmd_templates . rock . rock_ci_nrm . root_from_codePaths . rpe_create_source_with_items . save_workspace . show_attribute_table . show_fullyMergedCodeTrees . show_inductive_code_tree . split_long_lines . stripCodePathRoot . sync_streams . sync_vector . template_ci_heatmap_1_to_pdf . template_codebook_to_pdf . uncoding_sources . vecTxt . wrapVector . writing_sources . yaml_delimiter_indices . 
Some associated R codes: add_html_tags.R . aesthetics_to_graph_theme.R . aesthetics_to_regexIndexed_list.R . apply_graph_theme.R . base30toNumeric.R . cat0.R . checkPkgs.R . ci_create_interviewScheme.R . ci_get_item.R . ci_heatmap.R . ci_import_nrm_spec.R . ci_nrm_to_md.R . cleanCode.R . clean_source.R . clean_sources.R . cleaned_source_to_utterance_vector.R . codeIds_to_codePaths.R . codePaths_to_namedVector.R . code_freq_hist.R . code_source.R . code_sources.R . codebook_fromSpreadsheet.R . codebook_to_pdf.R . codingSchemes_get_all.R . collapse_occurrences.R . collect_coded_fragments.R . collect_coded_fragments_recursively.R . composeOutputFilename.R . compression_helper_functions.R . convertToNumeric.R . convert_df_to_source.R . create_codingScheme.R . create_cooccurrence_matrix.R . create_glue_df.R . css.R . doc_to_txt.R . escapeRegexCharacterClass.R . expand_attributes.R . exportToHTML.R . export_codes_to_txt.R . export_mergedSourceDf_to_file.R . export_to_html.R . export_to_markdown.R . extract_codings_by_coderId.R . form_to_rmd_template.R . generate_uids.R . generic_recoding.R . get_childCodeIds.R . get_dataframe_from_nested_list.R . get_deductive_code_values.R . get_descendentCodeIds.R . get_leaf_code.R . get_leaf_codes.R . get_parent_uid.R . get_source_filter.R . get_state_transition_df.R . get_state_transition_dot.R . get_state_transition_table.R . get_utterances_and_codes_from_source.R . get_vectors_from_nested_list.R . glue_df_list.R . glue_dfs.R . heading.R . heatmap_basic.R . imported_justifier_functions.R . included_data_resources.R . inductiveCodes_to_tree.R . inspect_coded_sources.R . is_source_filter.R . load_source.R . load_sources.R . mask_source.R . mask_sources.R . mask_utterances.R . match_consecutive_delimiters.R . merge_sources.R . merge_utterances_and_attributes.R . msg.R . multigrepl.R . number_as_xl_date.R . numericToBase30.R . opts.R . parse_source.R . parse_source_by_coderId.R . parse_sources.R . parse_sources_by_coderId.R . parsed_sources_to_ena_network.R . plot.rock_graphList.R . prepend_ids_to_source.R . prepend_ids_to_sources.R . prereg_initialize.R . qna_to_ltm.R . rbind_df_list.R . rbind_dfs.R . read_spreadsheet.R . recode_addChildCodes.R . recode_delete.R . recode_merge.R . recode_move.R . recode_rename.R . recode_source.R . recode_sources.R . recode_split.R . repeatStr.R . resultsOverview_allCodedFragments.R . rock-package.R . rock.R . root_from_codePaths.R . rpe_create_itemFragment.R . rpe_create_source_with_items.R . sanitize_identifiers.R . save_workspace.R . search_and_replace_in_source.R . search_and_replace_in_sources.R . sectionBreaksByCoder_to_sectionBreaksByUID.R . show_attribute_table.R . show_fullyMergedCodeTrees.R . show_inductive_code_tree.R . split_long_lines.R . split_source.R . split_sources.R . stripCodePathRoot.R . sync_streams.R . sync_vector.R . syncing_df_compress.R . syncing_df_expand.R . syncing_vector_compress.R . syncing_vector_expand.R . template_ci_heatmap_and_coded_fragments_to_pdf.R . template_codebook_to_pdf.R . vecTxt.R . wordwrap_source.R . wrapVector.R . writeTxtFile.R . write_source.R . write_sources.R . xlsx_to_source.R . yaml_delimiter_indices.R .  Full rock package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

hwep  
Hardy-Weinberg Equilibrium in Polyploids
Inference concerning equilibrium and random mating in autopolyploids. Methods are available to test ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
connectwidgets  
Organize and Curate Your Content Within 'Posit Connect'
A collection of helper functions and 'htmlwidgets' to help publishers curate content collections on ...
Download / Learn more Package Citations See dependency  
commonsMath  
JAR Files of the Apache Commons Mathematics Library
'Java' JAR files for the Apache Commons Mathematics Library for use by users and other packages. ...
Download / Learn more Package Citations See dependency  
missDiag  
Comparing Observed and Imputed Values under MAR and MCAR
Implements the computation of discrepancy statistics summarizing differences between the density of ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,113

Author Associations

28,333

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA