Skip to content

Commit

Permalink
Update email and license authors
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Nov 1, 2021
1 parent c5d2a1f commit 71cd1a0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 19 deletions.
39 changes: 23 additions & 16 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,42 +1,49 @@
Package: glue
Title: Interpreted String Literals
Version: 1.5.0
Authors@R: person("Jim", "Hester", email = "james.f.hester@gmail.com", role = c("aut", "cre"))
Authors@R:c(
person("Jim", "Hester", , "jim.hester@rstudio.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2739-7082")),
person("RStudio", role = c("cph", "fnd"))
)
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/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.
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/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.
License: MIT + file LICENSE
URL: https://github.com/tidyverse/glue, https://glue.tidyverse.org/
BugReports: https://github.com/tidyverse/glue/issues
Depends:
R (>= 3.2)
Imports:
methods
methods
Suggests:
DBI,
R.utils,
RSQLite,
covr,
crayon,
DBI,
dplyr,
forcats,
ggplot2,
knitr,
magrittr,
microbenchmark,
R.utils,
rmarkdown,
rprintf,
RSQLite,
stringr,
testthat,
vctrs (>= 0.3.0),
waldo,
withr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
URL: https://github.com/tidyverse/glue, https://glue.tidyverse.org/
BugReports: https://github.com/tidyverse/glue/issues
VignetteBuilder: knitr
VignetteBuilder:
knitr
ByteCompile: true
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2016
COPYRIGHT HOLDER: Jim Hester
YEAR: 2021
COPYRIGHT HOLDER: glue authors
3 changes: 2 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2019 Jim Hester
Copyright (c) 2021 glue authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

0 comments on commit 71cd1a0

Please sign in to comment.