Skip to content

Commit 19dd69c

Browse files
committed
prep for release
1 parent 0a532bd commit 19dd69c

19 files changed

+21
-23
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dint 2.1.2
22

3-
* Updated all `scale_date_*()` functions for comptability with ggplot2 >= 3.2.2
3+
* Updated all `scale_date_*()` functions for compatibility with ggplot2 >= 3.2.2
44

55

66
# dint 2.1.1

README.Rmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ or the [documentation](https://s-fleck.github.io/dint/)
3131

3232
## Dependencies
3333

34-
dint is implemented strictly in base R and will **always stay dependency-free**.
35-
The optional dependencies in Suggests are to ensure interoperability with
36-
these packages if you are already using them.
34+
dint is implemented strictly in base R and will **always stay free of hard dependencies**.
35+
The optional dependencies of dint are just there to facilitate interoperability
36+
these packages if you are already using them; for example by providing ggplot2
37+
scales.
3738

3839

3940
## Installation

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ or the [documentation](https://s-fleck.github.io/dint/)
2222

2323
## Dependencies
2424

25-
dint is implemented strictly in base R and will **always stay
26-
dependency-free**. The optional dependencies in Suggests are to ensure
27-
interoperability with these packages if you are already using them.
25+
dint is implemented strictly in base R and will **always stay free of
26+
hard dependencies**. The optional dependencies of dint are just there to
27+
facilitate interoperability these packages if you are already using
28+
them; for example by providing ggplot2 scales.
2829

2930
## Installation
3031

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
## resubmission
1212

13-
* compatibility with ggplot2 >= 3.2.2
13+
* compatibility with ggplot2 >= 3.2.2

docs/articles/dint.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
8.86 KB
Loading
11.3 KB
Loading
8.14 KB
Loading
1.67 KB
Loading
32.1 KB
Loading

0 commit comments

Comments
 (0)