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

Get dependencies in Rmd inline code #15

Closed statnmap closed 3 years ago

statnmap commented 4 years ago

If a call is made only in a inline code like ``r length(devtools::revdep("shiny"))`` for instance, attachment::att_from_rmds() will not detect it.