Skip to content

Commit c113d7b

Browse files
committed
partialMatch warning
1 parent 04c3e27 commit c113d7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Package: fireSenseUtils
22
Type: Package
33
Title: Utilities for Working With the 'fireSense' Group of 'SpaDES' Modules
44
Description: Utilities for working with the 'fireSense' group of 'SpaDES' modules.
5-
Date: 2026-02-26
6-
Version: 0.0.13
5+
Date: 2026-03-09
6+
Version: 0.0.14
77
Authors@R: c(
88
person("Jean", "Marchal", email = "jean.d.marchal@gmail.com",
99
role = c("aut")),

R/timeSinceDisturbance.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ makeTSD <- function(year, firePolys = NULL, fireRaster = NULL,
4848
}
4949

5050
nfLCC <- names(lcc)[!names(lcc) %in% "pixelID"]
51-
lcc[, sumRows := rowSums(.SD), .SDcol = nfLCC]
51+
lcc[, sumRows := rowSums(.SD), .SDcols = nfLCC]
5252
pixToUpdate <- lcc[sumRows > 0]$pixelID
5353
lcc[, sumRows := NULL]
5454

0 commit comments

Comments
 (0)