From adeb5b1f219b846f94f10ee4a9078312cd66c5d8 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Mon, 22 Jan 2024 10:54:36 +0100 Subject: [PATCH] removed extra @return --- R/find_rev.R | 1 - dev/build_envs.Rmd | 1 - 2 files changed, 2 deletions(-) diff --git a/R/find_rev.R b/R/find_rev.R index 987ad6bd..15882dea 100644 --- a/R/find_rev.R +++ b/R/find_rev.R @@ -1109,7 +1109,6 @@ nix_rprofile <- function() { #' @param message_type String how detailed output is. Currently, there is #' either `"simple"` (default) or `"verbose"`, which shows the script that runs #' via `nix-shell`. -#' @return #' @importFrom codetools findGlobals checkUsage #' @export #' @return diff --git a/dev/build_envs.Rmd b/dev/build_envs.Rmd index 5e57a467..f760cdd7 100644 --- a/dev/build_envs.Rmd +++ b/dev/build_envs.Rmd @@ -1213,7 +1213,6 @@ environment. #' @param message_type String how detailed output is. Currently, there is #' either `"simple"` (default) or `"verbose"`, which shows the script that runs #' via `nix-shell`. -#' @return #' @importFrom codetools findGlobals checkUsage #' @export #' @return