versioned_install_instructions: Helper function for installing versioned R packages
Description
Based on versions.
Usage
versioned_install_instructions(pkgs)
Arguments
pkgs
A data.frame
with columns name
and version
Value
A list of objects of class Run
: one with versioned installs based on versions, (optionally) one with unversioned installs of packages without version information (e.g. local packages).