DedooseR 2.0.0.1
CRAN release: 2026-01-07
- DESCRIPTION tweaks for CRAN (Title/Description wording, URL canonicalization)
DedooseR 0.0.5
- 2025-10-13: Renamed
merge_codes()torecode()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
