Skip to contents

Compare Package Versions Between Libraries

Usage

compareInstalledVersions(lib1, lib2)

Arguments

lib1

path to first R library

lib2

path to second R library

Value

data frame with columns name (package name), version.1,

version.2 (version string of package in lib1 and lib2, respectively), differs (logical indicating whether the version is different in the two libraries)