Skip to content

Commit

Permalink
unicode fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Oct 2, 2024
1 parent 8bc5229 commit 3695f06
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
18 changes: 9 additions & 9 deletions R/tar_repository_cas.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#'
#' ```
#' _targets/
#' ├── meta/
#' └── meta
#' └── objects/
#' └── x
#' meta/
#' meta
#' objects/
#' x
#' ```
#'
#' By contrast, with content-addressable storage (CAS),
Expand All @@ -34,12 +34,12 @@
#'
#' ```
#' _targets/
#' └── meta/
#' └── meta
#' meta/
#' meta
#' my_cas/
#' ├── 1fffeb09ad36e84a
#' ├── 68328d833e6361d3
#' └── 798af464fb2f6b30
#' 1fffeb09ad36e84a
#' 68328d833e6361d3
#' 798af464fb2f6b30
#' ```
#'
#' The next call to `tar_read(x)` uses `tar_meta(x)$data`
Expand Down
18 changes: 9 additions & 9 deletions man/tar_repository_cas.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions man/tar_repository_cas_local.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions man/tar_repository_cas_local_gc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3695f06

Please sign in to comment.