Skip to content

Commit

Permalink
Merge branch 'release/3.10.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
psychelzh committed Mar 31, 2024
2 parents 3f68379 + e201875 commit f838485
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tarflow.iquizoo
Title: Setup "targets" Workflows for "iquizoo" Data Processing
Version: 3.10.1
Version: 3.10.2
Authors@R: c(
person("Liang", "Zhang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9041-1150")),
Expand All @@ -20,7 +20,7 @@ Depends:
Imports:
cachem,
cli,
data.iquizoo (>= 2023.10.22),
data.iquizoo (>= 2024.3.31.2),
DBI,
memoise,
rlang (>= 1.0.0),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# tarflow.iquizoo 3.10.2

* Fixed compatibility issue with 'data.iquizoo' 2024.03.31-2.
* Bumped minimum version of 'data.iquizoo' to 2024.03.31-2.

# tarflow.iquizoo 3.10.1

## New Features
Expand Down
2 changes: 1 addition & 1 deletion R/targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ tar_prep_raw <- function(contents,
preproc_data(tar_parsed, prep_fun, .input = input, .extra = extra),
packages = "preproc.iquizoo"
),
data.iquizoo::match_preproc(contents, type = "inner")
data.iquizoo::merge_preproc(contents)
)
}
)
Expand Down

0 comments on commit f838485

Please sign in to comment.