compare_si: Compare two 'sessionInfo' objects

Description Usage Arguments Value Examples

View source: R/parse_sessionInfo.R

Description

Compare two sessionInfo objects, parsed by parse_si()

Usage

1
compare_si(si1, si2)

Arguments

si1

A list, corresponding to the first object, generated by parse_si()

si2

A list, corresponding to the second object, generated by parse_si()

Value

A data frame, with the packages, their versions, and the result of the comparison of their versions

Examples

1
2
3
4
5
si1_output <- system.file("extdata", "si1.txt", package = "sessionDiffo")
si2_output <- system.file("extdata", "si2.txt", package = "sessionDiffo")
si1 <- parse_si(si1_output)
si2 <- parse_si(si2_output)
comparison_df <- compare_si(si1, si2)

federicomarini/sessionDiffo documentation built on May 6, 2020, 6:32 p.m.