Skip to content

Commit

Permalink
Update vignettes/package_structure.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Liming <36079400+clarkliming@users.noreply.github.com>
  • Loading branch information
danielinteractive and clarkliming authored Oct 12, 2023
1 parent 5982208 commit d8bb104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/package_structure.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ This file implements the `P`, `Q` and `R` matrix calculations which are needed f
### `Makevars`

This file specifies additional flags used in the source code compilation.
Also we ask `TMB` to use the `TMB` automatic differentiation framework (instead of the default `CppAD` framework) to be more efficient, and disable useless warnings from the `Eigen` library compilation.
We ask `TMB` to use the `TMB` automatic differentiation framework (instead of the default `CppAD` framework) to be more efficient, and disable useless warnings from the `Eigen` library compilation.

Note that additional flags such as `-Wno-ignored-attributes` cannot be included here because they are compiler specific. These can instead be specified in local `~/.R/Makevars` files.

Expand Down

0 comments on commit d8bb104

Please sign in to comment.