Package: stanedit 0.1.0
stanedit: Facilitate editing of stan models
Provides functionality for extracting particular bits of stan models as well as removing and adding lines.
Authors:
stanedit_0.1.0.tar.gz
stanedit_0.1.0.zip(r-4.7)stanedit_0.1.0.zip(r-4.6)stanedit_0.1.0.zip(r-4.5)
stanedit_0.1.0.tgz(r-4.6-any)stanedit_0.1.0.tgz(r-4.5-any)
stanedit_0.1.0.tar.gz(r-4.7-any)stanedit_0.1.0.tar.gz(r-4.6-any)
stanedit_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
stanedit/json (API)
NEWS
| # Install 'stanedit' in R: |
| install.packages('stanedit', repos = c('https://epiforecasts.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/epiforecasts/stanedit/issues
Last updated from:66a36c6904 (on v0.1.0). Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 110 | ||
| source / vignettes | OK | 175 | ||
| linux-release-x86_64 | NOTE | 106 | ||
| macos-release-arm64 | NOTE | 80 | ||
| macos-oldrel-arm64 | NOTE | 89 | ||
| windows-devel | NOTE | 67 | ||
| windows-release | NOTE | 73 | ||
| windows-oldrel | NOTE | 94 | ||
| wasm-release | OK | 99 |
Exports:add_blockfind_blockfind_declarationget_blockget_declarationget_varsinsert_linesmoveremove_linesstaneditwrite_model
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add a block to a stan model | add_block |
| Check if two models are equal | ==.stanedit Equals.stanedit `==.stanedit` |
| Subset and replace model lines | Extract_assign.stanedit [<-.stanedit `[<-.stanedit` |
| Subset model lines | Extract.stanedit [.stanedit `[.stanedit` |
| Get the contents of a block in a stan model | get_block |
| Get the declaration of a variable in a stan model | get_declaration |
| Extract the variables declared in a stan model | get_vars |
| Insert lines in a stan model | insert_lines |
| Move stan code elsewere | move |
| Remove line(s) and/or block(s) in a libbi model | remove_lines |
| stanedit | stanedit |
| Check if two models are unequal | !=.stanedit Unequals.stanedit `!=.stanedit` |
| Writes a bi model to a file. | write_model |
