Skip to content

Commit b4d05d8

Browse files
committed
move to qs2; deal with idiosyncratic tempdir()
1 parent efe2190 commit b4d05d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2026-01-02
6-
Version: 0.0.8
5+
Date: 2026-02-14
6+
Version: 0.0.9
77
Authors@R: c(
88
person("Jean", "Marchal", email = "jean.d.marchal@gmail.com",
99
role = c("aut")),
@@ -33,7 +33,7 @@ Imports:
3333
pemisc (>= 0.0.4.9011),
3434
pROC,
3535
purrr,
36-
qs,
36+
qs2,
3737
quickPlot,
3838
reproducible (>= 2.0.12),
3939
RhpcBLASctl,

R/DEoptim_fns.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ utils::globalVariables(c(
9797
#' @importFrom data.table rbindlist as.data.table set
9898
#' @importFrom parallel clusterExport clusterEvalQ stopCluster
9999
#' @importFrom parallelly makeClusterPSOCK
100-
#' @importFrom qs qread qsave
100+
#' @importFrom qs2 qs_read qs_save
101101
#' @importFrom reproducible Cache checkPath
102102
#' @importFrom SpaDES.core P
103103
#' @importFrom RhpcBLASctl blas_get_num_procs blas_set_num_threads omp_get_max_threads omp_set_num_threads

0 commit comments

Comments
 (0)