odin_js_bundle: Create a bundle of odin models

View source: R/bundle.R

odin_js_bundleR Documentation

Create a bundle of odin models

Description

Create a bundle of odin models

Usage

odin_js_bundle(
  filenames,
  dest = tempfile(),
  include = NULL,
  include_dopri = TRUE
)

Arguments

filenames

Filenames with odin source code

dest

Destination file for the generated javascript

include

Optional vector of paths of filenames to include into the javascript bundle

include_dopri

Logical, indicating if the dopri solver should be included as well.


mrc-ide/odin.js documentation built on Nov. 2, 2022, 2:27 p.m.