Does R have a dependency management tool to facilitate project-specific dependencies? I\'m looking for something akin to Java\'s maven, Ruby\'s bundler, Python\'s virtualenv, No
Unfortunately, Depends:
within the DESCRIPTION:
file is all you get for the following reasons:
This is a hard problem.