generate_installation_order | R Documentation |
resolve()
to a data frame, which each row represents one installation step. The order of rows is the installation order. By installing packages in the specified order, one can install all the resolved packages without conflicts.Create a Data Frame of The Resolved Result
This function exports the results from resolve()
to a data frame, which each row represents one installation step. The order of rows is the installation order. By installing packages in the specified order, one can install all the resolved packages without conflicts.
generate_installation_order(rang)
rang |
output from |
A data frame ordered by installation order.
Ripley, B. (2005) Packages and their Management in R 2.1.0. R News, 5(1):8–11.
if (interactive()) {
graph <- resolve(pkgs = c("openNLP", "LDAvis", "topicmodels", "quanteda"),
snapshot_date = "2020-01-16")
generate_installation_order(graph)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.