Skip to content

Commit

Permalink
chore: dependencies-related tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Oct 8, 2024
1 parent 9d2ecee commit 874ec99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ Encoding: UTF-8
RoxygenNote: 7.2.1.9000
Imports:
curl,
jsonlite,
memoise,
pkgdown (>= 2.0.9.9000),
purrr,
servr,
yaml,
xml2,
commonmark
yaml
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
2 changes: 1 addition & 1 deletion R/build-site.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ build_ropensci_docs <- function(path = ".", destination = NULL, install = FALSE,

navbar_config <- fixup_navbar_config(path)
if (!is.null(navbar_config)) {
override$navbar <- modifyList(override$navbar, navbar_config)
override$navbar <- utils::modifyList(override$navbar, navbar_config)
}

find_and_fix_readme(path, pkgname)
Expand Down

0 comments on commit 874ec99

Please sign in to comment.