Status tables of package versions in different branches along with local installations. For local installation,a status column is returned which indicates if the local version is ahead or behind the DEV_v2 branch.
Source:R/package_branches.R
package_branches.Rd
Status tables of package versions in different branches along with local installations. For local installation,a status column is returned which indicates if the local version is ahead or behind the DEV_v2 branch.
Usage
package_branches(
package = NULL,
branch_to_compare = getOption("metapip.default_branch")
)
Examples
if (FALSE) { # \dontrun{
package_branches()
package_branches(c("pipapi", "wbpip"))
package_branches(branch_to_compare = "QA")
} # }