Test the R-universe build workflow from your own GitHub repository
Examples
if (FALSE) { # rlang::is_interactive()
temp_dir <- withr::local_tempdir()
workflow_path <- use_universe_action("maelle", temp_dir)
file.edit(workflow_path)
}
Test the R-universe build workflow from your own GitHub repository
if (FALSE) { # rlang::is_interactive()
temp_dir <- withr::local_tempdir()
workflow_path <- use_universe_action("maelle", temp_dir)
file.edit(workflow_path)
}