-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: tarflow.iquizoo
Title: Setup "targets" Workflows for "iquizoo" Data Processing
Version: 3.12.6
Authors@R: c(
person("Liang", "Zhang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9041-1150")),
person("Yujian", "Dai", role = "ctb")
)
Description: For "iquizoo" data processing, there is already a package
called "preproc.iquizoo", but eventually the use of it is relied on a
workflow. This package is used to build such workflows based on tools
provided by "targets" package which mimics the logic of "make",
automating the building processes.
License: Apache License (>= 2)
URL: https://psychelzh.github.io/tarflow.iquizoo/,
https://github.com/psychelzh/tarflow.iquizoo
BugReports: https://github.com/psychelzh/tarflow.iquizoo/issues
Depends:
R (>= 4.1.0)
Imports:
cachem,
cli,
DBI,
dplyr,
glue,
jsonlite,
memoise,
rlang (>= 1.0.0),
RMariaDB,
tarchetypes,
targets,
tidyr,
tidyselect
Suggests:
bit64,
covr,
data.iquizoo (>= 2024.7.14),
digest,
lifecycle,
preproc.iquizoo (>= 2.6.0),
roxygen2,
testthat (>= 3.0.0),
tibble
Remotes:
psychelzh/data.iquizoo,
psychelzh/preproc.iquizoo
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: targets
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2