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