ThinkR-open / attachment

Tools to deal with dependencies in scripts, Rmd and packages
https://thinkr-open.github.io/attachment/
Other
108 stars 13 forks source link

Deal with local package dependencies in find_remotes() #54

Closed MurielleDelmotte closed 2 years ago

MurielleDelmotte commented 2 years ago

For now in extract_pkg_info(),

What is desired ?

DESCRIPTION

Imports:
    mylocalpackage
Remotes:
    local::mylocalpackage

Technically

To test:

statnmap commented 2 years ago

Added in https://github.com/ThinkR-open/attachment/pull/57