Skip to content

Commit 093ec10

Browse files
{glue} should not be a runtime CRAN dependency, it's only used in {touchstone} script, which is in .Rbuildignore and {touchstone} already covers {glue} (https://github.com/lorenzwalthert/touchstone/blob/main/actions/receive/action.yaml#L49).
1 parent 9274aed commit 093ec10

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
**Infrastructure**
5353

5454
* Remove dependency on {xfun} (#866).
55+
* Move {glue} to `Suggests:` (#910).
5556
* Bump minimal R requirement to 3.4 in line with the
5657
[tidyverse](https://www.tidyverse.org/blog/2019/04/r-version-support/), which
5758
allowed to remove the dependency at {backports} and some exception handling.

0 commit comments

Comments
 (0)