Skip to content

Commit c43c99d

Browse files
Merge pull request #910 from lorenzwalthert/glue-suggests
{glue} should not be a CRAN dependency
2 parents 9274aed + 4ca9061 commit c43c99d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Depends:
2020
R (>= 3.4.0)
2121
Imports:
2222
cli (>= 1.1.0),
23-
glue,
2423
magrittr (>= 2.0.0),
2524
purrr (>= 0.2.3),
2625
R.cache (>= 0.15.0),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
**Infrastructure**
5353

5454
* Remove dependency on {xfun} (#866).
55+
* Remove {glue} dependency that was only used by {touchstone} script and is
56+
declared as a dependency already in the respective action (#910).
5557
* Bump minimal R requirement to 3.4 in line with the
5658
[tidyverse](https://www.tidyverse.org/blog/2019/04/r-version-support/), which
5759
allowed to remove the dependency at {backports} and some exception handling.

0 commit comments

Comments
 (0)