resolveDependencies | R Documentation |
Given a list of dependencies, removes any redundant dependencies (based on name equality). If multiple versions of a dependency are found, the copy with the latest version number is used.
resolveDependencies(dependencies, resolvePackageDir = TRUE)
dependencies |
A list of |
resolvePackageDir |
Whether to resolve the relative path to an absolute
path via |
dependencies A list of htmlDependency()
objects with
redundancies removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.