Skip to content

Commit

Permalink
chore: Get ready for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Aug 16, 2022
1 parent 7bd6991 commit f06af51
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 25 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: gridpattern
Type: Package
Title: 'grid' Pattern Grobs
Version: 0.5.4-4
Version: 1.0.0
Authors@R: c(person("Mike", "FC", role = "aut", comment = "Code/docs adapted from ggpattern"),
person("Trevor L", "Davis", role=c("aut", "cre"), email="[email protected]",
comment = c(ORCID = "0000-0001-6341-4639")),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gridpattern (development)
=========================
gridpattern v1.0.0
==================

Bug fixes and minor improvements
--------------------------------
Expand Down
22 changes: 2 additions & 20 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,11 @@
## Test environments

* win-builder (windows, R devel)
* local (linux, R 4.1.3)
* local (linux, R devel)
* github actions (windows, R release)
* github actions (osx, R release)
* local (linux, R 4.2.1)
* github actions (linux, R oldrel)
* github actions (linux, R release)
* github actions (linux, R devel)

## R CMD check --as-cran results

1 NOTE on 'oldrel':

```
create_gradient_as_geometry: no visible global function definition for
‘linearGradient’
create_gradient_as_geometry: no visible global function definition for
‘radialGradient’
Undefined global functions or variables:
linearGradient radialGradient
```

The `linearGradient()` and `radialGradient()` functions are only available
in the `{grid}` package bundled with R 4.1 and later.
This package checks the R version and if the R version is too old to support
these new functions it falls back to an alternative.
Hence this package should not depend on R (>= 4.1).
OK

0 comments on commit f06af51

Please sign in to comment.