Skip to contents
DedooseR 0.0.6
- 2025-10-16: Added vignettes for all functions :)
DedooseR 0.0.5
- 2025-10-13: Renamed
merge_codes() to recode() to better reflect how the function combines themes
- 2025-10-12: Test for all functions > 95%, package coverage is at 99.3% 🥳
- 2025-10-04: Adding tests for each of the functions just to make extra sure its ready for y’all!
- 2025-10-04: We have our first 8 functions 🥳
DedooseR 0.0.4
- 2025-10-04: Pushed all cooccur functions into one
- 2025-10-04: Pushed plot_saturation into set_saturation
- 2025-10-04: Pushed count_codes and plot_counts into one function: create_code_summary
- 2025-10-04: Updated existing functions to output cleaned variable labels instead of names
- 2025-10-03: Added the topicmodel function to select code and populate topic distributions
- 2025-10-03: Added the wordcloud function to generate wordclouds for chosen codes
- 2025-10-03: Added the view_excerpts function to create a filterable excerpt viewer
- 2025-10-03: Added the merge_codes function to collapse codes into others/new ones
- 2025-10-03: Added the create_cooccur_matrix function allowing for counts and proportions to be tabled
- 2025-10-03: Added the plot_compare_saturation function so we can visualize the codes that meet criteria for thresholds set
- 2025-10-03: Added the compare_saturation function so we can set saturation thresholds and see if codes meet them
- 2025-10-03: Added the plot_saturation function so we can visualize set_saturation
- 2025-10-03: Updated the set_saturation function so we can set by either code counts, transcript coverage or both
DedooseR 0.0.3
- 2025-10-03: Updated the plot_counts function so we can plot by either code counts or transcript coverage
- 2025-10-03: Updated the count_codes function to output transcript coverage
DedooseR 0.0.2
- 2025-10-02: Updated the clean_data function to include an exportable codebook!
DedooseR 0.0.1
- 2025-08-05: Welcome to DedooseR! Today, we added our first four functions - more to come soon ;)