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>.
Packaged: 2019-03-11 21:03:11 UTC; jhester
License: MIT + file LICENSE
Title: Interpreted String Literals
Encoding: UTF-8
Imports: methods
RoxygenNote: 6.1.1
URL: https://github.com/tidyverse/glue
BugReports: https://github.com/tidyverse/glue/issues
ByteCompile: true
LazyData: true
VignetteBuilder: knitr
Maintainer: Jim Hester <james.f.hester@gmail.com>
Repository: CRAN
Version: 1.3.1
Suggests: testthat, covr, magrittr, crayon, knitr, rmarkdown, DBI, RSQLite, R.utils, forcats, microbenchmark, rprintf, stringr, ggplot2, dplyr, withr
NeedsCompilation: yes
Author: Jim Hester [aut, cre]
Package: glue
Authors@R: person("Jim", "Hester", email = "james.f.hester@gmail.com", role = c("aut", "cre"))
Depends: R (>= 3.1)
Date/Publication: 2019-03-12 22:30:02 UTC
