Skip to content

Commit aa39f6a

Browse files
committed
use .isGridded; use reproducible@development
1 parent f062085 commit aa39f6a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 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: 2025-12-02
6-
Version: 0.0.6.9007
5+
Date: 2025-12-03
6+
Version: 0.0.6.9008
77
Authors@R: c(
88
person("Jean", "Marchal", email = "jean.d.marchal@gmail.com",
99
role = c("aut")),
@@ -68,7 +68,7 @@ Remotes:
6868
PredictiveEcology/LandR@development,
6969
PredictiveEcology/pemisc@development,
7070
PredictiveEcology/quickPlot@development,
71-
PredictiveEcology/reproducible@AI,
71+
PredictiveEcology/reproducible@development,
7272
PredictiveEcology/scfmutils@development,
7373
PredictiveEcology/Require@development,
7474
PredictiveEcology/SpaDES.core@development,

R/lightning.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ readLightningData <- function(filename, ...) {
7575
if (length(dots)) {
7676
ld <- postProcess(ld, ...)
7777
# if (length(to) > 1) {
78-
gridded <- mapply(x = dots, function(x) isGridded(x), SIMPLIFY = TRUE)
78+
gridded <- mapply(x = dots, function(x) reproducible::.isGridded(x), SIMPLIFY = TRUE)
7979
# area <- sapply(dots, SpaDES.project:::areas, USE.NAMES = TRUE)
8080
# largest <- which.max(area)
8181
whToUse <- intersect(names(dots), c("projectTo", "to"))[1]

R/reexports.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
isGridded <- getFromNamespace("isGridded", "reproducible")
1+
# isGridded <- getFromNamespace("isGridded", "reproducible")

0 commit comments

Comments
 (0)