-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.24 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: goxygen
Type: Package
Title: In-Code Documentation for 'GAMS'
Version: 1.4.4
Date: 2024-01-15
Authors@R: c(person("Jan Philipp", "Dietrich", email = "[email protected]", role = c("aut","cre")),
person("Kristine", "Karstens", email = "[email protected]", role = "aut"),
person("David", "Klein", email = "[email protected]", role = "aut"),
person("Lavinia", "Baumstark", email = "[email protected]", role = "aut"),
person("Falk", "Benke", email = "[email protected]", role = "aut"))
Description: A collection of tools which extract a model documentation from 'GAMS' code and comments.
In order to use the package you need to install 'pandoc' and 'pandoc-citeproc'
first (<https://pandoc.org/>).
Imports:
pander,
stringi,
gms (>= 0.26.3),
citation,
withr,
yaml
Suggests:
testthat,
knitr,
rmarkdown,
covr,
qgraph
SystemRequirements:
pandoc,
pandoc-citeproc
URL:
https://github.com/pik-piam/goxygen,
https://doi.org/10.5281/zenodo.1411404
BugReports: https://github.com/pik-piam/goxygen/issues
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: no
RoxygenNote: 7.3.0
VignetteBuilder: knitr