Skip to content

Commit

Permalink
Style and add release questions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Oct 16, 2023
1 parent ba0313d commit 60f3cb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions R/multi_scale.R
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ ww_multi_scale.sf <- function(
out$.grid <- list(.grid)
out$.notes <- list(notes_tibble)
out

}
)

Expand All @@ -491,7 +490,6 @@ ww_multi_scale.sf <- function(
}

out

}

handle_metrics <- function(metrics) {
Expand Down
7 changes: 7 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
release_bullets <- function() {
c(
"`cffr::cff_write()`",
"`codemetar::write_codemeta()`",
"`styler::style_pkg()`"
)
}
2 changes: 0 additions & 2 deletions tests/testthat/test-multi_scale.R
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ test_that("raster method works", {
)$.estimate,
1
)

})

test_that("raster method is equivalent", {
Expand Down Expand Up @@ -569,7 +568,6 @@ test_that("units are handled properly", {
vapply(ww_output$.grid, nrow, integer(1)),
vapply(cellsizes, function(cellsize) length(sf::st_make_grid(pts, cellsize, square = FALSE)), integer(1))
)

})

test_that("counts of non-NA values are correct", {
Expand Down

0 comments on commit 60f3cb1

Please sign in to comment.