From f75d6209a86d6633dfbfd13e0bab1e4589a78fa8 Mon Sep 17 00:00:00 2001 From: Michael Sumner Date: Sun, 29 Sep 2024 09:58:06 +1000 Subject: [PATCH] build --- .github/workflows/R-CMD-check.yaml | 2 +- DESCRIPTION | 2 +- man/fasterize-package.Rd | 18 +++++++++++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 599d78d..dbaf8fb 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -2,7 +2,7 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: push: - branches: [main] + branches: [main, RC1.1.0] pull_request: branches: [main] diff --git a/DESCRIPTION b/DESCRIPTION index bdee558..4992e50 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -20,7 +20,7 @@ Description: Provides a drop-in replacement for rasterize() from the 'raster' License: MIT + file LICENSE URL: https://github.com/ecohealthalliance/fasterize BugReports: https://github.com/ecohealthalliance/fasterize/issues -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.2 Suggests: testthat, microbenchmark, diff --git a/man/fasterize-package.Rd b/man/fasterize-package.Rd index 2f0f918..c5f40a7 100644 --- a/man/fasterize-package.Rd +++ b/man/fasterize-package.Rd @@ -3,7 +3,6 @@ \docType{package} \name{fasterize-package} \alias{fasterize-package} -\alias{_PACKAGE} \title{fasterize: Fast Polygon to Raster Conversion} \description{ Provides a drop-in replacement for rasterize() from the 'raster' package that takes polygon vector or data frame objects, and is much faster. There is support for the main options provided by the rasterize() function, including setting the field used and background value, and options for aggregating multi-layer rasters. Uses the scan line algorithm attributed to Wylie et al. (1967) \doi{10.1145/1465611.1465619}. @@ -17,5 +16,22 @@ Useful links: \item Report bugs at \url{https://github.com/ecohealthalliance/fasterize/issues} } +} +\author{ +\strong{Maintainer}: Michael Sumner \email{mdsumner@gmail.com} (\href{https://orcid.org/0000-0002-2471-7511}{ORCID}) [contributor] + +Authors: +\itemize{ + \item Noam Ross \email{ross@ecohealthalliance.org} (\href{https://orcid.org/0000-0002-2136-0000}{ORCID}) (Original author) +} + +Other contributors: +\itemize{ + \item Jeroen Ooms [contributor] + \item Antoine Stevens [contributor] + \item EcoHealth Alliance [copyright holder] + \item USAID PREDICT [funder] +} + } \keyword{internal}