Package: rolog 0.9.21
rolog: Query 'SWI'-'Prolog' from R
This R package connects to SWI-Prolog, <https://www.swi-prolog.org/>, so that R can send deterministic and non-deterministic queries to prolog (consult, query/submit, once, findall).
Authors:
rolog_0.9.21.tar.gz
rolog_0.9.21.zip(r-4.5)rolog_0.9.21.zip(r-4.4)rolog_0.9.21.zip(r-4.3)
rolog_0.9.21.tgz(r-4.5-x86_64)rolog_0.9.21.tgz(r-4.5-arm64)rolog_0.9.21.tgz(r-4.4-x86_64)rolog_0.9.21.tgz(r-4.4-arm64)rolog_0.9.21.tgz(r-4.3-x86_64)rolog_0.9.21.tgz(r-4.3-arm64)
rolog_0.9.21.tar.gz(r-4.5-noble)rolog_0.9.21.tar.gz(r-4.4-noble)
rolog_0.9.21.tgz(r-4.4-emscripten)rolog_0.9.21.tgz(r-4.3-emscripten)
rolog.pdf |rolog.html✨
rolog/json (API)
NEWS
# Install 'rolog' in R: |
install.packages('rolog', repos = c('https://mgondan.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mgondan/rolog/issues
Last updated 19 days agofrom:093b95f75e. Checks:5 OK, 7 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 11 2025 |
R-4.5-win-x86_64 | OK | Mar 11 2025 |
R-4.5-mac-x86_64 | OK | Mar 11 2025 |
R-4.5-mac-aarch64 | OK | Mar 11 2025 |
R-4.5-linux-x86_64 | OK | Mar 11 2025 |
R-4.4-win-x86_64 | NOTE | Mar 11 2025 |
R-4.4-mac-x86_64 | NOTE | Mar 11 2025 |
R-4.4-mac-aarch64 | NOTE | Mar 11 2025 |
R-4.4-linux-x86_64 | NOTE | Mar 11 2025 |
R-4.3-win-x86_64 | NOTE | Mar 11 2025 |
R-4.3-mac-x86_64 | NOTE | Mar 11 2025 |
R-4.3-mac-aarch64 | NOTE | Mar 11 2025 |
Exports:as.rologclearconsultfindallonceportraypostprocpreprocqueryrolog_donerolog_initrolog_okrolog_optionssubmit
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Translate simplified to canonical representation | as.rolog |
Clear current query | clear |
Consult a prolog database | consult |
Invoke a query several times | findall |
Invoke a query once | once |
Translate an R call to a prolog compound and pretty print it | portray |
Default hook for postprocessing | postproc |
Default hook for preprocessing | preproc |
Create a query | query |
Clean up when detaching the library | rolog_done |
Start prolog | rolog_init |
Check if rolog is properly loaded | rolog_ok |
Quick access the package options | rolog_options |
Submit a query that has been opened with 'query()' before. | submit |