View source: R/build_dep_order.R
Borrows from makeDepGraph but works on package not yet built
| 1 2 3 4 5 6 | makeDepGraphFromDescription(
  file,
  suggests = TRUE,
  enhances = FALSE,
  includeBasePkgs = FALSE
)
 | 
| file | DESCRIPTION file path | 
| suggests | include suggests | 
| enhances | include enhances | 
| includeBasePkgs | include base packges | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.