Skip to content

Commit d013cea

Browse files
again remove xfun reference
1 parent 5efc656 commit d013cea

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,19 @@ Imports:
3030
xfun (>= 0.1)
3131
Suggests:
3232
data.tree (>= 0.1.6),
33+
digest,
3334
dplyr,
3435
here,
3536
knitr,
3637
prettycode,
38+
R.cache (>= 0.13.0.9000),
3739
rmarkdown,
3840
rstudioapi (>= 0.7),
39-
R.cache (>= 0.13.0.9000),
4041
testthat (>= 2.1.0)
4142
VignetteBuilder:
4243
knitr
44+
Remotes:
45+
lorenzwalthert/R.cache@shallow
4346
Encoding: UTF-8
4447
LazyData: true
4548
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace",
@@ -92,5 +95,3 @@ Collate:
9295
'vertical.R'
9396
'visit.R'
9497
'zzz.R'
95-
Remotes:
96-
lorenzwalthert/R.cache@shallow

R/io.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ read_utf8 <- function(path) {
6161
}
6262
}
6363

64-
#' Drop-in replacement for [xfun::read_utf8()], with an optional `warn`
64+
#' Drop-in replacement for `xfun::read_utf8()`, with an optional `warn`
6565
#' argument.
6666
#' @keywords internal
6767
read_utf8_bare <- function(con, warn = TRUE) {

man/read_utf8_bare.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)