-
Notifications
You must be signed in to change notification settings - Fork 1
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
3 changed files
with
7 additions
and
13 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: gridpattern | ||
Type: Package | ||
Title: 'grid' Pattern Grobs | ||
Version: 0.2.0-12 | ||
Version: 0.2.1 | ||
Authors@R: c(person("Mike", "FC", role = "aut", comment = "Patterns extracted from ggpattern"), | ||
person("Trevor L", "Davis", role=c("aut", "cre"), email="[email protected]"), | ||
person("Thomas Lin", "Pedersen", role = "ctb", comment = "new_data_frame() copied from ggplot2")) | ||
|
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,4 +1,4 @@ | ||
gridpattern v0.2.0 | ||
gridpattern v0.2.1 | ||
================== | ||
|
||
Breaking Changes | ||
|
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,19 +1,13 @@ | ||
Re-submission with the following changes requested by Gregor Seyer: | ||
|
||
* Now documents a return value in `mean_col.Rd` and `star_scale.Rd`. | ||
* Examples that may throw an ERROR in certain situations that | ||
were previously wrapped by `dontrun{}` are now wrapped by `try({})`. | ||
|
||
## Test environments | ||
|
||
* appveyor (windows, R devel) | ||
* appveyor (windows, R release) | ||
* github actions (windows, R release) | ||
* github actions (linux, R devel) | ||
* github actions (linux, R release) | ||
* local (linux, R 4.1.0) | ||
* rhub (macos, R release) | ||
* travis-ci (linux, R devel) | ||
* travis-ci (linux, R release) | ||
* rhub (solaris, R release) | ||
* win-builder (windows, R devel) | ||
|
||
## R CMD check --as-cran results | ||
|
||
1 NOTE (a new submission with MIT LICENSE file) | ||
1 NOTE (has MIT LICENSE file) |