Skip to contents

Create packages.json for existing universe

Usage

use_custom_manifest(universe, path = "packages.json")

Arguments

universe

Name of the universe, e.g. "jeroen"

path

Absolute path to which the JSON file could be saved.

Value

The path to the JSON file it created.

Examples

if (FALSE) { # rlang::is_interactive()
json_file <- withr::local_tempfile()
use_custom_manifest("jeroen", json_file)
file.edit(json_file)
}