-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ | |
^cran-comments\.md$ | ||
^CRAN-RELEASE$ | ||
^O$ | ||
^revdep$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
This is a very quick patch release to fix issues on the CRAN Solaris machine | ||
This is a feature release that adds font fallback to the shaping. There are no | ||
breaking changes and no reverse dependency issues have been detected. | ||
|
||
## Test environments | ||
* local R installation, R 4.0.1 | ||
* ubuntu 16.04 (on travis-ci), R 4.0.1 | ||
* win-builder (devel) | ||
|
||
* GitHub Actions (ubuntu-16.04): devel, release, oldrel, 3.5, 3.4, 3.3 | ||
* GitHub Actions (windows): release, oldrel | ||
* GitHub Actions (macOS): release | ||
* win-builder: devel | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 note | ||
|
||
## revdepcheck results | ||
|
||
We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:-------------------------------------------| | ||
|version |R version 4.0.3 Patched (2020-11-14 r79432) | | ||
|os |macOS Big Sur 10.16 | | ||
|system |x86_64, darwin17.0 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |Europe/Copenhagen | | ||
|date |2021-02-04 | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:-----------|:-----|:----------|:--| | ||
|textshaping |0.2.1 |0.2.1.9000 |* | | ||
|
||
# Revdeps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |