Skip to content

Commit

Permalink
test fixed, version iterated and all news and comments updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Kassel Hingee committed Nov 1, 2023
1 parent ce09dc8 commit 12c59da
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: lacunaritycovariance
Title: Gliding Box Lacunarity and Other Metrics for 2D Random Closed Sets
Version: 1.1-6
Date: 2023-10-31
Version: 1.1-7
Date: 2023-11-02
Author: Kassel Liam Hingee
Maintainer: Kassel Liam Hingee <kassel.hingee@gmail.com>
Description:Functions for estimating the gliding box lacunarity (GBL),
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION_editable
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: lacunaritycovariance
Title: Gliding Box Lacunarity and Other Metrics for 2D Random Closed Sets
Version: 1.1-6
Date: 2023-10-31
Version: 1.1-7
Date: 2023-11-02
Author: Kassel Liam Hingee
Maintainer: Kassel Liam Hingee <kassel.hingee@gmail.com>
Description:
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## lacunaritycovariance VERSION 1.1-7
set.seed() used in test to make reliably repeatable.

## lacunaritycovariance VERSION 1.1-6
In the demo `envi` is avoided (`envi` depends on RStoolBox, which has been removed from CRAN).

Expand Down
5 changes: 1 addition & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
Attempt to resolve issue with M1 Mac check not finding 'envi' package.
I've removed dependence on envi completely.

The CRAN M1 Mac check also can't find the terra package, but I can't see why that would be the case and my check on using https://mac.r-project.org/macbuilder/results/1698796277-d81b9fffe0030511/ found no issue with terra.
Fixed randomness that caused a test failed.

The note in windows checks relates to a URL that has always been in the DESCRIPTION. The URL works on usual browsers.

Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-rbpto.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test_that("rbpto generates simulations that match covariance for big window", {
alpha <- 2
lengthscales <- seq(1, 5, by = 0.1)
cp <- bpto.coverageprob(lambda, grain, xm, alpha, lengthscales = lengthscales)
set.seed(322)
xis <- replicate(3, rbpto(lambda, grain, win, xm, alpha,
lengthscales = lengthscales), simplify = FALSE)

Expand Down

0 comments on commit 12c59da

Please sign in to comment.