Skip to content

Commit

Permalink
remove detritus
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Sep 24, 2024
1 parent 3f18907 commit 660be93
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 87 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/R-CMD-check.yaml

This file was deleted.

10 changes: 7 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
types: [published]
workflow_dispatch:

name: pkgdown
name: pkgdown.yaml

permissions: read-all

jobs:
pkgdown:
Expand All @@ -19,8 +21,10 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -39,7 +43,7 @@ jobs:

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
clean: false
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fasterize
Title: Fast Polygon to Raster Conversion
Version: 1.0.5
Version: 1.1.0
Authors@R: c(
person("Noam", "Ross", , "[email protected]",
role = c("aut"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# fasterize 1.1.0

* Cleaned up old spelling detritus in tests, thanks to CRAN.

# fasterize 1.0.5

* Input geometries may now be of type "sfc_GEOMETRY" or other mixed types. Any non polygon
Expand Down
2 changes: 1 addition & 1 deletion R/fasterize.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ make_sf <- function(x, attr = NULL) {
#' @param field character (or numeric vector). The name of a column in `sf`,
#' providing a value for each of the polygons rasterized. If NULL (default),
#' all polygons will be given a value of 1. If a numeric vector this value
#' will be used as the value given to the pixel. (No recyling is done).
#' will be used as the value given to the pixel. (No recycling is done).
#' @param fun character. The name of a function by which to combine overlapping
#' polygons. Currently takes "sum", "first", "last", "min", "max", "count", or
#' "any". Future versions may include more functions or the ability to pass
Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

# fasterize 1.0.5

* Fixes for roxygen namespace documentation and remove specific C++11 requirement.
# fasterize 1.1.0

* Fixed detritus in test directory causing notes on CRAN.


Thanks!
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ rasterized
rasterizing
rasters
respository
sfc
terra
toolchain
ucdavis
Expand Down
2 changes: 1 addition & 1 deletion man/fasterize-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/fasterize.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions tests/spelling.R

This file was deleted.

25 changes: 0 additions & 25 deletions tests/spelling.Rout.save

This file was deleted.

0 comments on commit 660be93

Please sign in to comment.