diff --git a/R/redcap-file-download-oneshot.R b/R/redcap-file-download-oneshot.R index be902f2c..8c876dff 100644 --- a/R/redcap-file-download-oneshot.R +++ b/R/redcap-file-download-oneshot.R @@ -260,7 +260,7 @@ redcap_file_download_oneshot <- function( #' redcap_download_file_oneshot(...) #' @export -redcap_download_file_oneshot <- function(...){ +redcap_download_file_oneshot <- function(...) { # nocov start warning( "The function `redcap_download_file_oneshot()` is soft-deprecated as of REDCapR 1.2.0. ", diff --git a/R/redcap-file-upload-oneshot.R b/R/redcap-file-upload-oneshot.R index c30b4ec5..d739677c 100644 --- a/R/redcap-file-upload-oneshot.R +++ b/R/redcap-file-upload-oneshot.R @@ -189,7 +189,7 @@ redcap_file_upload_oneshot <- function( #' redcap_upload_file_oneshot(...) #' @export -redcap_upload_file_oneshot <- function(...){ +redcap_upload_file_oneshot <- function(...) { # nocov start warning( "The function `redcap_upload_file_oneshot()` is soft-deprecated as of REDCapR 1.2.0. ", diff --git a/R/redcap-instrument-download.R b/R/redcap-instrument-download.R index 4ecca362..6a3205f2 100644 --- a/R/redcap-instrument-download.R +++ b/R/redcap-instrument-download.R @@ -221,7 +221,7 @@ redcap_instrument_download <- function( #' redcap_download_instrument(...) #' @export -redcap_download_instrument <- function(...){ +redcap_download_instrument <- function(...) { # nocov start warning( "The function `redcap_download_instrument()` is soft-deprecated as of REDCapR 1.2.0. ",