-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION.m4
34 lines (34 loc) · 1.22 KB
/
DESCRIPTION.m4
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
dnl divert here just means the output from basedefs does not appear.
divert(-1)
include(basedefs.m4)
divert(0)dnl
Package: PKG_NAME()
Maintainer: Steven E. Pav <[email protected]>
Authors@R: c(person(c("Steven", "E."), "Pav",
role=c("aut","cre"),
email="[email protected]",
comment = c(ORCID = "0000-0002-4197-6195")))
Version: VERSION()
Date: DATE()
License: LGPL-3
Title: Generate Recursive Mazes
BugReports: https://github.com/shabbychef/PKG_NAME()/issues
Description: Supports the generation of parallelogram, equilateral
triangle, regular hexagon, isosceles trapezoid, Koch snowflake,
'hexaflake', Sierpinski triangle, Sierpinski carpet and Sierpinski
trapezoid mazes via 'TurtleGraphics'. Mazes are generated by the recursive method:
the domain is divided into sub-domains in which mazes are generated,
then dividing lines with holes are drawn between them, see
J. Buck, Recursive Division, <http://weblog.jamisbuck.org/2011/1/12/maze-generation-recursive-division-algorithm>.
Depends:
R (>= 3.0.2)
Imports:
TurtleGraphics
Suggests:
testthat,
knitr
URL: https://github.com/shabbychef/PKG_NAME()
dnl VignetteBuilder: knitr
Collate:
m4_R_FILES()
dnl vim:ts=2:sw=2:tw=79:syn=m4:ft=m4