Skip to content

Commit

Permalink
qs2
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Feb 7, 2025
1 parent db7d119 commit bc9ef6d
Show file tree
Hide file tree
Showing 33 changed files with 2,211 additions and 1,394 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ Imports:
fst (>= 0.9.2),
posterior (>= 1.0.1),
purrr (>= 0.3.4),
qs (>= 0.23.2),
qs2,
rlang (>= 0.4.10),
secretbase (>= 0.4.0),
stats,
targets (>= 1.6.0),
targets (>= 1.9.0),
tarchetypes (>= 0.8.0),
tibble (>= 3.0.1),
tidyselect,
Expand All @@ -77,6 +77,6 @@ SystemRequirements: CmdStan >= 2.25.0
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ importFrom(posterior,as_draws_df)
importFrom(purrr,map)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_dbl)
importFrom(qs,qread)
importFrom(qs2,qs_read)
importFrom(rlang,check_installed)
importFrom(rlang,expr)
importFrom(rlang,quo_squash)
Expand Down
2 changes: 1 addition & 1 deletion R/tar_stan_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' @importFrom cmdstanr cmdstan_model
#' @importFrom fs path_ext_remove path_rel
#' @importFrom fst read_fst
#' @importFrom qs qread
#' @importFrom qs2 qs_read
#' @importFrom posterior as_draws_df
#' @importFrom purrr map map_dbl map2_dfr
#' @importFrom rlang check_installed expr quo_squash
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ backoff
Badi
Baltagi
batchtools
unevaluated
Bayesian
bdbfcddb
Bengtsson
Expand Down
115 changes: 72 additions & 43 deletions man/tar_stan_compile.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tar_stan_compile_run.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bc9ef6d

Please sign in to comment.