Releases: yhoriuchi/projoint
Releases · yhoriuchi/projoint
projoint 1.0.6 (CRAN resubmission)
projoint 1.0.6 (2026-10-24)
Maintenance update submitted to CRAN.
- Updated DESCRIPTION references to required CRAN format.
- Removed commented-out examples and unexported calls.
- Fixed cross-reference warning.
- Fixed minor error in make_projoint_data().
- Revised vignettes and pkgdown site.
CRAN release v1.0.5
elease v1.0.5: CRAN submission
- Expanded DESCRIPTION with details and references
- Added \value{} to all exported methods
- Cleaned examples (no commented code, \donttest for long ones)
- Updated CITATION and NEWS
projoint 1.0.3
What’s new in 1.0.3
- DESCRIPTION: Authors@R now uses ORCID URLs to match the derived Author field (resolves CRAN NOTE).
- No code changes relative to 1.0.2 except minor housekeeping for CRAN metadata.
Install (development)
until CRAN accepts 1.0.3
devtools::install_github("yhoriuchi/projoint")
Links
projoint 1.0.2
What’s new in 1.0.2
- CRAN resubmission: CITATION rewritten using
bibentry(); no install-time metadata access. - README: fixed links (absolute pkgdown URLs) and BibTeX download (GitHub raw URL).
- DESCRIPTION: aligned
Author:withAuthors@R;Depends: R (>= 4.1.0). - Bug fix: correct error when
.irris specified. - Robustness: skip IRR estimation (sim/boot) when
.irris fixed. - Docs: new vignette Explore and updated README links.
Install (development)
# until CRAN acceptance
devtools::install_github("yhoriuchi/projoint")
## Links
- Docs (pkgdown): https://yhoriuchi.github.io/projoint/
- Issues: https://github.com/yhoriuchi/projoint/issuesprojoint 1.0.1
- 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.