compile_rhessys: compile_rhessys

View source: R/compile_rhessys.R

compile_rhessysR Documentation

compile_rhessys

Description

Compiles rhessys, with options to delete objects and move resulting RHESSys executable

Usage

compile_rhessys(
  location,
  delete_objs = TRUE,
  destination = NULL,
  make_args = NULL,
  ignore.stdout = FALSE
)

Arguments

location

The file patch to where the rhessys makefile or folder is

delete_objs

TRUE/FALSE to delete objects (before and after)

destination

Optional input of where to move resulting RHESSys executable

make_args

Arguments passed to the end of the make commandline call (examples: "wmfire='T'", "clean", or "clobber", )

ignore.stdout

Passed through to system()

Author(s)

Will Burke


ryanrbart/RHESSysIOinR documentation built on March 30, 2024, 11:15 p.m.