Skip to content

Releases: yhoriuchi/projoint

projoint 1.0.6 (CRAN resubmission)

24 Oct 22:51

Choose a tag to compare

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

10 Sep 17:18

Choose a tag to compare

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

21 Aug 13:53

Choose a tag to compare

projoint 1.0.3 Pre-release
Pre-release

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

21 Aug 13:03

Choose a tag to compare

projoint 1.0.2 Pre-release
Pre-release

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: with Authors@R; Depends: R (>= 4.1.0).
  • Bug fix: correct error when .irr is specified.
  • Robustness: skip IRR estimation (sim/boot) when .irr is 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/issues

projoint 1.0.1

20 Aug 00:26

Choose a tag to compare

  • 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.