| Dependencies | R Documentation |
Extracts all the dependencies defined in DESCRIPTION files for a given dependency type.
Dependencies(descfiles, types) ExtractDependencies(db="rdata", host="mongodb://localhost")
descfiles |
A |
types |
List of dependency types whose values are |
db |
MongoDB database. |
host |
MongoDB host. |
ExtractDependencies returns a six columns data.table
containing package name, version, the type of the dependency, the
package in depends on (dependency), the constraint type
(constraint.type) which is either >, >=, <, <=, == or nothing, and the
constraint version (constraint.version) if any.
ParseDependencies parses a dependency string into a three
columns data.table with the dependency name and its constraint
type and version if provided.
ExtractDependencies extract all dependencies from
descfiles that match types.
ExtractDependencies extracts all dependencies missing in MongoDB.
Maëlick Claes <himself@maelick.net>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.