Update a slushy environment
slushy_update.Rd
Update all packages in an existing slushy environment.
Usage
slushy_update(
date = NULL,
project = NULL,
config = get_config(),
restart = TRUE
)
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.
- restart
Restart session after environment is updated? Defaults to TRUE.