Skip to content

Commit

Permalink
again remove xfun reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Nov 1, 2019
1 parent 5efc656 commit d013cea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,19 @@ Imports:
xfun (>= 0.1)
Suggests:
data.tree (>= 0.1.6),
digest,
dplyr,
here,
knitr,
prettycode,
R.cache (>= 0.13.0.9000),
rmarkdown,
rstudioapi (>= 0.7),
R.cache (>= 0.13.0.9000),
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Remotes:
lorenzwalthert/R.cache@shallow
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace",
Expand Down Expand Up @@ -92,5 +95,3 @@ Collate:
'vertical.R'
'visit.R'
'zzz.R'
Remotes:
lorenzwalthert/R.cache@shallow
2 changes: 1 addition & 1 deletion R/io.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ read_utf8 <- function(path) {
}
}

#' Drop-in replacement for [xfun::read_utf8()], with an optional `warn`
#' Drop-in replacement for `xfun::read_utf8()`, with an optional `warn`
#' argument.
#' @keywords internal
read_utf8_bare <- function(con, warn = TRUE) {
Expand Down
4 changes: 2 additions & 2 deletions man/read_utf8_bare.Rd

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

0 comments on commit d013cea

Please sign in to comment.