Skip to content

Commit 7fb3b25

Browse files
committed
version UP
1 parent e664088 commit 7fb3b25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sccomp
22
Title: Robust Outlier-aware Estimation of Composition and Heterogeneity for Single-cell Data
3-
Version: 1.9.1
3+
Version: 2.1.0
44
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
55
role = c("aut", "cre"))
66
)

Diff for: R/utilities.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -3490,7 +3490,7 @@ load_model <- function(name, cache_dir = sccomp_stan_models_cache_dir, force=FAL
34903490
message("Precompiled model not found. Compiling the model...")
34913491

34923492
# Compile the Stan model using cmdstanr with threading support enabled
3493-
stan_package_compile(
3493+
instantiate::stan_package_compile(
34943494
stan_model_path,
34953495
cpp_options = list(stan_threads = TRUE),
34963496
force_recompile = TRUE,

0 commit comments

Comments
 (0)