match_pkg_local: Match Package with Local Source Packages

Description Usage Arguments Value

View source: R/match_pkg_local.R

Description

Match Package with Local Source Packages

Usage

1
2
match_pkg_local(pkgs_df = NULL, dir_src = NULL,
  dir_src_docker = NULL, verbose = TRUE)

Arguments

pkgs_df

data.frame with packages and their respective version numbers to be matched.

dir_src

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.

dir_src_docker

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.

verbose

logical should messages be printed or not?

Value

data.frame with packages, their version numbers and the directory, where the source package was found.


dockr documentation built on Dec. 20, 2019, 5:06 p.m.

Related to match_pkg_local in dockr...