Package: joinspy Title: Diagnostic Tools for Data Frame Joins Version: 0.8.3 Authors@R: person("Gilles", "Colling", email = "gilles.colling051@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-3070-6066")) Language: en-US Description: Provides diagnostic tools for understanding and debugging data frame joins. Analyzes key columns before joining to detect duplicates, mismatches, encoding issues, and other common problems. Explains unexpected row count changes and provides safe join wrappers with cardinality enforcement. Concepts and diagnostics build on tidy data principles as described in 'Wickham' (2014) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: cli, rlang Suggests: dplyr, data.table, tibble, testthat (>= 3.0.0), knitr, rmarkdown, shiny, miniUI VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://gillescolling.com/joinspy/, https://github.com/gcol33/joinspy BugReports: https://github.com/gcol33/joinspy/issues Depends: R (>= 4.1) Config/roxygen2/version: 8.0.0 Repository: https://gcol33.r-universe.dev Date/Publication: 2026-06-29 15:24:45 UTC RemoteUrl: https://github.com/gcol33/joinspy RemoteRef: HEAD RemoteSha: 735c74980c02f5ef561606a8dad74528ad49e623 NeedsCompilation: no Packaged: 2026-06-29 17:40:31 UTC; root Author: Gilles Colling [aut, cre, cph] (ORCID: ) Maintainer: Gilles Colling