Package: courieR
Type: Package
Title: Migrate Installed R Packages Between R Versions
Version: 0.2.0
Authors@R: 
    person("Lennon", "Li", , "yeli@biostats.ai", role = c("aut", "cre"))
Description: 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
    one-way and two-way migration.
License: MIT + file LICENSE
URL: https://github.com/lennon-li/courieR
BugReports: https://github.com/lennon-li/courieR/issues
Language: en-US
Encoding: UTF-8
RoxygenNote: 8.0.0
Config/testthat/edition: 3
Imports: processx (>= 3.8.0), callr (>= 3.7.0), pak (>= 0.7.0),
        jsonlite (>= 1.8.0), desc (>= 1.4.0), fs (>= 1.6.0), cli (>=
        3.6.0), data.table (>= 1.14.0), shiny (>= 1.8.0), bslib (>=
        0.7.0), bsicons (>= 0.1.2), DT (>= 0.31), stringr (>= 1.5.0)
Suggests: testthat (>= 3.0.0), withr (>= 3.0.0), mockery (>= 0.4.4),
        knitr (>= 1.45), rmarkdown (>= 2.26)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-05-27 14:08:51 UTC; yeli
Author: Lennon Li [aut, cre]
Maintainer: Lennon Li <yeli@biostats.ai>
Repository: CRAN
Date/Publication: 2026-05-30 13:20:02 UTC
