set_makevars {withr} | R Documentation |
Create a new Makevars
file, by adding new variables
Description
You probably want with_makevars()
instead of this function.
Usage
set_makevars(
variables,
old_path = makevars_user(),
new_path = tempfile(),
assignment = c("=", ":=", "?=", "+=")
)
Arguments
variables |
|
old_path |
|
new_path |
|
assignment |
|
Details
Unlike with_makevars()
, it does not activate the new Makevars
file, i.e. it does not set the R_MAKEVARS_USER
environment variable.
[Package withr version 3.0.2 Index]