Skip to content

Commit

Permalink
fix @param
Browse files Browse the repository at this point in the history
  • Loading branch information
stephhazlitt committed Jul 20, 2017
1 parent f0e4be7 commit 3682a29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
30 changes: 4 additions & 26 deletions R/defunct.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,75 +30,53 @@
#' \item \code{\link{add_rproj}}: This function is defunct.
#' }
#'
#' @param ... any paramters passed are ignored
#'
#'
#' @name envreportutils-deprecated
NULL

#' @param ... any paramters passed are ignored
#'

#' @rdname envreportutils-deprecated
roxygen_template <- function(...) {
.Defunct("the RStudio shortcut Ctrl+Alt+Shift+R")
}


#' @param ... any paramters passed are ignored
#'
#' @rdname envreportutils-deprecated
devex_badge <- function(...) {
.Defunct("bcgovr::devex_badge")
}


#' @param ... any paramters passed are ignored
#'
#' @rdname envreportutils-deprecated
analysis_skeleton <- function(...) {
.Defunct("bcgovr::analysis_skeleton")
}


#' @param ... any paramters passed are ignored
#'
#' @rdname envreportutils-deprecated
add_code_of_conduct <- function(...) {
.Defunct("bcgovr::add_code_of_conduct")
}


#' @param ... any paramters passed are ignored
#'
#' @rdname envreportutils-deprecated
add_contributing <- function(...) {
.Defunct("bcgovr::add_contributing")
}


#' @param ... any paramters passed are ignored
#'
#' @rdname envreportutils-deprecated
add_license <- function(...) {
.Defunct("bcgovr::add_license")
}


#' @param ... any paramters passed are ignored
#'
#' @rdname envreportutils-deprecated
add_license_header <- function(...) {
.Defunct("bcgovr::add_license_header")
}


#' @param ... any paramters passed are ignored
#'
#' @rdname envreportutils-deprecated
add_readme <- function(...) {
.Defunct("bcgovr::add_readme")
}


#' @param ... any paramters passed are ignored
#'
#' @rdname envreportutils-deprecated
add_rproj <- function(...) {
.Defunct("bcgovr::add_rproj")
Expand Down
16 changes: 0 additions & 16 deletions man/envreportutils-deprecated.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3682a29

Please sign in to comment.