Skip to contents

Preview the update to a slushy environment

Usage

slushy_update_preview(date = NULL, project = NULL, config = get_config())

Arguments

date

CRAN snapshot date to use for packages. If NULL, today's date will be used.

project

The project directory. If NULL, defaults to the nearest parent directory that contains an `.Rproj` file relative to the current working directory.

config

List of configuration options. If not provided, defaults to reading from default settings in config file included in slushy package.

Value

Console message describing updates to be made.

Examples

if (FALSE) { # \dontrun{

 slushy_update_preview()
} # }