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)A list of htmlDependency() objects.
Whether to resolve the relative path to an absolute
path via system.file() when the package attribute is
present in a dependency object.
dependencies A list of htmlDependency() objects with
redundancies removed.