Skip to content

Remove unused abind dependency#171

Merged
joethorley merged 1 commit into
mainfrom
remove-unused-abind
Jun 15, 2026
Merged

Remove unused abind dependency#171
joethorley merged 1 commit into
mainfrom
remove-unused-abind

Conversation

@joethorley

Copy link
Copy Markdown
Member

Summary

Removes the unused abind dependency:

  • Drop abind from Imports (DESCRIPTION).
  • Remove the @importFrom abind abind (R/ssdtools-package.R) and the matching NAMESPACE line.

abind() is never called anywhere in the package — only the import existed.

Context

This is the remaining piece of a dependency-declaration cleanup. The other items (moving dplyr to Imports, removing reshape2) are already present on poissonconsulting/main, so only the abind removal was outstanding here. (Originally raised against bcgov as bcgov#476 / bcgov#477; retargeted to this fork.)

Test plan

  • R CMD check (not run here)
  • No package behaviour changes; dependency-declaration hygiene only.

abind is in Imports with an @importFrom (and NAMESPACE entry) but
abind() is never called anywhere in the package. Remove it.

dplyr (Imports) and the removal of reshape2 are already present on
main, so this completes the remaining dependency-declaration cleanup.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@joethorley joethorley merged commit fd39c3a into main Jun 15, 2026
9 of 10 checks passed
@joethorley joethorley deleted the remove-unused-abind branch June 15, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant