Skip to contents

get gDR package and their version installed in the environment

Usage

get_gDR_session_info(pattern = "^gDR")

Arguments

pattern

string with the pattern to grep R packages from the list of installed packages

Value

data.table with gDR packages and their versions

Examples

get_gDR_session_info()
#>        Package Version
#>         <char>  <char>
#> 1:    gDRstyle   1.5.3
#> 2: gDRtestData   1.5.1
#> 3:    gDRutils  1.5.17