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 git package dependencies in find_remotes() #55

Closed MurielleDelmotte closed 2 years ago

MurielleDelmotte commented 2 years ago

For now in extract_pkg_info(),

What is desired (for examples)?

DESCRIPTION

Imports:
    lsr,
    igraph
Remotes:
    git::git@bitbucket.org:djnavarro/lsr.git,
    git::https://github.com/igraph/rigraph.git@main
MurielleDelmotte commented 2 years ago

Warning: RemoteType changes depending on the personal git

Idea to test:

statnmap commented 2 years ago

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