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.