Package: rampl 0.02
rampl: Tools to work with AMPL from R
Tools to work with AMPL from R. Writing AMPL dat files, running AMPL locally or using the NEOS solvers.
Authors:
rampl_0.02.tar.gz
rampl_0.02.zip(r-4.6)rampl_0.02.zip(r-4.5)
rampl_0.02.tgz(r-4.6-any)rampl_0.02.tgz(r-4.5-any)
rampl_0.02.tar.gz(r-4.6-any)
rampl_0.02.tgz(r-4.5-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rampl/json (API)
| # Install 'rampl' in R: |
| install.packages('rampl', repos = c('https://skranz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/skranz/rampl/issues
Last updated from:9a305a7f21 (on master). Checks:2 WARNING, 2 OK, 5 FAIL. Indexed: yes.
The latest version of this package failed to build. Look at thebuild logs for more information.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 122 | ||
| source / vignettes | OK | 141 | ||
| linux-release-x86_64 | WARNING | 121 | ||
| macos-release-arm64 | FAIL | 78 | ||
| macos-oldrel-arm64 | FAIL | 74 | ||
| windows-devel | FAIL | 59 | ||
| windows-release | FAIL | 48 | ||
| windows-oldrel | FAIL | 66 | ||
| wasm-release | OK | 107 |
Exports:ampl.make.dat.fileampl.make.run.fileampl.run.localampl.run.neosfast_str_split_fixedget.ampl.local.optionsget.ampl.neos.optionsinit.ramplneos.ampl.solvers
Dependencies:bitopsclidata.tableglpkAPIgluelifecyclemagrittrRCurlrestorepointrgmplrlangrneosstringistringrvctrsXML
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Generates an AMPL data file | ampl.make.dat.file |
| Generate a default run file for a given AMPL model | ampl.make.run.file |
| Solves an AMPL model using a local installation of AMPL | ampl.run.local |
| Solves an AMPL model remotely using the NEOS Server | ampl.run.neos |
| Quickly splits strings by a fixed pattern | fast_str_split_fixed |
| Returns a list of availble solver for AMPL on NEOS | neos.ampl.solvers |
