-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 1.74 KB
/
DESCRIPTION
File metadata and controls
66 lines (66 loc) · 1.74 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
Package: bundle
Title: Serialize Model Objects with a Consistent Interface
Version: 0.1.3.9000
Authors@R: c(
person("Julia", "Silge", , "julia.silge@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3671-836X")),
person("Simon", "Couch", , "simonpatrickcouch@gmail.com", role = "aut"),
person("Qiushi", "Yan", , "qiushi.yann@gmail.com", role = "aut"),
person("Max", "Kuhn", , "max@posit.co", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
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 (>= 4.1)
Imports:
glue,
lifecycle,
purrr,
rlang,
utils,
withr
Suggests:
bonsai,
butcher (>= 0.4.0),
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
Config/usethis/last-upkeep: 2025-12-08
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3