From 357c68f7f962fa6e0814c4956af1a0365c914c30 Mon Sep 17 00:00:00 2001 From: Julia Pilowsky Date: Wed, 11 Oct 2023 09:43:42 -0400 Subject: [PATCH] Update to cran comments --- .github/workflows/R-CMD-check.yaml | 2 +- DESCRIPTION | 3 +-- cran-comments.md | 6 ++---- man/region_subset.Rd | 4 ++-- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 22286ed..8c77228 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: r-lib/actions/setup-r@v1 - - uses: r-lib/actions/setup-tinytex@master + - uses: r-lib/actions/setup-tinytex@v2-branch - name: Install dependencies run: | install.packages(c("remotes", "rcmdcheck")) diff --git a/DESCRIPTION b/DESCRIPTION index 258304c..b80ddf7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -41,7 +41,6 @@ Suggests: rmarkdown, markdown, dplyr, - raster, - sf + raster VignetteBuilder: knitr Config/testthat/edition: 3 diff --git a/cran-comments.md b/cran-comments.md index e1773b1..1636a96 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,7 @@ # Test environments -- Local R 4.2.1 installation on Windows 10 -- R-devel, Windows, via Rhub -- Ubuntu Linux 20.04.1 LTS, R-release, GCC, via Rhub -- Fedora Linux, R-devel, clang, gfortran, via Rhub +- Local R 4.3.1 installation on Windows 10 +- Local R 4.3.1 installation on macOS 14.0 (intel chip) # R CMD check results diff --git a/man/region_subset.Rd b/man/region_subset.Rd index be57555..dd9f766 100644 --- a/man/region_subset.Rd +++ b/man/region_subset.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/region_subset.R \name{region_subset} \alias{region_subset} -\title{Function generates a region subset of matrix values based on a subset of coordinates within the original region (using nearest spatial neighbour if coordinates differ).} +\title{Function generates a region subset of matrix values based on a subset of coordinates within the original region (using nearest spatial neighbor if coordinates differ).} \usage{ region_subset(orig_coords = NULL, orig_matrix = NULL, subset_coords = NULL) } @@ -17,7 +17,7 @@ region_subset(orig_coords = NULL, orig_matrix = NULL, subset_coords = NULL) A matrix of values corresponding to the subset region coordinates (using nearest spatial neighbor if original and subset coordinates differ). } \description{ -\code{region_subset} generates a region subset of matrix values based on a subset of coordinates within the original region (using nearest spatial neighbour if coordinates differ). +\code{region_subset} generates a region subset of matrix values based on a subset of coordinates within the original region (using nearest spatial neighbor if coordinates differ). } \examples{ coordinates <- data.frame(x = rep(seq(-178.02, -178.06, -0.01), 5),