Skip to content

Commit

Permalink
Fix a failing example
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 6, 2024
1 parent df379e5 commit 349a80d
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 45 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.3.1.9000
RoxygenNote: 7.3.2
2 changes: 1 addition & 1 deletion R/repo-set.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repo_get <- function(r_version = getRversion(), bioc = TRUE,
#'
#' @export
#' @examplesIf pkgcache:::run_examples()
#' repo_resolve("PPM@2020-01-21")
#' repo_resolve("PPM@2021-01-21")
#' #' repo_resolve("[email protected]")
#' #' repo_resolve("[email protected]")

Expand Down
83 changes: 41 additions & 42 deletions man/pkgcache-package.Rd

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

2 changes: 1 addition & 1 deletion man/repo_get.Rd

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

0 comments on commit 349a80d

Please sign in to comment.