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

As dev, I want create_dependencies_file() to use sub-functions to create the output to be used in dockerfiler::add_dockerfile() #83

Closed MurielleDelmotte closed 1 year ago

MurielleDelmotte commented 1 year ago

create_dependencies_file() uses DESCRIPTION as source of information. _Note that DESCRIPTION file can be auto-fill using find_remotes()

Criteria of success

image

image

image

Technicals

⚠️ fonction plus trop utilisée et qui utilisait : dockerfiler::doc_from_desc()

# Remotes ----
install.packages("remotes")
remotes::install_github('local::mylocalpackage')
remotes::install_cran('cli')
remotes::install_cran('config')
...
statnmap commented 1 year ago

Perfect !