projoint 0.1.0 (2025-02-05)
projoint 0.2.0 (2025-04-20)
- Minor bug fixes and documentation improvements.
- Major redesign of the website, including improved vignettes and a
clearer step-by-step tutorial structure.
- Fixed input validation for specifying inter-rater reliability (IRR),
ensuring that IRR values must be between 0.5 and 1.
projoint 0.3.0 (2025-08-17)
- Robust SEs & clustering: fixes to variance options; users can
now pass arguments supported by estimatr::lm_robust()for
clustering and standard errors.
- reshape_projoint()overhaul: now robust to arbitrary
base-task orders, infers the repeated base task from the first base
outcome, and requires the repeated outcome to be the last element of- .outcomes.
projoint 0.3.1 (2025-08-18)
- Bug fix for minor issue.
 
- Vignettes extended to illustrate additional choice-level
analyses.
projoint 1.0.0 (2025-08-19)
projoint 1.0.1 (2025-08-19)
- Fix CITATION: switched from citEntry() to bibentry().
- Fixed README links (absolute URLs).
- Added Depends: R (>= 4.1.0).
- Removed duplicate Author field.
- Added cran-comments.md to .Rbuildignore.
projoint 1.0.2 (2025-08-21)
- CRAN resubmission: fix CITATION (use bibentry(), avoid
install-time lookups).
- README: replace relative URLs; fix broken BibTeX link (use GitHub
raw URL).
- DESCRIPTION: add aligned Author:alongsideAuthors@R.
- Bug fix: correct error message when .irris
user-specified.
- Robustness: skip IRR estimation (sim/boot) when .irris
fixed.
- Docs: new vignette “Explore” and corresponding README/pkgdown
links.
projoint 1.0.3 (2025-08-21)
- DESCRIPTION: aligned Author:exactly with CRAN’s
derivedAuthors@Rformat (names and ORCID link formatting)
to remove NOTE.
projoint 1.0.4 (2025-08-21)
- Fixed DESCRIPTION metadata mismatch between AuthorandAuthors@Rfields, as requested by CRAN.
projoint 1.0.5 (2025-09-10)
Improvements
- Revised pj_estimate()to automatically set the
appropriate standard-error option (se_type) depending on
clustering and estimation method.
- Expanded documentation across functions:
- All exported methods now include \value{}sections
describing return values.
- Clearer examples for choice-level analysis; removed commented-out
code.
- Improved description in DESCRIPTIONto highlight both
profile-level and choice-level estimators, IRR correction, and
visualization.
 
- Updated README and pkgdown site to emphasize choice-level
analysis as the default and recommended framework.
Bug fixes
- Fixed reshape_projoint()docs
(\textrightarrowmacro removed).
- Standardized return values for summary(),plot(), andprint()methods to match CRAN
policies.
projoint 1.0.6 (2026-10-24)
CRAN maintenance update
This release addresses all issues raised in the CRAN review and
includes several small improvements and documentation updates.
Changes and fixes
- DESCRIPTION: References now follow the required
format authors (year) <https://...>.
 
- Examples: Removed commented-out code and replaced
examples of unexported functions (projoint_data()) with
runnable toy examples.
 
- Internal helpers: Suppressed documentation for
unexported internal functions (projoint_tau(),plot_projoint_profile_level()) using@noRd.
 
- Cross-references: Fixed a missing link warning in
plot.projoint_results.Rd.
 
- make_projoint_data(): Fixed a minor error affecting
input validation.
 
- Vignettes and website: Revised and expanded for
clarity, examples, and reproducibility.
Notes
- R CMD check --as-cranruns cleanly with 0 errors, 0
warnings, and 2 expected NOTES (package size and timestamps).