Package: rolog 0.9.18
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.18.tar.gz
rolog_0.9.18.zip(r-4.5)rolog_0.9.18.zip(r-4.4)rolog_0.9.18.zip(r-4.3)
rolog_0.9.18.tgz(r-4.4-x86_64)rolog_0.9.18.tgz(r-4.4-arm64)rolog_0.9.18.tgz(r-4.3-x86_64)rolog_0.9.18.tgz(r-4.3-arm64)
rolog_0.9.18.tar.gz(r-4.5-noble)rolog_0.9.18.tar.gz(r-4.4-noble)
rolog_0.9.18.tgz(r-4.4-emscripten)rolog_0.9.18.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 5 months agofrom:3502ae3bcb. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win-x86_64 | NOTE | Nov 02 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 02 2024 |
R-4.4-win-x86_64 | NOTE | Nov 02 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 02 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 02 2024 |
R-4.3-win-x86_64 | NOTE | Nov 02 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 02 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 02 2024 |
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 |