# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "courieR" in publications use:' type: software license: MIT title: 'courieR: Migrate Installed R Packages Between R Versions' version: 0.3.0 doi: 10.32614/CRAN.package.courieR abstract: Detects all R installations on the current machine and migrates installed R packages between them. Provides find_routes() to discover R versions, manifest() to scan package libraries via 'subprocess', inventory() to compare two libraries, and ship() to install packages into a target R version using 'pak'. Includes a Shiny dashboard (open_hub()) for interactive source-to-target migration. authors: - family-names: Li given-names: Lennon email: yeli@biostats.ai repository: https://lennon-li.r-universe.dev repository-code: https://github.com/lennon-li/courieR commit: 23f19d88ea97bbcc69d5ce0934b1d5c56e927dd4 url: https://lennon-li.github.io/courieR/ date-released: '2026-06-10' contact: - family-names: Li given-names: Lennon email: yeli@biostats.ai