diff --git a/scomps_rmarkdown_litr.rmd b/scomps_rmarkdown_litr.rmd index dfc78807..5a724da9 100644 --- a/scomps_rmarkdown_litr.rmd +++ b/scomps_rmarkdown_litr.rmd @@ -872,7 +872,7 @@ testthat::test_that("Grid merge is well done.", { withr::local_package("igraph") withr::local_package("dplyr") withr::local_options(list(sf_use_s2 = FALSE)) - withr::local_seed(2023) + withr::local_seed(20231121) nc <- system.file("shape/nc.shp", package = "sf") nc <- sf::read_sf(nc) diff --git a/tests/testthat/tests.R b/tests/testthat/tests.R index d2c15fc3..a482d935 100644 --- a/tests/testthat/tests.R +++ b/tests/testthat/tests.R @@ -181,7 +181,7 @@ testthat::test_that("Grid merge is well done.", { withr::local_package("igraph") withr::local_package("dplyr") withr::local_options(list(sf_use_s2 = FALSE)) - withr::local_seed(2023) + withr::local_seed(20231121) nc <- system.file("shape/nc.shp", package = "sf") nc <- sf::read_sf(nc) diff --git a/tools/tarballs/scomps_0.0.6.11212023.tar.gz b/tools/tarballs/scomps_0.0.6.11212023.tar.gz index 20846ca4..2bdfdbd3 100644 Binary files a/tools/tarballs/scomps_0.0.6.11212023.tar.gz and b/tools/tarballs/scomps_0.0.6.11212023.tar.gz differ