-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
63 lines (63 loc) · 1.63 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
53
54
55
56
57
58
59
60
61
62
63
Package: bundle
Title: Serialize Model Objects with a Consistent Interface
Version: 0.1.2.9000
Authors@R: c(
person("Julia", "Silge", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3671-836X")),
person("Simon", "Couch", , "[email protected]", role = "aut"),
person("Qiushi", "Yan", , "[email protected]", role = "aut"),
person("Max", "Kuhn", , "[email protected]", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Typically, models in 'R' exist in memory and can be saved via
regular 'R' serialization. However, some models store information in
locations that cannot be saved using 'R' serialization alone. The goal
of 'bundle' is to provide a common interface to capture this
information, situate it within a portable object, and restore it for
use in new settings.
License: MIT + file LICENSE
URL: https://github.com/rstudio/bundle, https://rstudio.github.io/bundle/
BugReports: https://github.com/rstudio/bundle/issues
Depends:
R (>= 3.6)
Imports:
glue,
purrr,
rlang,
utils,
withr
Suggests:
bonsai,
butcher,
callr,
caret,
covr,
dbarts,
embed,
h2o,
keras,
kernlab,
knitr,
luz,
MASS,
modeldata,
parsnip,
recipes,
renv,
rmarkdown,
stacks,
tensorflow,
testthat (>= 3.0.0),
torch,
torchvision,
uwot,
vetiver,
workflows,
xgboost (>= 1.6.0.1)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2