Skip to content

Commit e26d592

Browse files
committed
fix pkg down website
1 parent 519053e commit e26d592

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

R/java_valid_versions.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#' }
2121
#'
2222
#' @export
23+
#'
2324
java_valid_versions <- function(
2425
distribution = "Corretto",
2526
force = FALSE
@@ -80,6 +81,8 @@ java_valid_versions <- function(
8081
#'
8182
#' @return A `character` vector of available major Corretto versions.
8283
#'
84+
#' @keywords internal
85+
#'
8386
java_valid_major_versions_corretto <- function(
8487
arch = NULL,
8588
platform = NULL,

_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ reference:
7474
- java_clear
7575
- title: "Other commands"
7676
contents:
77+
- java_valid_versions
7778
- rje_consent
7879

7980

man/java_valid_major_versions_corretto.Rd

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

0 commit comments

Comments
 (0)