Skip to content

Commit

Permalink
Merge pull request #43 from adamlilith/to_grass8
Browse files Browse the repository at this point in the history
Fix bug in fasterFragmentation() for single-core call
  • Loading branch information
adamlilith committed Sep 30, 2022
2 parents e94f0cc + 0e6a5ec commit 74467d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: fasterRaster
Type: Package
Title: Faster raster processing in R using GRASS GIS
Version: 0.7.1
Date: 2022-08-05
Version: 0.7.2
Date: 2022-09-30
Authors@R:
c(
person(
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
fasterRaster 0.7.2 (2022-09-30a)
Fixed bug in single-core implementation of fasterFragmentation (thank you, Simon C!)

fasterRaster 0.7.1 (2022-08-05a)
Changed uses of class() to inherits()... fixes bug in fasterFocal() (and elsewhere?)

Expand Down
2 changes: 1 addition & 1 deletion R/fasterFragmentation.r
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fasterFragmentation <- function(

if (verbose) {
cat('Using single-core implementation...')
fush.console()
flush.console()
}

out <- fasterRaster::fragmentation(
Expand Down
Binary file added zipTarFiles/fasterRaster_0.7.2.zip
Binary file not shown.

0 comments on commit 74467d3

Please sign in to comment.