Skip to content

Commit

Permalink
lintr suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Oct 2, 2022
1 parent af34dc3 commit 579969f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/redcap-file-download-oneshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -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. ",
Expand Down
2 changes: 1 addition & 1 deletion R/redcap-file-upload-oneshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -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. ",
Expand Down
2 changes: 1 addition & 1 deletion R/redcap-instrument-download.R
Original file line number Diff line number Diff line change
Expand Up @@ -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. ",
Expand Down

0 comments on commit 579969f

Please sign in to comment.