-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: rolog
Type: Package
Title: Query 'SWI'-'Prolog' from R
Version: 0.9.18
Date: 2024-07-09
Authors@R: c(person("Matthias", "Gondan", role=c("aut", "com", "cre"),
email="[email protected]", comment="Universität Innsbruck"),
person("European Commission", role="fnd",
comment="Erasmus+ Programme, 2019-1-EE01-KA203-051708"))
Maintainer: Matthias Gondan <[email protected]>
Description: 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).
License: FreeBSD
Imports:
Rcpp (>= 1.0.7),
methods,
utils
Depends: R (>= 4.2)
URL: https://github.com/mgondan/rolog
BugReports: https://github.com/mgondan/rolog/issues
LinkingTo:
Rcpp,
rswipl
RoxygenNote: 7.2.3
Encoding: UTF-8
SystemRequirements:
GNU Make,
swi-prolog
Suggests:
rmarkdown,
knitr,
DiagrammeR,
DiagrammeRsvg,
rswipl,
rsvg,
htmltools,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr, rmarkdown