-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathDESCRIPTION
36 lines (36 loc) · 993 Bytes
/
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
Package: glue
Title: Interpreted String Literals
Version: 1.2.0.9000
Authors@R: person("Jim", "Hester", email = "[email protected]", role = c("aut", "cre"))
Description: An implementation of interpreted string literals, inspired by
Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings
<https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals
<https://docs.julialang.org/en/stable/manual/strings/#triple-quoted-string-literals>.
Depends:
R (>= 3.1)
Suggests:
testthat,
covr,
magrittr,
crayon,
knitr,
rmarkdown,
DBI,
RSQLite,
R.utils,
forcats,
microbenchmark,
rprintf,
stringr,
ggplot2
Imports:
methods
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/tidyverse/glue
BugReports: https://github.com/tidyverse/glue/issues
VignetteBuilder: knitr
ByteCompile: true