mtCompare: Compare package status on two different MRAN snapshot dates.

Description Usage Arguments Examples

Description

Compare package status on two different MRAN snapshot dates.

Usage

1
mtCompare(dates, type = "source")

Arguments

dates

Character vector with two ISO dates, e.g. c("2014-10-01", "2014-11-01").

type

character, indicating the type of package to download and install. Possible values are (currently) "source", "mac.binary", "mac.binary.mavericks" and "win.binary".

Examples

1
2
3
# Summarise package differences between two snapshot dates
x <- mtCompare(c("2014-10-01", "2014-11-15"))
str(x)

andrie/MRANtools documentation built on May 10, 2019, 11:17 a.m.