File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646# ' to look up the current hash of `x`. If `tar_meta(x)$data` returns
4747# ' `"1fffeb09ad36e84a"`, then `tar_read(x)` returns the data from
4848# ' `my_cas/1fffeb09ad36e84a`. Files `my_cas/68328d833e6361d3` and
49- # ' and `my_cas/798af464fb2f6b30` are left over from previous values of `x`.
49+ # ' `my_cas/798af464fb2f6b30` are left over from previous values of `x`.
5050# '
5151# ' Because CAS accumulates historical data objects,
5252# ' it is ideal for data versioning and collaboration.
5959# ' The downside of CAS is the cost of accumulating many data objects
6060# ' over time. Most pipelines that use CAS
6161# ' should have a garbage collection system or retention policy
62- # ' to remove data objects when they no longer needed.
62+ # ' to remove data objects when they are no longer needed.
6363# '
6464# ' The [tar_repository_cas()] function lets you create your own CAS system
6565# ' for `targets`. You can supply arbitrary custom methods to upload,
You can’t perform that action at this time.
0 commit comments