Match Package with Local Source Packages
match_pkg_local(pkgs_df = NULL, dir_src = NULL,
dir_src_docker = NULL, verbose = TRUE)data.frame with packages and their respective version
numbers to be matched.
character directories with local source packages.
Note, the source packages must have filenames like
(packageName)_(packageVersion).tar.gz, e.g. "recorder_0.8.2.tar.gz".
Put directories in prioritized order. The first directory will have the
highest priority.
character subdirectory of Docker image
directory with relevant source packages, that will be installed in the Docker
container. Relevant local source packages will be copied to this directory.
logical should messages be printed or not?
data.frame with packages, their version numbers and the
directory, where the source package was found.