Package: dynprog 0.1.1
dynprog: Dynamic Programming Domain-Specific Language
A domain-specific language for specifying translating recursions into dynamic-programming algorithms. See <https://en.wikipedia.org/wiki/Dynamic_programming> for a description of dynamic programming.
Authors:
dynprog_0.1.1.tar.gz
dynprog_0.1.1.zip(r-4.7)dynprog_0.1.1.zip(r-4.6)dynprog_0.1.1.zip(r-4.5)
dynprog_0.1.1.tgz(r-4.6-any)dynprog_0.1.1.tgz(r-4.5-any)
dynprog_0.1.1.tar.gz(r-4.7-any)dynprog_0.1.1.tar.gz(r-4.6-any)
dynprog_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
dynprog/json (API)
NEWS
| # Install 'dynprog' in R: |
| install.packages('dynprog', repos = c('https://mailund.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mailund/dynprog/issues
Last updated from:8191bdb7c4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 151 | ||
| linux-release-x86_64 | OK | 117 | ||
| macos-release-arm64 | OK | 139 | ||
| macos-oldrel-arm64 | OK | 170 | ||
| windows-devel | OK | 65 | ||
| windows-release | OK | 71 | ||
| windows-oldrel | OK | 65 | ||
| wasm-release | OK | 98 |
Exports:%where%
Dependencies:rlang
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Connects a recursion with sequences it should recurse over. | %where% |
| Evaluate an entire dynprog recursion. | eval_recursion |
| Extract the table name from a pattern. | get_table_name |
| Translate condition expressions into calls that test them. | make_condition_checks |
| Translate a pattern into a predicate that checks the pattern. | make_pattern_match |
| Make pattern tests for all patterns. | make_pattern_tests |
| Construct a test for a case in the recursion | make_recursion_case |
| String together the case 'if'-statements of a recursion. | make_update_expr |
| Parser for the ranges part of a specification. | parse_ranges |
| Parser for the recursion part of a specification. | parse_recursion |
