Package: TMBO 2.4.47

Mark V. Bravington
TMBO: Code helpers for TMB
Arrays/vectors from index 1 (or any offset you choose, like package 'offarray'), names and dimnames, useful non-crashy error messages, plus simple for-loop aliases. Nicer than raw TMB!
Authors:
TMBO_2.4.47.tar.gz
TMBO_2.4.47.zip(r-4.7)TMBO_2.4.47.zip(r-4.6)TMBO_2.4.47.zip(r-4.5)
TMBO_2.4.47.tgz(r-4.6-any)TMBO_2.4.47.tgz(r-4.5-any)
TMBO_2.4.47.tar.gz(r-4.7-any)TMBO_2.4.47.tar.gz(r-4.6-any)
TMBO_2.4.47.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
TMBO/json (API)
NEWS
| # Install 'TMBO' in R: |
| install.packages('TMBO', repos = c('https://markbravington.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/markbravington/tmbo/issues
Last updated from:ff19726599. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 132 | ||
| source / vignettes | OK | 151 | ||
| linux-release-x86_64 | NOTE | 155 | ||
| macos-release-arm64 | NOTE | 98 | ||
| macos-oldrel-arm64 | NOTE | 130 | ||
| windows-devel | NOTE | 104 | ||
| windows-release | NOTE | 104 | ||
| windows-oldrel | NOTE | 109 | ||
| wasm-release | OK | 104 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| R-style indexing and convenience for TMB | TMBO-package TMBO |
| Compile a TMB CPP file into dyn-load-able, using TMBO features | compile |
| C-side syntax of TMBO | MACROS |
| Generate array macros | make_all_ELn |
| Construct objective function and derivatives allowing general index offsets | MakeADFun TMBO_ranges |
| Run TMBO example | runExample |