Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: jaspFrequencies
Type: Package
Title: Frequencies Module for JASP
Version: 0.96.1
Date: 2026-03-19
Date: 2026-03-27
Comment on lines 4 to +5

Copilot AI Mar 27, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description says "increase version nr", but this change only updates the Date field while leaving Version at 0.96.1. Either bump the Version in DESCRIPTION to match the intent, or update the PR title/description to reflect that this is only a date change (e.g., to retrigger CI/codecov).

Copilot uses AI. Check for mistakes.
Author: JASP Team
Website: jasp-stats.org
Maintainer: JASP Team <info@jasp-stats.org>
Expand Down
2 changes: 1 addition & 1 deletion R/contingencytables.R
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ ContingencyTablesInternal <- function(jaspResults, dataset, options, ...) {
if (!is.null(analysisContainer[["crossTabKendallTau"]]))
next

# Create table
# Create table for Kendall's Tau
crossTabKendallTau <- createJaspTable(title = "Kendall's Tau")
crossTabKendallTau$dependOn(c("kendallsTauB", "vovkSellke", "rowOrder", "columnOrder"))
crossTabKendallTau$showSpecifiedColumnsOnly <- TRUE
Expand Down
Loading