mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
17 lines
515 B
Plaintext
17 lines
515 B
Plaintext
Package: catalaRuntime
|
|
Title: R runtime for programs compiled from Catala
|
|
Version: 0.0.0.9000
|
|
Authors@R:
|
|
person("Denis", "Merigoux", , "denis.merigoux@inria.fr", role = c("aut", "cre"),
|
|
comment = c(ORCID = "0000-0003-2247-0938"))
|
|
Description: This package provides all S4 classes and functions necessary to run
|
|
programs generated by the Catala compiler.
|
|
License: Apache License (>= 2)
|
|
Encoding: UTF-8
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 7.2.3
|
|
Imports:
|
|
methods,
|
|
gmp,
|
|
lubridate
|