-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
114 lines (114 loc) · 2.63 KB
/
DESCRIPTION
File metadata and controls
114 lines (114 loc) · 2.63 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Package: mlr3misc
Title: Helper Functions for 'mlr3'
Version: 0.21.0.9000
Authors@R: c(
person("Marc", "Becker", , "marcbecker@posteo.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8115-0400")),
person("Michel", "Lang", , "michellang@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-9754-0393")),
person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-0748-6624"))
)
Description: Frequently used helper functions and assertions used in
'mlr3' and its companion packages. Comes with helper functions for
functional programming, for printing, to work with 'data.table', as
well as some generally useful 'R6' classes. This package also
supersedes the package 'BBmisc'.
License: LGPL-3
URL: https://mlr3misc.mlr-org.com, https://github.com/mlr-org/mlr3misc
BugReports: https://github.com/mlr-org/mlr3misc/issues
Depends:
R (>= 3.4.0)
Imports:
backports (>= 0.1.5),
checkmate,
cli,
data.table,
digest,
methods,
R6
Suggests:
callr,
evaluate,
mirai,
paradox,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Collate:
'Dictionary.R'
'named_list.R'
'Callback.R'
'Context.R'
'as_factor.R'
'as_short_string.R'
'assert_ro_binding.R'
'calculate_hash.R'
'capitalize.R'
'cat_cli.R'
'catn.R'
'check_operators.R'
'check_packages_installed.R'
'chunk.R'
'compose.R'
'compute_mode.R'
'conditions.R'
'count_missing.R'
'crate.R'
'cross_join.R'
'dictionary_sugar.R'
'did_you_mean.R'
'distinct_values.R'
'encapsulate.R'
'enframe.R'
'extract_vars.R'
'format_bib.R'
'formulate.R'
'get_private.R'
'get_seed.R'
'has_element.R'
'ids.R'
'insert_named.R'
'invoke.R'
'is_scalar_na.R'
'keep_in_bounds.R'
'leanify.R'
'load_dataset.R'
'map_values.R'
'modify.R'
'named_vector.R'
'names2.R'
'nin.R'
'open_help.R'
'printf.R'
'probe.R'
'purrr_map.R'
'rcbind.R'
'rd_info.R'
'recycle_vector.R'
'register_namespace_callback.R'
'remove_named.R'
'reorder_vector.R'
'require_namespaces.R'
'rowwise_table.R'
'seq.R'
'set_class.R'
'set_names.R'
'set_params.R'
'shuffle.R'
'str_collapse.R'
'str_indent.R'
'str_trunc.R'
'strip_srcrefs.R'
'to_decimal.R'
'topo_sort.R'
'transpose.R'
'unnest.R'
'warn_deprecated.R'
'which_max.R'
'with_package.R'
'zzz.R'