-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 757 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: yamldebugger
Type: Package
Title: YAML parser debugger according to the QuantNet style guide
Version: 1.0
Date: 2017-01-08
Authors@R: person("Lukas", "Borke", email = "lukas@borke.net", role = c("aut", "cre"))
Description: YAML parser debugger according to the QuantNet style guide, see
https://github.com/Quantlet/Styleguide-and-FAQ/blob/master/Styleguide.md .
It may be freely used for testing and validating the own Quantlets
bevore uploading them into https://github.com/quantlet .
License: MIT + file LICENSE
Depends: R (>= 2.10)
Imports:
yaml,
stringr,
stringi,
tools
LazyData: TRUE
RoxygenNote: 5.0.1
Author: Lukas Borke [aut, cre]
Maintainer: Lukas Borke <lukas@borke.net>
Date/Publication: 2017-01-08 09:00:00