checkpoint_DESCRIPTION: Set a Checkpoint Based on the DESCRIPTION File of a Package

Description Usage Arguments

Description

This function sets a checkpoint in the sense of the function checkpoint() from the checkpoint package based on a DESCRIPTION file.All packages listed in Imports:/Suggests:/Depends: are installed. Packages installed from github can be listed in "Additional_repositories:"

Usage

1
2
checkpoint_DESCRIPTION(.filename = "./DESCRIPTION", .date = NULL,
  .install.suggestions = TRUE)

Arguments

.filename

Path of the DESCRIPTION file that should be used.

.date

The checkpoint date. If empty the "Date:" field from the DESCRIPTION file is used.

.install.suggestions

If FALSE packages from the "Suggests:" field are not installed.


STAT-UP/statupinternal documentation built on May 9, 2019, 11:43 a.m.