From 73d2f9cf3e3f78e43cf67830389485039be04ce5 Mon Sep 17 00:00:00 2001 From: Tan Date: Tue, 11 Jun 2024 17:55:04 -0400 Subject: [PATCH] fix docs for check test token --- R/utils_testing.R | 3 --- man/dot-check_test_token.Rd | 5 ----- 2 files changed, 8 deletions(-) diff --git a/R/utils_testing.R b/R/utils_testing.R index 007995f..b7c7706 100644 --- a/R/utils_testing.R +++ b/R/utils_testing.R @@ -13,9 +13,6 @@ #' - tanho63/piggyback-tests #' - tanho63/piggyback-private (a private repository) #' -#' @param test_token github token, typically stored at TAN_GH_TOKEN -#' @param test_repos repos used in testing -#' #' @keywords internal #' @return named vector of TRUE or FALSE as to whether the token is configured #' and can access the test repos. diff --git a/man/dot-check_test_token.Rd b/man/dot-check_test_token.Rd index 4601cad..a71c841 100644 --- a/man/dot-check_test_token.Rd +++ b/man/dot-check_test_token.Rd @@ -6,11 +6,6 @@ \usage{ .check_test_token() } -\arguments{ -\item{test_token}{github token, typically stored at TAN_GH_TOKEN} - -\item{test_repos}{repos used in testing} -} \value{ named vector of TRUE or FALSE as to whether the token is configured and can access the test repos.