# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "consolidatePacks" in publications use:' type: software license: GPL-2.0-or-later title: 'consolidatePacks: Eliminate ''@import'' by Incorporating Dependencies Directly into the Package' version: 1.0.0 abstract: The purpose of this package is to remove the '@import' dependence of an external package by consolidating the functions into your package. This may be necessary when the '@import' package is decommissioned by CRAN, and you do not want your dependent package to also be decommissioned. The functions in this package recursively retrieve dependencies in the external package. It also performs the other needed bookkeeping, such as retrieving .Rd files in the man subdirectory. authors: - family-names: Zeeberg given-names: Barry email: barryz2013@gmail.com repository: https://barryzee.r-universe.dev commit: 1f52b936af2ea59a668b6b7e28ccb4f654280695 date-released: '2026-06-03' contact: - family-names: Zeeberg given-names: Barry email: barryz2013@gmail.com