lewinfox / lambdar

Tools to help you run R on AWS Lambda.
https://lewinfox.github.io/lambdar
Other
4 stars 0 forks source link

Audo-detect dependencies in code #4

Closed lewinfox closed 3 years ago

lewinfox commented 3 years ago

Look for library() and pkg::fun(). Compare against the list of packages known to be installed in the container (how?).

lewinfox commented 3 years ago

Used renv::dependencies()